#8F85CB

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

Shades of Moody Blue #8F85CB

Tints of Moody Blue #8F85CB

Color information

#8F85CB (or 0x8F85CB) is unknown color: approx Moody Blue. HEX triplet: 8F, 85 and CB. RGB value is (143,133,203). Sum of RGB (Red+Green+Blue) = 143+133+203=479 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.85% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #8F85CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F85CB is #707A34. Grayscale: #8F8F8F. Windows color (decimal): -7371317 or 13337999. OLE color: 13337999.

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

Color convert

RGB143133203-
CMYK0.300.3400.20
HSL248.57º40.23%65.88%-
HSV(B)248.57º34.48%79.61%-
XYZ30.4926.9360.09-
YUV143.97161.31127.31-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.85%
GREEN value IS 133 (52.34% from 255) = 27.77%
BLUE value IS 203 (79.69% from 255) = 42.38%
R=29.85%
G=27.77%
B=42.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1431332030.300.3400.20248.5740.2365.88
Hex8F85CB1E22014f92842
Octal217205313364202437150102
Binary10001111100001011100101111110100010010100111110011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F85CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F85CB; }

 p { color: rgb(143,133,203); }

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

<style>
 a { background-color: #8F85CB; }

 a { background-color: rgb(143,133,203); }

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

<style>
 span { border-color: #8F85CB; }

 span { border-color: rgb(143,133,203); }

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