#8987CB

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

Shades of Moody Blue #8987CB

Tints of Moody Blue #8987CB

Color information

#8987CB (or 0x8987CB) is unknown color: approx Moody Blue. HEX triplet: 89, 87 and CB. RGB value is (137,135,203). Sum of RGB (Red+Green+Blue) = 137+135+203=475 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.84% from 475); Green value is 135 (53.12% from 255 or 28.42% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #8987CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8987CB is #767834. Grayscale: #8F8F8F. Windows color (decimal): -7764021 or 13338505. OLE color: 13338505.

HSL color Cylindrical-coordinate representation of color #8987CB: hue angle of 241.76º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8987CB is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB137135203-
CMYK0.330.3300.20
HSL241.76º39.53%66.27%-
HSV(B)241.76º33.5%79.61%-
XYZ29.7626.9660.13-
YUV143.35161.66123.47-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.84%
GREEN value IS 135 (53.12% from 255) = 28.42%
BLUE value IS 203 (79.69% from 255) = 42.74%
R=28.84%
G=28.42%
B=42.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1371352030.330.3300.20241.7639.5366.27
Hex8987CB2121014f22842
Octal211207313414102436250102
Binary100010011000011111001011100001100001010100111100101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8987CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8987CB; }

 p { color: rgb(137,135,203); }

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

<style>
 a { background-color: #8987CB; }

 a { background-color: rgb(137,135,203); }

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

<style>
 span { border-color: #8987CB; }

 span { border-color: rgb(137,135,203); }

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