#8881DD

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

Shades of Moody Blue #8881DD

Tints of Moody Blue #8881DD

Color information

#8881DD (or 0x8881DD) is unknown color: approx Moody Blue. HEX triplet: 88, 81 and DD. RGB value is (136,129,221). Sum of RGB (Red+Green+Blue) = 136+129+221=486 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.98% from 486); Green value is 129 (50.78% from 255 or 26.54% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #8881DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8881DD is #777E22. Grayscale: #8D8D8D. Windows color (decimal): -7831075 or 14516616. OLE color: 14516616.

HSL color Cylindrical-coordinate representation of color #8881DD: hue angle of 244.57º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8881DD is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB136129221-
CMYK0.380.4200.13
HSL244.57º57.5%68.63%-
HSV(B)244.57º41.63%86.67%-
XYZ31.0526.1671.82-
YUV141.58172.82124.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.98%
GREEN value IS 129 (50.78% from 255) = 26.54%
BLUE value IS 221 (86.72% from 255) = 45.47%
R=27.98%
G=26.54%
B=45.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1361292210.380.4200.13244.5757.568.63
Hex8881DD262A0Df53a45
Octal210201335465201536572105
Binary10001000100000011101110110011010101001101111101011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8881DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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