#887AB9

Color #887AB9 Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #887AB9

Tints of Moody Blue #887AB9

Color information

#887AB9 (or 0x887AB9) is unknown color: approx Moody Blue. HEX triplet: 88, 7A and B9. RGB value is (136,122,185). Sum of RGB (Red+Green+Blue) = 136+122+185=443 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.70% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 185 (72.66% from 255 or 41.76% from 443); Max value from RGB is 185 - color contains mainly: blue. Hex color #887AB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887AB9 is #778546. Grayscale: #858585. Windows color (decimal): -7832903 or 12155528. OLE color: 12155528.

HSL color Cylindrical-coordinate representation of color #887AB9: hue angle of 253.33º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #887AB9 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB136122185-
CMYK0.260.3400.27
HSL253.33º31.03%60.2%-
HSV(B)253.33º34.05%72.55%-
XYZ25.8722.6648.91-
YUV133.37157.14129.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 136 (53.52% from 255) = 30.70%
GREEN value IS 122 (48.05% from 255) = 27.54%
BLUE value IS 185 (72.66% from 255) = 41.76%
R=30.70%
G=27.54%
B=41.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361221850.260.3400.27253.3331.0360.2
Hex887AB91A2201Bfd1f3c
Octal21017227132420333753774
Binary10001000111101010111001110101000100110111111110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887AB9; }

 p { color: rgb(136,122,185); }

 H1.HeaderClassName
 {
   color: #887AB9;
 }
 .AnyTagClassName
 {
   color: #887AB9;
 }
</style>
background-color css

<style>
 a { background-color: #887AB9; }

 a { background-color: rgb(136,122,185); }

 div.DivClassName
 {
   background-color: #887AB9;
 }
 .BgClassName
 {
   background-color: #887AB9;
 }
</style>
border-color css

<style>
 span { border-color: #887AB9; }

 span { border-color: rgb(136,122,185); }

 td.TdClassName
 {
   border-color: #887AB9;
 }
 .TagClassName
 {
   border-color: #887AB9;
 }
</style>