Shades of Moody Blue #8173B6
Tints of Moody Blue #8173B6
RGB
CMYK
RGB Variations
Color information
#8173B6 (or 0x8173B6) is known color: Moody Blue. HEX triplet: 81, 73 and B6. RGB value is (129,115,182). Sum of RGB (Red+Green+Blue) = 129+115+182=426 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.28% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 182 (71.48% from 255 or 42.72% from 426); Max value from RGB is 182 - color contains mainly: blue. Hex color #8173B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8173B6 is #7E8C49. Grayscale: #7E7E7E. Windows color (decimal): -8293450 or 11957121. OLE color: 11957121.
HSL color Cylindrical-coordinate representation of color #8173B6: hue angle of 252.54º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8173B6 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 115 | 182 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.29 |
| HSL | 252.54º | 0.31% | 0.58% | - |
| HSV(B) | 252.54º | 0.37% | 0.71% | - |
| XYZ | 23.63 | 20.31 | 46.93 | - |
| YUV | 126.82 | 159.14 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 115 | 182 | 0.29 | 0.37 | 0 | 0.29 | 252.54 | 0.31 | 0.58 |
| Hex | 81 | 73 | B6 | 1D | 25 | 0 | 1D | FD | 1F | 3A |
| Octal | 201 | 163 | 266 | 35 | 45 | 0 | 35 | 375 | 37 | 72 |
| Binary | 10000001 | 1110011 | 10110110 | 11101 | 100101 | 0 | 11101 | 11111101 | 11111 | 111010 |
Color Harmonies of #8173B6
Complementary color
Monochromatic Colors of #8173B6
Black with #8173B6
Text Example
Text Example
White with #8173B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8173B6; }
p { color: rgb(129,115,182); }
H1.HeaderClassName
{
color: #8173B6;
}
.AnyTagClassName
{
color: #8173B6;
}
</style>
background-color css
<style>
a { background-color: #8173B6; }
a { background-color: rgb(129,115,182); }
div.DivClassName
{
background-color: #8173B6;
}
.BgClassName
{
background-color: #8173B6;
}
</style>
border-color css
<style>
span { border-color: #8173B6; }
span { border-color: rgb(129,115,182); }
td.TdClassName
{
border-color: #8173B6;
}
.TagClassName
{
border-color: #8173B6;
}
</style>