#8881CE

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

Shades of Moody Blue #8881CE

Tints of Moody Blue #8881CE

Color information

#8881CE (or 0x8881CE) is unknown color: approx Moody Blue. HEX triplet: 88, 81 and CE. RGB value is (136,129,206). Sum of RGB (Red+Green+Blue) = 136+129+206=471 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.87% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #8881CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8881CE is #777E31. Grayscale: #8B8B8B. Windows color (decimal): -7831090 or 13533576. OLE color: 13533576.

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

Color convert

RGB136129206-
CMYK0.340.3700.19
HSL245.45º44%65.69%-
HSV(B)245.45º37.38%80.78%-
XYZ29.1425.3961.76-
YUV139.87165.32125.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.87%
GREEN value IS 129 (50.78% from 255) = 27.39%
BLUE value IS 206 (80.86% from 255) = 43.74%
R=28.87%
G=27.39%
B=43.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1361292060.340.3700.19245.454465.69
Hex8881CE2225013f52c42
Octal210201316424502336554102
Binary100010001000000111001110100010100101010011111101011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8881CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8881CE; }

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

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

<style>
 a { background-color: #8881CE; }

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

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

<style>
 span { border-color: #8881CE; }

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

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