Shades of Moody Blue #817AD0
Tints of Moody Blue #817AD0
RGB
CMYK
RGB Variations
Color information
#817AD0 (or 0x817AD0) is known color: Moody Blue. HEX triplet: 81, 7A and D0. RGB value is (129,122,208). Sum of RGB (Red+Green+Blue) = 129+122+208=459 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.10% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 208 (81.64% from 255 or 45.32% from 459); Max value from RGB is 208 - color contains mainly: blue. Hex color #817AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817AD0 is #7E852F. Grayscale: #858585. Windows color (decimal): -8291632 or 13662849. OLE color: 13662849.
HSL color Cylindrical-coordinate representation of color #817AD0: hue angle of 244.88º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #817AD0 is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 129 | 122 | 208 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.18 |
| HSL | 244.88º | 0.48% | 0.65% | - |
| HSV(B) | 244.88º | 0.41% | 0.82% | - |
| XYZ | 27.4 | 23.14 | 62.7 | - |
| YUV | 133.9 | 169.82 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 122 | 208 | 0.38 | 0.41 | 0 | 0.18 | 244.88 | 0.48 | 0.65 |
| Hex | 81 | 7A | D0 | 26 | 29 | 0 | 12 | F5 | 30 | 41 |
| Octal | 201 | 172 | 320 | 46 | 51 | 0 | 22 | 365 | 60 | 101 |
| Binary | 10000001 | 1111010 | 11010000 | 100110 | 101001 | 0 | 10010 | 11110101 | 110000 | 1000001 |
Color Harmonies of #817AD0
Complementary color
Monochromatic Colors of #817AD0
Black with #817AD0
Text Example
Text Example
White with #817AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817AD0; }
p { color: rgb(129,122,208); }
H1.HeaderClassName
{
color: #817AD0;
}
.AnyTagClassName
{
color: #817AD0;
}
</style>
background-color css
<style>
a { background-color: #817AD0; }
a { background-color: rgb(129,122,208); }
div.DivClassName
{
background-color: #817AD0;
}
.BgClassName
{
background-color: #817AD0;
}
</style>
border-color css
<style>
span { border-color: #817AD0; }
span { border-color: rgb(129,122,208); }
td.TdClassName
{
border-color: #817AD0;
}
.TagClassName
{
border-color: #817AD0;
}
</style>