#8C86D8

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

Shades of Moody Blue #8C86D8

Tints of Moody Blue #8C86D8

Color information

#8C86D8 (or 0x8C86D8) is unknown color: approx Moody Blue. HEX triplet: 8C, 86 and D8. RGB value is (140,134,216). Sum of RGB (Red+Green+Blue) = 140+134+216=490 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.57% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 216 (84.77% from 255 or 44.08% from 490); Max value from RGB is 216 - color contains mainly: blue. Hex color #8C86D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C86D8 is #737927. Grayscale: #909090. Windows color (decimal): -7567656 or 14190220. OLE color: 14190220.

HSL color Cylindrical-coordinate representation of color #8C86D8: hue angle of 244.39º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8C86D8 is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB140134216-
CMYK0.350.3800.15
HSL244.39º51.25%68.63%-
HSV(B)244.39º37.96%84.71%-
XYZ31.7327.5868.62-
YUV145.14167.99124.33-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.57%
GREEN value IS 134 (52.73% from 255) = 27.35%
BLUE value IS 216 (84.77% from 255) = 44.08%
R=28.57%
G=27.35%
B=44.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1401342160.350.3800.15244.3951.2568.63
Hex8C86D823260Ff43345
Octal214206330434601736463105
Binary10001100100001101101100010001110011001111111101001100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C86D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,134,216); }

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

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

 a { background-color: rgb(140,134,216); }

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

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

 span { border-color: rgb(140,134,216); }

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