#8882DC

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

Shades of Moody Blue #8882DC

Tints of Moody Blue #8882DC

Color information

#8882DC (or 0x8882DC) is unknown color: approx Moody Blue. HEX triplet: 88, 82 and DC. RGB value is (136,130,220). Sum of RGB (Red+Green+Blue) = 136+130+220=486 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.98% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #8882DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8882DC is #777D23. Grayscale: #8D8D8D. Windows color (decimal): -7830820 or 14451336. OLE color: 14451336.

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

Color convert

RGB136130220-
CMYK0.380.4100.14
HSL244º56.25%68.63%-
HSV(B)244º40.91%86.27%-
XYZ31.0526.3771.16-
YUV142.05171.99123.68-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.98%
GREEN value IS 130 (51.17% from 255) = 26.75%
BLUE value IS 220 (86.33% from 255) = 45.27%
R=27.98%
G=26.75%
B=45.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1361302200.380.4100.1424456.2568.63
Hex8882DC26290Ef43845
Octal210202334465101636470105
Binary10001000100000101101110010011010100101110111101001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8882DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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