#8480DC

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

Shades of Moody Blue #8480DC

Tints of Moody Blue #8480DC

Color information

#8480DC (or 0x8480DC) is unknown color: approx Moody Blue. HEX triplet: 84, 80 and DC. RGB value is (132,128,220). Sum of RGB (Red+Green+Blue) = 132+128+220=480 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.5% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #8480DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8480DC is #7B7F23. Grayscale: #8B8B8B. Windows color (decimal): -8093476 or 14450820. OLE color: 14450820.

HSL color Cylindrical-coordinate representation of color #8480DC: hue angle of 242.61º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8480DC is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB132128220-
CMYK0.400.4200.14
HSL242.61º56.79%68.24%-
HSV(B)242.61º41.82%86.27%-
XYZ30.1525.5171.05-
YUV139.68173.33122.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.5%
GREEN value IS 128 (50.39% from 255) = 26.67%
BLUE value IS 220 (86.33% from 255) = 45.83%
R=27.5%
G=26.67%
B=45.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1321282200.400.4200.14242.6156.7968.24
Hex8480DC282A0Ef33944
Octal204200334505201636371104
Binary10000100100000001101110010100010101001110111100111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8480DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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