#8482DD

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

Shades of Moody Blue #8482DD

Tints of Moody Blue #8482DD

Color information

#8482DD (or 0x8482DD) is unknown color: approx Moody Blue. HEX triplet: 84, 82 and DD. RGB value is (132,130,221). Sum of RGB (Red+Green+Blue) = 132+130+221=483 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.33% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #8482DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8482DD is #7B7D22. Grayscale: #8C8C8C. Windows color (decimal): -8092963 or 14516868. OLE color: 14516868.

HSL color Cylindrical-coordinate representation of color #8482DD: hue angle of 241.32º 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 #8482DD is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB132130221-
CMYK0.400.4100.13
HSL241.32º57.23%68.82%-
HSV(B)241.32º41.18%86.67%-
XYZ30.5526.0971.83-
YUV140.97173.16121.6-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.33%
GREEN value IS 130 (51.17% from 255) = 26.92%
BLUE value IS 221 (86.72% from 255) = 45.76%
R=27.33%
G=26.92%
B=45.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1321302210.400.4100.13241.3257.2368.82
Hex8482DD28290Df13945
Octal204202335505101536171105
Binary10000100100000101101110110100010100101101111100011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8482DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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