#8987CC

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

Shades of Moody Blue #8987CC

Tints of Moody Blue #8987CC

Color information

#8987CC (or 0x8987CC) is unknown color: approx Moody Blue. HEX triplet: 89, 87 and CC. RGB value is (137,135,204). Sum of RGB (Red+Green+Blue) = 137+135+204=476 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.78% from 476); Green value is 135 (53.12% from 255 or 28.36% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #8987CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8987CC is #767833. Grayscale: #8F8F8F. Windows color (decimal): -7764020 or 13404041. OLE color: 13404041.

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

Color convert

RGB137135204-
CMYK0.330.3400.2
HSL241.74º40.35%66.47%-
HSV(B)241.74º33.82%80%-
XYZ29.8827.0160.76-
YUV143.46162.16123.39-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.78%
GREEN value IS 135 (53.12% from 255) = 28.36%
BLUE value IS 204 (80.08% from 255) = 42.86%
R=28.78%
G=28.36%
B=42.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1371352040.330.3400.2241.7440.3566.47
Hex8987CC2122014f22842
Octal211207314414202436250102
Binary100010011000011111001100100001100010010100111100101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8987CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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