#8172BB

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

Shades of Moody Blue #8172BB

Tints of Moody Blue #8172BB

Color information

#8172BB (or 0x8172BB) is unknown color: approx Moody Blue. HEX triplet: 81, 72 and BB. RGB value is (129,114,187). Sum of RGB (Red+Green+Blue) = 129+114+187=430 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #8172BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8172BB is #7E8D44. Grayscale: #7E7E7E. Windows color (decimal): -8293701 or 12284545. OLE color: 12284545.

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

Color convert

RGB129114187-
CMYK0.310.3900.27
HSL252.33º34.93%59.02%-
HSV(B)252.33º39.04%73.33%-
XYZ24.0420.2949.66-
YUV126.81161.97129.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30%
GREEN value IS 114 (44.92% from 255) = 26.51%
BLUE value IS 187 (73.44% from 255) = 43.49%
R=30%
G=26.51%
B=43.49%

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
Decimal1291141870.310.3900.27252.3334.9359.02
Hex8172BB1F2701Bfc233b
Octal20116227337470333744373
Binary100000011110010101110111111110011101101111111100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8172BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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