#8F85CA

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

Shades of Moody Blue #8F85CA

Tints of Moody Blue #8F85CA

Color information

#8F85CA (or 0x8F85CA) is unknown color: approx Moody Blue. HEX triplet: 8F, 85 and CA. RGB value is (143,133,202). Sum of RGB (Red+Green+Blue) = 143+133+202=478 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.92% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F85CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F85CA is #707A35. Grayscale: #8F8F8F. Windows color (decimal): -7371318 or 13272463. OLE color: 13272463.

HSL color Cylindrical-coordinate representation of color #8F85CA: hue angle of 248.7º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8F85CA is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB143133202-
CMYK0.290.3400.21
HSL248.7º39.43%65.69%-
HSV(B)248.7º34.16%79.22%-
XYZ30.3826.8859.46-
YUV143.86160.81127.39-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.92%
GREEN value IS 133 (52.34% from 255) = 27.82%
BLUE value IS 202 (79.30% from 255) = 42.26%
R=29.92%
G=27.82%
B=42.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1431332020.290.3400.21248.739.4365.69
Hex8F85CA1D22015f92742
Octal217205312354202537147102
Binary10001111100001011100101011101100010010101111110011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F85CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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