#8882DB

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

Shades of Moody Blue #8882DB

Tints of Moody Blue #8882DB

Color information

#8882DB (or 0x8882DB) is unknown color: approx Moody Blue. HEX triplet: 88, 82 and DB. RGB value is (136,130,219). Sum of RGB (Red+Green+Blue) = 136+130+219=485 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.04% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #8882DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8882DB is #777D24. Grayscale: #8D8D8D. Windows color (decimal): -7830821 or 14385800. OLE color: 14385800.

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

Color convert

RGB136130219-
CMYK0.380.4100.14
HSL244.04º55.28%68.43%-
HSV(B)244.04º40.64%85.88%-
XYZ30.9226.3170.47-
YUV141.94171.49123.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.04%
GREEN value IS 130 (51.17% from 255) = 26.80%
BLUE value IS 219 (85.94% from 255) = 45.15%
R=28.04%
G=26.80%
B=45.15%

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
Decimal1361302190.380.4100.14244.0455.2868.43
Hex8882DB26290Ef43744
Octal210202333465101636467104
Binary10001000100000101101101110011010100101110111101001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8882DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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