COLOR #9088B5

HEX: #9088B5 RGB: (144,136,181)

Color info

#9088B5 contains red, green and blue colors in about the same proportion. Web safe color of #9088B5 is #9999CC (or #99C).

RGB color model

#9088B5 color RGB value is (144,136,181).

RGB: (144,136,181) (56%, 53%, 71%)

RGB channels and saturation

R 144 of 255 = 56%
G 136 of 255 = 53%
B 181 of 255 = 71%

144
136
181

R + G + B ~ 60%. #9088B5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 144 + 136 + 181 = 461 (100%)
R 144 of 461 ~ 31.24%
G 136 of 461 ~ 29.5%
B 181 of 461 ~ 39.26'%

%31.24
%29.5
%39.26

CMYK color model

#9088B5 color CMYK value is (20,25,0,29).

  • cyan value is 20.44%
  • magenta value is 24.86%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (20,25,0,29)
C20M25Y0K29 (20%, 25%, 0%, 29%)
(0.20 / 0.25 / 0.00 / 0.29)

CMYK percentages

%20.44
%24.86
%0
%29.02

Codes

Color #9088B5 in popluar color models

90 88 B5
RGB 144 136 181
HSL 251° 23.32% 62.16%
HSB/HSV 251° 24.86% 70.98%
CMYK 20.44% 24.86% 0.00%
29.02%

Color #9088B5 in popluar number systems.

HEX 90 88 B5
Decimal 144 136 181
Binary 10010000 10001000 10110101
Octal 220 210 265

Shades and tints

Shades of #9088B5

#9088B5
(144,136,181)
#837CA5
(131,124,165)
#767095
(118,112,149)
#696485
(105,100,133)
#5C5875
(92,88,117)
#4F4C65
(79,76,101)
#424055
(66,64,85)
#353445
(53,52,69)
#282835
(40,40,53)
#1B1C25
(27,28,37)
#0E1015
(14,16,21)
#000000
(0,0,0)

Tints of #9088B5

#9088B5
(144,136,181)
#9A92BB
(154,146,187)
#A49CC1
(164,156,193)
#AEA6C7
(174,166,199)
#B8B0CD
(184,176,205)
#C2BAD3
(194,186,211)
#CCC4D9
(204,196,217)
#D6CEDF
(214,206,223)
#E0D8E5
(224,216,229)
#EAE2EB
(234,226,235)
#F4ECF1
(244,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9088B5 color. Also use rgb(144,136,181) instead hex code.

Text Font Color

.myTextColor { color: #9088B5; }

<p style="color:#9088B5">This sample text font color is #9088B5.</p>

This text font color is #9088B5.

Background Color

.myBgColor { background-color: #9088B5; }

<div style="background-color:#9088B5">Inner text</div>

This div background color is #9088B5.

Border color

.myBorderColor { border: 1px solid #9088B5; }

<div style="border:3px solid #9088B5">Div</div>

This div border color is #9088B5.

Opacity

.myOpacity80 { color: #9088B5; opacity: 0.8; }

<p style="color:#9088B5;opacity:0.8;">80%</p>

Text with #9088B5 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #9088B5;}

<p style="text-shadow: 3px 3px 1px #9088B5">Text here.</p>

This text has shadow with #9088B5 color.


.textShadow {text-shadow: 3px 3px 1px #9088B5', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #9088B5, 5px 5px 20px red">Text here.</p>

This text has shadow with #9088B5 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9088B5, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#9088B5, Direction=45, Strength=4)">Text</p>

This text has shadow with #9088B5 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9088B5;
-webkit-box-shadow: 1px 1px 3px 2px #9088B5;
box-shadow: 1px 1px 3px 2px #9088B5;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9088B5; -webkit-box-shadow: 1px 1px 3px 2px #9088B5; box-shadow:1px 1px 3px 2px #9088B5;">
Div content here
</div>

This div box has shadow with color #9088B5.

Preview

Color preview on black background

This text has color #9088B5 on black background.


Color preview on white background

This text has color #9088B5 on white background.


Black color preview on #9088B5 background

This text has black color on #9088B5 background.


White color preview on #9088B5 background

This text has white color on #9088B5 background.


Related colors

Complementary color

Complementary color for #hex is #6F774A.


I love getcolorcode.com

Triadic colors

1 #B59088 and #88B590 with #9088B5 are triadic colors.

2 #B58890 and #8890B5 with #9088B5 are triadic colors.