#8D81D8

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

Shades of Moody Blue #8D81D8

Tints of Moody Blue #8D81D8

Color information

#8D81D8 (or 0x8D81D8) is unknown color: approx Moody Blue. HEX triplet: 8D, 81 and D8. RGB value is (141,129,216). Sum of RGB (Red+Green+Blue) = 141+129+216=486 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.01% from 486); Green value is 129 (50.78% from 255 or 26.54% from 486); Blue value is 216 (84.77% from 255 or 44.44% from 486); Max value from RGB is 216 - color contains mainly: blue. Hex color #8D81D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D81D8 is #727E27. Grayscale: #8E8E8E. Windows color (decimal): -7503400 or 14188941. OLE color: 14188941.

HSL color Cylindrical-coordinate representation of color #8D81D8: hue angle of 248.28º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D81D8 is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB141129216-
CMYK0.350.4000.15
HSL248.28º52.73%67.65%-
HSV(B)248.28º40.28%84.71%-
XYZ31.2326.3268.4-
YUV142.51169.48126.93-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.01%
GREEN value IS 129 (50.78% from 255) = 26.54%
BLUE value IS 216 (84.77% from 255) = 44.44%
R=29.01%
G=26.54%
B=44.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1411292160.350.4000.15248.2852.7367.65
Hex8D81D823280Ff83544
Octal215201330435001737065104
Binary10001101100000011101100010001110100001111111110001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D81D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,129,216); }

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

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

 a { background-color: rgb(141,129,216); }

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

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

 span { border-color: rgb(141,129,216); }

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