#8480D9

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

Shades of Moody Blue #8480D9

Tints of Moody Blue #8480D9

Color information

#8480D9 (or 0x8480D9) is unknown color: approx Moody Blue. HEX triplet: 84, 80 and D9. RGB value is (132,128,217). Sum of RGB (Red+Green+Blue) = 132+128+217=477 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.67% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 217 (85.16% from 255 or 45.49% from 477); Max value from RGB is 217 - color contains mainly: blue. Hex color #8480D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8480D9 is #7B7F26. Grayscale: #8A8A8A. Windows color (decimal): -8093479 or 14254212. OLE color: 14254212.

HSL color Cylindrical-coordinate representation of color #8480D9: hue angle of 242.7º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8480D9 is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB132128217-
CMYK0.390.4100.15
HSL242.7º53.94%67.65%-
HSV(B)242.7º41.01%85.1%-
XYZ29.7625.3568.97-
YUV139.34171.83122.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.67%
GREEN value IS 128 (50.39% from 255) = 26.83%
BLUE value IS 217 (85.16% from 255) = 45.49%
R=27.67%
G=26.83%
B=45.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1321282170.390.4100.15242.753.9467.65
Hex8480D927290Ff33644
Octal204200331475101736366104
Binary10000100100000001101100110011110100101111111100111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8480D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8480D9; }

 p { color: rgb(132,128,217); }

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

<style>
 a { background-color: #8480D9; }

 a { background-color: rgb(132,128,217); }

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

<style>
 span { border-color: #8480D9; }

 span { border-color: rgb(132,128,217); }

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