#8480BC

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

Shades of Moody Blue #8480BC

Tints of Moody Blue #8480BC

Color information

#8480BC (or 0x8480BC) is unknown color: approx Moody Blue. HEX triplet: 84, 80 and BC. RGB value is (132,128,188). Sum of RGB (Red+Green+Blue) = 132+128+188=448 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.46% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #8480BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8480BC is #7B7F43. Grayscale: #878787. Windows color (decimal): -8093508 or 12353668. OLE color: 12353668.

HSL color Cylindrical-coordinate representation of color #8480BC: hue angle of 244º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8480BC is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB132128188-
CMYK0.300.3200.26
HSL244º30.93%61.96%-
HSV(B)244º31.91%73.73%-
XYZ26.3123.9750.82-
YUV136.04157.33125.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.46%
GREEN value IS 128 (50.39% from 255) = 28.57%
BLUE value IS 188 (73.83% from 255) = 41.96%
R=29.46%
G=28.57%
B=41.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1321281880.300.3200.2624430.9361.96
Hex8480BC1E2001Af41f3e
Octal20420027436400323643776
Binary100001001000000010111100111101000000110101111010011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8480BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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