#8482DB

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

Shades of Moody Blue #8482DB

Tints of Moody Blue #8482DB

Color information

#8482DB (or 0x8482DB) is unknown color: approx Moody Blue. HEX triplet: 84, 82 and DB. RGB value is (132,130,219). Sum of RGB (Red+Green+Blue) = 132+130+219=481 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.44% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #8482DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8482DB is #7B7D24. Grayscale: #8C8C8C. Windows color (decimal): -8092965 or 14385796. OLE color: 14385796.

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

Color convert

RGB132130219-
CMYK0.400.4100.14
HSL241.35º55.28%68.43%-
HSV(B)241.35º40.64%85.88%-
XYZ30.2825.9970.44-
YUV140.74172.16121.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.44%
GREEN value IS 130 (51.17% from 255) = 27.03%
BLUE value IS 219 (85.94% from 255) = 45.53%
R=27.44%
G=27.03%
B=45.53%

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
Decimal1321302190.400.4100.14241.3555.2868.43
Hex8482DB28290Ef13744
Octal204202333505101636167104
Binary10000100100000101101101110100010100101110111100011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8482DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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