#8172BA

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

Shades of Moody Blue #8172BA

Tints of Moody Blue #8172BA

Color information

#8172BA (or 0x8172BA) is unknown color: approx Moody Blue. HEX triplet: 81, 72 and BA. RGB value is (129,114,186). Sum of RGB (Red+Green+Blue) = 129+114+186=429 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.07% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #8172BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8172BA is #7E8D45. Grayscale: #7E7E7E. Windows color (decimal): -8293702 or 12219009. OLE color: 12219009.

HSL color Cylindrical-coordinate representation of color #8172BA: hue angle of 252.5º 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 #8172BA is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB129114186-
CMYK0.310.3900.27
HSL252.5º34.29%58.82%-
HSV(B)252.5º38.71%72.94%-
XYZ23.9320.2549.1-
YUV126.69161.47129.65-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.07%
GREEN value IS 114 (44.92% from 255) = 26.57%
BLUE value IS 186 (73.05% from 255) = 43.36%
R=30.07%
G=26.57%
B=43.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1291141860.310.3900.27252.534.2958.82
Hex8172BA1F2701Bfc223b
Octal20116227237470333744273
Binary100000011110010101110101111110011101101111111100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8172BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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