#8D86C6

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

Shades of Moody Blue #8D86C6

Tints of Moody Blue #8D86C6

Color information

#8D86C6 (or 0x8D86C6) is unknown color: approx Moody Blue. HEX triplet: 8D, 86 and C6. RGB value is (141,134,198). Sum of RGB (Red+Green+Blue) = 141+134+198=473 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.81% from 473); Green value is 134 (52.73% from 255 or 28.33% from 473); Blue value is 198 (77.73% from 255 or 41.86% from 473); Max value from RGB is 198 - color contains mainly: blue. Hex color #8D86C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D86C6 is #727939. Grayscale: #8F8F8F. Windows color (decimal): -7502138 or 13010573. OLE color: 13010573.

HSL color Cylindrical-coordinate representation of color #8D86C6: hue angle of 246.56º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D86C6 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB141134198-
CMYK0.290.3200.22
HSL246.56º35.96%65.1%-
HSV(B)246.56º32.32%77.65%-
XYZ29.726.7957.03-
YUV143.39158.82126.3-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.81%
GREEN value IS 134 (52.73% from 255) = 28.33%
BLUE value IS 198 (77.73% from 255) = 41.86%
R=29.81%
G=28.33%
B=41.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1411341980.290.3200.22246.5635.9665.1
Hex8D86C61D20016f72441
Octal215206306354002636744101
Binary10001101100001101100011011101100000010110111101111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D86C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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