Shades of Moody Blue #8173D2
Tints of Moody Blue #8173D2
RGB
CMYK
RGB Variations
Color information
#8173D2 (or 0x8173D2) is known color: Moody Blue. HEX triplet: 81, 73 and D2. RGB value is (129,115,210). Sum of RGB (Red+Green+Blue) = 129+115+210=454 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.41% from 454); Green value is 115 (45.31% from 255 or 25.33% from 454); Blue value is 210 (82.42% from 255 or 46.26% from 454); Max value from RGB is 210 - color contains mainly: blue. Hex color #8173D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8173D2 is #7E8C2D. Grayscale: #818181. Windows color (decimal): -8293422 or 13792129. OLE color: 13792129.
HSL color Cylindrical-coordinate representation of color #8173D2: hue angle of 248.84º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8173D2 is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 129 | 115 | 210 | - |
| CMYK | 0.39 | 0.45 | 0 | 0.18 |
| HSL | 248.84º | 0.51% | 0.64% | - |
| HSV(B) | 248.84º | 0.45% | 0.82% | - |
| XYZ | 26.82 | 21.58 | 63.73 | - |
| YUV | 130.02 | 173.14 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 115 | 210 | 0.39 | 0.45 | 0 | 0.18 | 248.84 | 0.51 | 0.64 |
| Hex | 81 | 73 | D2 | 27 | 2D | 0 | 12 | F9 | 33 | 40 |
| Octal | 201 | 163 | 322 | 47 | 55 | 0 | 22 | 371 | 63 | 100 |
| Binary | 10000001 | 1110011 | 11010010 | 100111 | 101101 | 0 | 10010 | 11111001 | 110011 | 1000000 |
Color Harmonies of #8173D2
Complementary color
Monochromatic Colors of #8173D2
Black with #8173D2
Text Example
Text Example
White with #8173D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8173D2; }
p { color: rgb(129,115,210); }
H1.HeaderClassName
{
color: #8173D2;
}
.AnyTagClassName
{
color: #8173D2;
}
</style>
background-color css
<style>
a { background-color: #8173D2; }
a { background-color: rgb(129,115,210); }
div.DivClassName
{
background-color: #8173D2;
}
.BgClassName
{
background-color: #8173D2;
}
</style>
border-color css
<style>
span { border-color: #8173D2; }
span { border-color: rgb(129,115,210); }
td.TdClassName
{
border-color: #8173D2;
}
.TagClassName
{
border-color: #8173D2;
}
</style>