#8882D8

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

Shades of Moody Blue #8882D8

Tints of Moody Blue #8882D8

Color information

#8882D8 (or 0x8882D8) is unknown color: approx Moody Blue. HEX triplet: 88, 82 and D8. RGB value is (136,130,216). Sum of RGB (Red+Green+Blue) = 136+130+216=482 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.22% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 216 (84.77% from 255 or 44.81% from 482); Max value from RGB is 216 - color contains mainly: blue. Hex color #8882D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8882D8 is #777D27. Grayscale: #8D8D8D. Windows color (decimal): -7830824 or 14189192. OLE color: 14189192.

HSL color Cylindrical-coordinate representation of color #8882D8: hue angle of 244.19º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8882D8 is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB136130216-
CMYK0.370.4000.15
HSL244.19º52.44%67.84%-
HSV(B)244.19º39.81%84.71%-
XYZ30.5326.1668.41-
YUV141.6169.99124.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.22%
GREEN value IS 130 (51.17% from 255) = 26.97%
BLUE value IS 216 (84.77% from 255) = 44.81%
R=28.22%
G=26.97%
B=44.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1361302160.370.4000.15244.1952.4467.84
Hex8882D825280Ff43444
Octal210202330455001736464104
Binary10001000100000101101100010010110100001111111101001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8882D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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