Shades of Moody Blue #817AD3
Tints of Moody Blue #817AD3
RGB
CMYK
RGB Variations
Color information
#817AD3 (or 0x817AD3) is known color: Moody Blue. HEX triplet: 81, 7A and D3. RGB value is (129,122,211). Sum of RGB (Red+Green+Blue) = 129+122+211=462 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.92% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 211 (82.81% from 255 or 45.67% from 462); Max value from RGB is 211 - color contains mainly: blue. Hex color #817AD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817AD3 is #7E852C. Grayscale: #858585. Windows color (decimal): -8291629 or 13859457. OLE color: 13859457.
HSL color Cylindrical-coordinate representation of color #817AD3: hue angle of 244.72º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #817AD3 is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 129 | 122 | 211 | - |
| CMYK | 0.39 | 0.42 | 0 | 0.17 |
| HSL | 244.72º | 0.5% | 0.65% | - |
| HSV(B) | 244.72º | 0.42% | 0.83% | - |
| XYZ | 27.77 | 23.29 | 64.66 | - |
| YUV | 134.24 | 171.32 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 122 | 211 | 0.39 | 0.42 | 0 | 0.17 | 244.72 | 0.5 | 0.65 |
| Hex | 81 | 7A | D3 | 27 | 2A | 0 | 11 | F5 | 32 | 41 |
| Octal | 201 | 172 | 323 | 47 | 52 | 0 | 21 | 365 | 62 | 101 |
| Binary | 10000001 | 1111010 | 11010011 | 100111 | 101010 | 0 | 10001 | 11110101 | 110010 | 1000001 |
Color Harmonies of #817AD3
Complementary color
Monochromatic Colors of #817AD3
Black with #817AD3
Text Example
Text Example
White with #817AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817AD3; }
p { color: rgb(129,122,211); }
H1.HeaderClassName
{
color: #817AD3;
}
.AnyTagClassName
{
color: #817AD3;
}
</style>
background-color css
<style>
a { background-color: #817AD3; }
a { background-color: rgb(129,122,211); }
div.DivClassName
{
background-color: #817AD3;
}
.BgClassName
{
background-color: #817AD3;
}
</style>
border-color css
<style>
span { border-color: #817AD3; }
span { border-color: rgb(129,122,211); }
td.TdClassName
{
border-color: #817AD3;
}
.TagClassName
{
border-color: #817AD3;
}
</style>