#8C81DC

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

Shades of Moody Blue #8C81DC

Tints of Moody Blue #8C81DC

Color information

#8C81DC (or 0x8C81DC) is unknown color: approx Moody Blue. HEX triplet: 8C, 81 and DC. RGB value is (140,129,220). Sum of RGB (Red+Green+Blue) = 140+129+220=489 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.63% from 489); Green value is 129 (50.78% from 255 or 26.38% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C81DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C81DC is #737E23. Grayscale: #8E8E8E. Windows color (decimal): -7568932 or 14451084. OLE color: 14451084.

HSL color Cylindrical-coordinate representation of color #8C81DC: hue angle of 247.25º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C81DC is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB140129220-
CMYK0.360.4100.14
HSL247.25º56.52%68.43%-
HSV(B)247.25º41.36%86.27%-
XYZ31.5826.4471.15-
YUV142.66171.64126.1-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.63%
GREEN value IS 129 (50.78% from 255) = 26.38%
BLUE value IS 220 (86.33% from 255) = 44.99%
R=28.63%
G=26.38%
B=44.99%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1401292200.360.4100.14247.2556.5268.43
Hex8C81DC24290Ef73944
Octal214201334445101636771104
Binary10001100100000011101110010010010100101110111101111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C81DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,129,220); }

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

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

 a { background-color: rgb(140,129,220); }

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

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

 span { border-color: rgb(140,129,220); }

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