#8882D7

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

Shades of Moody Blue #8882D7

Tints of Moody Blue #8882D7

Color information

#8882D7 (or 0x8882D7) is unknown color: approx Moody Blue. HEX triplet: 88, 82 and D7. RGB value is (136,130,215). Sum of RGB (Red+Green+Blue) = 136+130+215=481 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.27% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 215 (84.38% from 255 or 44.70% from 481); Max value from RGB is 215 - color contains mainly: blue. Hex color #8882D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8882D7 is #777D28. Grayscale: #8D8D8D. Windows color (decimal): -7830825 or 14123656. OLE color: 14123656.

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

Color convert

RGB136130215-
CMYK0.370.4000.16
HSL244.24º51.52%67.65%-
HSV(B)244.24º39.53%84.31%-
XYZ30.426.1167.73-
YUV141.48169.49124.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.27%
GREEN value IS 130 (51.17% from 255) = 27.03%
BLUE value IS 215 (84.38% from 255) = 44.70%
R=28.27%
G=27.03%
B=44.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1361302150.370.4000.16244.2451.5267.65
Hex8882D72528010f43444
Octal210202327455002036464104
Binary100010001000001011010111100101101000010000111101001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8882D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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