#8482D6

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

Shades of Moody Blue #8482D6

Tints of Moody Blue #8482D6

Color information

#8482D6 (or 0x8482D6) is unknown color: approx Moody Blue. HEX triplet: 84, 82 and D6. RGB value is (132,130,214). Sum of RGB (Red+Green+Blue) = 132+130+214=476 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.73% from 476); Green value is 130 (51.17% from 255 or 27.31% from 476); Blue value is 214 (83.98% from 255 or 44.96% from 476); Max value from RGB is 214 - color contains mainly: blue. Hex color #8482D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8482D6 is #7B7D29. Grayscale: #8B8B8B. Windows color (decimal): -8092970 or 14058116. OLE color: 14058116.

HSL color Cylindrical-coordinate representation of color #8482D6: hue angle of 241.43º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8482D6 is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB132130214-
CMYK0.380.3900.16
HSL241.43º50.6%67.45%-
HSV(B)241.43º39.25%83.92%-
XYZ29.6425.7367.02-
YUV140.17169.66122.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.73%
GREEN value IS 130 (51.17% from 255) = 27.31%
BLUE value IS 214 (83.98% from 255) = 44.96%
R=27.73%
G=27.31%
B=44.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1321302140.380.3900.16241.4350.667.45
Hex8482D62627010f13343
Octal204202326464702036163103
Binary100001001000001011010110100110100111010000111100011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8482D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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