#887BB9

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

Shades of Moody Blue #887BB9

Tints of Moody Blue #887BB9

Color information

#887BB9 (or 0x887BB9) is unknown color: approx Moody Blue. HEX triplet: 88, 7B and B9. RGB value is (136,123,185). Sum of RGB (Red+Green+Blue) = 136+123+185=444 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.63% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 185 (72.66% from 255 or 41.67% from 444); Max value from RGB is 185 - color contains mainly: blue. Hex color #887BB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887BB9 is #778446. Grayscale: #858585. Windows color (decimal): -7832647 or 12155784. OLE color: 12155784.

HSL color Cylindrical-coordinate representation of color #887BB9: hue angle of 252.58º 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 #887BB9 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB136123185-
CMYK0.260.3400.27
HSL252.58º30.69%60.39%-
HSV(B)252.58º33.51%72.55%-
XYZ25.9922.948.95-
YUV133.95156.81129.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.63%
GREEN value IS 123 (48.44% from 255) = 27.70%
BLUE value IS 185 (72.66% from 255) = 41.67%
R=30.63%
G=27.70%
B=41.67%

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
Decimal1361231850.260.3400.27252.5830.6960.39
Hex887BB91A2201Bfd1f3c
Octal21017327132420333753774
Binary10001000111101110111001110101000100110111111110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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