#8480BF

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

Shades of Moody Blue #8480BF

Tints of Moody Blue #8480BF

Color information

#8480BF (or 0x8480BF) is unknown color: approx Moody Blue. HEX triplet: 84, 80 and BF. RGB value is (132,128,191). Sum of RGB (Red+Green+Blue) = 132+128+191=451 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.27% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 191 (75% from 255 or 42.35% from 451); Max value from RGB is 191 - color contains mainly: blue. Hex color #8480BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8480BF is #7B7F40. Grayscale: #888888. Windows color (decimal): -8093505 or 12550276. OLE color: 12550276.

HSL color Cylindrical-coordinate representation of color #8480BF: hue angle of 243.81º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8480BF is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB132128191-
CMYK0.310.3300.25
HSL243.81º32.98%62.55%-
HSV(B)243.81º32.98%74.9%-
XYZ26.6424.1152.54-
YUV136.38158.83124.88-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.27%
GREEN value IS 128 (50.39% from 255) = 28.38%
BLUE value IS 191 (75% from 255) = 42.35%
R=29.27%
G=28.38%
B=42.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321281910.310.3300.25243.8132.9862.55
Hex8480BF1F21019f4213f
Octal20420027737410313644177
Binary1000010010000000101111111111110000101100111110100100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8480BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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