#8C85DD

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

Shades of Moody Blue #8C85DD

Tints of Moody Blue #8C85DD

Color information

#8C85DD (or 0x8C85DD) is unknown color: approx Moody Blue. HEX triplet: 8C, 85 and DD. RGB value is (140,133,221). Sum of RGB (Red+Green+Blue) = 140+133+221=494 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.34% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C85DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C85DD is #737A22. Grayscale: #909090. Windows color (decimal): -7567907 or 14517644. OLE color: 14517644.

HSL color Cylindrical-coordinate representation of color #8C85DD: hue angle of 244.77º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C85DD is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB140133221-
CMYK0.370.4000.13
HSL244.77º56.41%69.41%-
HSV(B)244.77º39.82%86.67%-
XYZ32.2527.5772.03-
YUV145.12170.82124.34-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.34%
GREEN value IS 133 (52.34% from 255) = 26.92%
BLUE value IS 221 (86.72% from 255) = 44.74%
R=28.34%
G=26.92%
B=44.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1401332210.370.4000.13244.7756.4169.41
Hex8C85DD25280Df53845
Octal214205335455001536570105
Binary10001100100001011101110110010110100001101111101011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C85DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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