#8986CB

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

Shades of Moody Blue #8986CB

Tints of Moody Blue #8986CB

Color information

#8986CB (or 0x8986CB) is unknown color: approx Moody Blue. HEX triplet: 89, 86 and CB. RGB value is (137,134,203). Sum of RGB (Red+Green+Blue) = 137+134+203=474 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.90% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #8986CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8986CB is #767934. Grayscale: #8E8E8E. Windows color (decimal): -7764277 or 13338249. OLE color: 13338249.

HSL color Cylindrical-coordinate representation of color #8986CB: hue angle of 242.61º 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 #8986CB is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB137134203-
CMYK0.330.3400.20
HSL242.61º39.88%66.08%-
HSV(B)242.61º33.99%79.61%-
XYZ29.6226.6860.09-
YUV142.76161.99123.89-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.90%
GREEN value IS 134 (52.73% from 255) = 28.27%
BLUE value IS 203 (79.69% from 255) = 42.83%
R=28.90%
G=28.27%
B=42.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1371342030.330.3400.20242.6139.8866.08
Hex8986CB2122014f32842
Octal211206313414202436350102
Binary100010011000011011001011100001100010010100111100111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8986CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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