#8a81ce

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

Shades of Moody Blue #8A81CE

Tints of Moody Blue #8A81CE

Color information

#8A81CE (or 0x8A81CE) is unknown color: approx Moody Blue. HEX triplet: 8A, 81 and CE. RGB value is (138,129,206). Sum of RGB (Red+Green+Blue) = 138+129+206=473 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.18% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A81CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A81CE is #757E31. Grayscale: #8C8C8C. Windows color (decimal): -7700018 or 13533578. OLE color: 13533578.

HSL color Cylindrical-coordinate representation of color #8A81CE: hue angle of 247.01º 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 #8A81CE is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB138129206-
CMYK0.330.3700.19
HSL247.01º44%65.69%-
HSV(B)247.01º37.38%80.78%-
XYZ29.4725.5661.77-
YUV140.47164.98126.24-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.18%
GREEN value IS 129 (50.78% from 255) = 27.27%
BLUE value IS 206 (80.86% from 255) = 43.55%
R=29.18%
G=27.27%
B=43.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1381292060.330.3700.19247.014465.69
Hex8A81CE2125013f72c42
Octal212201316414502336754102
Binary100010101000000111001110100001100101010011111101111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a81ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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