#8482D1

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

Shades of Moody Blue #8482D1

Tints of Moody Blue #8482D1

Color information

#8482D1 (or 0x8482D1) is unknown color: approx Moody Blue. HEX triplet: 84, 82 and D1. RGB value is (132,130,209). Sum of RGB (Red+Green+Blue) = 132+130+209=471 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.03% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 209 (82.03% from 255 or 44.37% from 471); Max value from RGB is 209 - color contains mainly: blue. Hex color #8482D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8482D1 is #7B7D2E. Grayscale: #8B8B8B. Windows color (decimal): -8092975 or 13730436. OLE color: 13730436.

HSL color Cylindrical-coordinate representation of color #8482D1: hue angle of 241.52º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8482D1 is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB132130209-
CMYK0.370.3800.18
HSL241.52º46.2%66.47%-
HSV(B)241.52º37.8%81.96%-
XYZ29.0125.4763.71-
YUV139.6167.16122.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.03%
GREEN value IS 130 (51.17% from 255) = 27.60%
BLUE value IS 209 (82.03% from 255) = 44.37%
R=28.03%
G=27.60%
B=44.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1321302090.370.3800.18241.5246.266.47
Hex8482D12526012f22e42
Octal204202321454602236256102
Binary100001001000001011010001100101100110010010111100101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8482D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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