#8480B4

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

Shades of Moody Blue #8480B4

Tints of Moody Blue #8480B4

Color information

#8480B4 (or 0x8480B4) is unknown color: approx Moody Blue. HEX triplet: 84, 80 and B4. RGB value is (132,128,180). Sum of RGB (Red+Green+Blue) = 132+128+180=440 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 180 (70.70% from 255 or 40.91% from 440); Max value from RGB is 180 - color contains mainly: blue. Hex color #8480B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8480B4 is #7B7F4B. Grayscale: #868686. Windows color (decimal): -8093516 or 11829380. OLE color: 11829380.

HSL color Cylindrical-coordinate representation of color #8480B4: hue angle of 244.62º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8480B4 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB132128180-
CMYK0.270.2900.29
HSL244.62º25.74%60.39%-
HSV(B)244.62º28.89%70.59%-
XYZ25.4723.6446.4-
YUV135.12153.33125.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30%
GREEN value IS 128 (50.39% from 255) = 29.09%
BLUE value IS 180 (70.70% from 255) = 40.91%
R=30%
G=29.09%
B=40.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1321281800.270.2900.29244.6225.7460.39
Hex8480B41B1D01Df51a3c
Octal20420026433350353653274
Binary10000100100000001011010011011111010111011111010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8480B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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