#8D81CE

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

Shades of Moody Blue #8D81CE

Tints of Moody Blue #8D81CE

Color information

#8D81CE (or 0x8D81CE) is unknown color: approx Moody Blue. HEX triplet: 8D, 81 and CE. RGB value is (141,129,206). Sum of RGB (Red+Green+Blue) = 141+129+206=476 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.62% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D81CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D81CE is #727E31. Grayscale: #8D8D8D. Windows color (decimal): -7503410 or 13533581. OLE color: 13533581.

HSL color Cylindrical-coordinate representation of color #8D81CE: hue angle of 249.35º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8D81CE is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB141129206-
CMYK0.320.3700.19
HSL249.35º44%65.69%-
HSV(B)249.35º37.38%80.78%-
XYZ29.9825.8261.8-
YUV141.37164.48127.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.62%
GREEN value IS 129 (50.78% from 255) = 27.10%
BLUE value IS 206 (80.86% from 255) = 43.28%
R=29.62%
G=27.10%
B=43.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1411292060.320.3700.19249.354465.69
Hex8D81CE2025013f92c42
Octal215201316404502337154102
Binary100011011000000111001110100000100101010011111110011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D81CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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