#8472BA

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

Shades of Moody Blue #8472BA

Tints of Moody Blue #8472BA

Color information

#8472BA (or 0x8472BA) is unknown color: approx Moody Blue. HEX triplet: 84, 72 and BA. RGB value is (132,114,186). Sum of RGB (Red+Green+Blue) = 132+114+186=432 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.56% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #8472BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8472BA is #7B8D45. Grayscale: #7F7F7F. Windows color (decimal): -8097094 or 12219012. OLE color: 12219012.

HSL color Cylindrical-coordinate representation of color #8472BA: hue angle of 255º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8472BA is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB132114186-
CMYK0.290.3900.27
HSL255º34.29%58.82%-
HSV(B)255º38.71%72.94%-
XYZ24.420.4949.12-
YUV127.59160.96131.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.56%
GREEN value IS 114 (44.92% from 255) = 26.39%
BLUE value IS 186 (73.05% from 255) = 43.06%
R=30.56%
G=26.39%
B=43.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321141860.290.3900.2725534.2958.82
Hex8472BA1D2701Bff223b
Octal20416227235470333774273
Binary100001001110010101110101110110011101101111111111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8472BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8472BA; }

 p { color: rgb(132,114,186); }

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

<style>
 a { background-color: #8472BA; }

 a { background-color: rgb(132,114,186); }

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

<style>
 span { border-color: #8472BA; }

 span { border-color: rgb(132,114,186); }

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