Shades of Moody Blue #8173CB
Tints of Moody Blue #8173CB
RGB
CMYK
RGB Variations
Color information
#8173CB (or 0x8173CB) is known color: Moody Blue. HEX triplet: 81, 73 and CB. RGB value is (129,115,203). Sum of RGB (Red+Green+Blue) = 129+115+203=447 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.86% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #8173CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8173CB is #7E8C34. Grayscale: #808080. Windows color (decimal): -8293429 or 13333377. OLE color: 13333377.
HSL color Cylindrical-coordinate representation of color #8173CB: hue angle of 249.55º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8173CB is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 115 | 203 | - |
| CMYK | 0.36 | 0.43 | 0 | 0.20 |
| HSL | 249.55º | 0.46% | 0.62% | - |
| HSV(B) | 249.55º | 0.43% | 0.8% | - |
| XYZ | 25.96 | 21.24 | 59.23 | - |
| YUV | 129.22 | 169.64 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 115 | 203 | 0.36 | 0.43 | 0 | 0.20 | 249.55 | 0.46 | 0.62 |
| Hex | 81 | 73 | CB | 24 | 2B | 0 | 14 | FA | 2E | 3E |
| Octal | 201 | 163 | 313 | 44 | 53 | 0 | 24 | 372 | 56 | 76 |
| Binary | 10000001 | 1110011 | 11001011 | 100100 | 101011 | 0 | 10100 | 11111010 | 101110 | 111110 |
Color Harmonies of #8173CB
Complementary color
Monochromatic Colors of #8173CB
Black with #8173CB
Text Example
Text Example
White with #8173CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8173CB; }
p { color: rgb(129,115,203); }
H1.HeaderClassName
{
color: #8173CB;
}
.AnyTagClassName
{
color: #8173CB;
}
</style>
background-color css
<style>
a { background-color: #8173CB; }
a { background-color: rgb(129,115,203); }
div.DivClassName
{
background-color: #8173CB;
}
.BgClassName
{
background-color: #8173CB;
}
</style>
border-color css
<style>
span { border-color: #8173CB; }
span { border-color: rgb(129,115,203); }
td.TdClassName
{
border-color: #8173CB;
}
.TagClassName
{
border-color: #8173CB;
}
</style>