#8D86CA

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

Shades of Moody Blue #8D86CA

Tints of Moody Blue #8D86CA

Color information

#8D86CA (or 0x8D86CA) is unknown color: approx Moody Blue. HEX triplet: 8D, 86 and CA. RGB value is (141,134,202). Sum of RGB (Red+Green+Blue) = 141+134+202=477 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.56% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #8D86CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D86CA is #727935. Grayscale: #8F8F8F. Windows color (decimal): -7502134 or 13272717. OLE color: 13272717.

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

Color convert

RGB141134202-
CMYK0.300.3400.21
HSL246.18º39.08%65.88%-
HSV(B)246.18º33.66%79.22%-
XYZ30.1726.9859.49-
YUV143.84160.82125.97-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.56%
GREEN value IS 134 (52.73% from 255) = 28.09%
BLUE value IS 202 (79.30% from 255) = 42.35%
R=29.56%
G=28.09%
B=42.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1411342020.300.3400.21246.1839.0865.88
Hex8D86CA1E22015f62742
Octal215206312364202536647102
Binary10001101100001101100101011110100010010101111101101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D86CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,134,202); }

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

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

 a { background-color: rgb(141,134,202); }

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

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

 span { border-color: rgb(141,134,202); }

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