Shades of Moody Blue #8173BD
Tints of Moody Blue #8173BD
RGB
CMYK
RGB Variations
Color information
#8173BD (or 0x8173BD) is known color: Moody Blue. HEX triplet: 81, 73 and BD. RGB value is (129,115,189). Sum of RGB (Red+Green+Blue) = 129+115+189=433 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.79% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 189 - color contains mainly: blue. Hex color #8173BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8173BD is #7E8C42. Grayscale: #7F7F7F. Windows color (decimal): -8293443 or 12415873. OLE color: 12415873.
HSL color Cylindrical-coordinate representation of color #8173BD: hue angle of 251.35º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8173BD is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 115 | 189 | - |
| CMYK | 0.32 | 0.39 | 0 | 0.26 |
| HSL | 251.35º | 0.36% | 0.6% | - |
| HSV(B) | 251.35º | 0.39% | 0.74% | - |
| XYZ | 24.37 | 20.6 | 50.84 | - |
| YUV | 127.62 | 162.64 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 115 | 189 | 0.32 | 0.39 | 0 | 0.26 | 251.35 | 0.36 | 0.6 |
| Hex | 81 | 73 | BD | 20 | 27 | 0 | 1A | FB | 24 | 3C |
| Octal | 201 | 163 | 275 | 40 | 47 | 0 | 32 | 373 | 44 | 74 |
| Binary | 10000001 | 1110011 | 10111101 | 100000 | 100111 | 0 | 11010 | 11111011 | 100100 | 111100 |
Color Harmonies of #8173BD
Complementary color
Monochromatic Colors of #8173BD
Black with #8173BD
Text Example
Text Example
White with #8173BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8173BD; }
p { color: rgb(129,115,189); }
H1.HeaderClassName
{
color: #8173BD;
}
.AnyTagClassName
{
color: #8173BD;
}
</style>
background-color css
<style>
a { background-color: #8173BD; }
a { background-color: rgb(129,115,189); }
div.DivClassName
{
background-color: #8173BD;
}
.BgClassName
{
background-color: #8173BD;
}
</style>
border-color css
<style>
span { border-color: #8173BD; }
span { border-color: rgb(129,115,189); }
td.TdClassName
{
border-color: #8173BD;
}
.TagClassName
{
border-color: #8173BD;
}
</style>