#8882DD

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

Shades of Moody Blue #8882DD

Tints of Moody Blue #8882DD

Color information

#8882DD (or 0x8882DD) is unknown color: approx Moody Blue. HEX triplet: 88, 82 and DD. RGB value is (136,130,221). Sum of RGB (Red+Green+Blue) = 136+130+221=487 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.93% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #8882DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8882DD is #777D22. Grayscale: #8D8D8D. Windows color (decimal): -7830819 or 14516872. OLE color: 14516872.

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

Color convert

RGB136130221-
CMYK0.380.4100.13
HSL243.96º57.23%68.82%-
HSV(B)243.96º41.18%86.67%-
XYZ31.1926.4271.86-
YUV142.17172.49123.6-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.93%
GREEN value IS 130 (51.17% from 255) = 26.69%
BLUE value IS 221 (86.72% from 255) = 45.38%
R=27.93%
G=26.69%
B=45.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1361302210.380.4100.13243.9657.2368.82
Hex8882DD26290Df43945
Octal210202335465101536471105
Binary10001000100000101101110110011010100101101111101001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8882DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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