#8F85CD

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

Shades of Moody Blue #8F85CD

Tints of Moody Blue #8F85CD

Color information

#8F85CD (or 0x8F85CD) is unknown color: approx Moody Blue. HEX triplet: 8F, 85 and CD. RGB value is (143,133,205). Sum of RGB (Red+Green+Blue) = 143+133+205=481 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.73% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F85CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F85CD is #707A32. Grayscale: #8F8F8F. Windows color (decimal): -7371315 or 13469071. OLE color: 13469071.

HSL color Cylindrical-coordinate representation of color #8F85CD: hue angle of 248.33º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8F85CD is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB143133205-
CMYK0.300.3500.20
HSL248.33º41.86%66.27%-
HSV(B)248.33º35.12%80.39%-
XYZ30.7327.0261.35-
YUV144.2162.31127.15-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.73%
GREEN value IS 133 (52.34% from 255) = 27.65%
BLUE value IS 205 (80.47% from 255) = 42.62%
R=29.73%
G=27.65%
B=42.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1431332050.300.3500.20248.3341.8666.27
Hex8F85CD1E23014f82a42
Octal217205315364302437052102
Binary10001111100001011100110111110100011010100111110001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F85CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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