#8482DC

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

Shades of Moody Blue #8482DC

Tints of Moody Blue #8482DC

Color information

#8482DC (or 0x8482DC) is unknown color: approx Moody Blue. HEX triplet: 84, 82 and DC. RGB value is (132,130,220). Sum of RGB (Red+Green+Blue) = 132+130+220=482 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.39% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #8482DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8482DC is #7B7D23. Grayscale: #8C8C8C. Windows color (decimal): -8092964 or 14451332. OLE color: 14451332.

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

Color convert

RGB132130220-
CMYK0.400.4100.14
HSL241.33º56.25%68.63%-
HSV(B)241.33º40.91%86.27%-
XYZ30.4226.0471.13-
YUV140.86172.66121.68-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.39%
GREEN value IS 130 (51.17% from 255) = 26.97%
BLUE value IS 220 (86.33% from 255) = 45.64%
R=27.39%
G=26.97%
B=45.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1321302200.400.4100.14241.3356.2568.63
Hex8482DC28290Ef13845
Octal204202334505101636170105
Binary10000100100000101101110010100010100101110111100011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8482DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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