Shades of Moody Blue #8172BD
Tints of Moody Blue #8172BD
RGB
CMYK
RGB Variations
Color information
#8172BD (or 0x8172BD) is known color: Moody Blue. HEX triplet: 81, 72 and BD. RGB value is (129,114,189). Sum of RGB (Red+Green+Blue) = 129+114+189=432 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.86% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #8172BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8172BD is #7E8D42. Grayscale: #7E7E7E. Windows color (decimal): -8293699 or 12415617. OLE color: 12415617.
HSL color Cylindrical-coordinate representation of color #8172BD: hue angle of 252º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8172BD is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 114 | 189 | - |
| CMYK | 0.32 | 0.40 | 0 | 0.26 |
| HSL | 252º | 0.36% | 0.59% | - |
| HSV(B) | 252º | 0.4% | 0.74% | - |
| XYZ | 24.26 | 20.38 | 50.8 | - |
| YUV | 127.04 | 162.97 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 114 | 189 | 0.32 | 0.40 | 0 | 0.26 | 252 | 0.36 | 0.59 |
| Hex | 81 | 72 | BD | 20 | 28 | 0 | 1A | FC | 24 | 3B |
| Octal | 201 | 162 | 275 | 40 | 50 | 0 | 32 | 374 | 44 | 73 |
| Binary | 10000001 | 1110010 | 10111101 | 100000 | 101000 | 0 | 11010 | 11111100 | 100100 | 111011 |
Color Harmonies of #8172BD
Complementary color
Monochromatic Colors of #8172BD
Black with #8172BD
Text Example
Text Example
White with #8172BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8172BD; }
p { color: rgb(129,114,189); }
H1.HeaderClassName
{
color: #8172BD;
}
.AnyTagClassName
{
color: #8172BD;
}
</style>
background-color css
<style>
a { background-color: #8172BD; }
a { background-color: rgb(129,114,189); }
div.DivClassName
{
background-color: #8172BD;
}
.BgClassName
{
background-color: #8172BD;
}
</style>
border-color css
<style>
span { border-color: #8172BD; }
span { border-color: rgb(129,114,189); }
td.TdClassName
{
border-color: #8172BD;
}
.TagClassName
{
border-color: #8172BD;
}
</style>