#8C85CA

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

Shades of Moody Blue #8C85CA

Tints of Moody Blue #8C85CA

Color information

#8C85CA (or 0x8C85CA) is unknown color: approx Moody Blue. HEX triplet: 8C, 85 and CA. RGB value is (140,133,202). Sum of RGB (Red+Green+Blue) = 140+133+202=475 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.47% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #8C85CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C85CA is #737A35. Grayscale: #8E8E8E. Windows color (decimal): -7567926 or 13272460. OLE color: 13272460.

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

Color convert

RGB140133202-
CMYK0.310.3400.21
HSL246.09º39.43%65.69%-
HSV(B)246.09º34.16%79.22%-
XYZ29.8626.6159.44-
YUV142.96161.32125.89-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.47%
GREEN value IS 133 (52.34% from 255) = 28%
BLUE value IS 202 (79.30% from 255) = 42.53%
R=29.47%
G=28%
B=42.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1401332020.310.3400.21246.0939.4365.69
Hex8C85CA1F22015f62742
Octal214205312374202536647102
Binary10001100100001011100101011111100010010101111101101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C85CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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