#8881D9

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

Shades of Moody Blue #8881D9

Tints of Moody Blue #8881D9

Color information

#8881D9 (or 0x8881D9) is unknown color: approx Moody Blue. HEX triplet: 88, 81 and D9. RGB value is (136,129,217). Sum of RGB (Red+Green+Blue) = 136+129+217=482 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.22% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 217 (85.16% from 255 or 45.02% from 482); Max value from RGB is 217 - color contains mainly: blue. Hex color #8881D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8881D9 is #777E26. Grayscale: #8C8C8C. Windows color (decimal): -7831079 or 14254472. OLE color: 14254472.

HSL color Cylindrical-coordinate representation of color #8881D9: hue angle of 244.77º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8881D9 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB136129217-
CMYK0.370.4100.15
HSL244.77º53.66%67.84%-
HSV(B)244.77º40.55%85.1%-
XYZ30.5325.9469.04-
YUV141.12170.82124.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.22%
GREEN value IS 129 (50.78% from 255) = 26.76%
BLUE value IS 217 (85.16% from 255) = 45.02%
R=28.22%
G=26.76%
B=45.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1361292170.370.4100.15244.7753.6667.84
Hex8881D925290Ff53644
Octal210201331455101736566104
Binary10001000100000011101100110010110100101111111101011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8881D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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