#8F85CE

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

Shades of Moody Blue #8F85CE

Tints of Moody Blue #8F85CE

Color information

#8F85CE (or 0x8F85CE) is unknown color: approx Moody Blue. HEX triplet: 8F, 85 and CE. RGB value is (143,133,206). Sum of RGB (Red+Green+Blue) = 143+133+206=482 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.67% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F85CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F85CE is #707A31. Grayscale: #909090. Windows color (decimal): -7371314 or 13534607. OLE color: 13534607.

HSL color Cylindrical-coordinate representation of color #8F85CE: hue angle of 248.22º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8F85CE is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB143133206-
CMYK0.310.3500.19
HSL248.22º42.69%66.47%-
HSV(B)248.22º35.44%80.78%-
XYZ30.8627.0761.99-
YUV144.31162.81127.06-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.67%
GREEN value IS 133 (52.34% from 255) = 27.59%
BLUE value IS 206 (80.86% from 255) = 42.74%
R=29.67%
G=27.59%
B=42.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1431332060.310.3500.19248.2242.6966.47
Hex8F85CE1F23013f82b42
Octal217205316374302337053102
Binary10001111100001011100111011111100011010011111110001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F85CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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