Shades of Moody Blue #817BB9
Tints of Moody Blue #817BB9
RGB
CMYK
RGB Variations
Color information
#817BB9 (or 0x817BB9) is known color: Moody Blue. HEX triplet: 81, 7B and B9. RGB value is (129,123,185). Sum of RGB (Red+Green+Blue) = 129+123+185=437 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.52% from 437); Green value is 123 (48.44% from 255 or 28.15% from 437); Blue value is 185 (72.66% from 255 or 42.33% from 437); Max value from RGB is 185 - color contains mainly: blue. Hex color #817BB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817BB9 is #7E8446. Grayscale: #838383. Windows color (decimal): -8291399 or 12155777. OLE color: 12155777.
HSL color Cylindrical-coordinate representation of color #817BB9: hue angle of 245.81º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #817BB9 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 123 | 185 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.27 |
| HSL | 245.81º | 0.31% | 0.6% | - |
| HSV(B) | 245.81º | 0.34% | 0.73% | - |
| XYZ | 24.89 | 22.34 | 48.9 | - |
| YUV | 131.86 | 157.99 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 123 | 185 | 0.30 | 0.34 | 0 | 0.27 | 245.81 | 0.31 | 0.6 |
| Hex | 81 | 7B | B9 | 1E | 22 | 0 | 1B | F6 | 1F | 3C |
| Octal | 201 | 173 | 271 | 36 | 42 | 0 | 33 | 366 | 37 | 74 |
| Binary | 10000001 | 1111011 | 10111001 | 11110 | 100010 | 0 | 11011 | 11110110 | 11111 | 111100 |
Color Harmonies of #817BB9
Complementary color
Monochromatic Colors of #817BB9
Black with #817BB9
Text Example
Text Example
White with #817BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817BB9; }
p { color: rgb(129,123,185); }
H1.HeaderClassName
{
color: #817BB9;
}
.AnyTagClassName
{
color: #817BB9;
}
</style>
background-color css
<style>
a { background-color: #817BB9; }
a { background-color: rgb(129,123,185); }
div.DivClassName
{
background-color: #817BB9;
}
.BgClassName
{
background-color: #817BB9;
}
</style>
border-color css
<style>
span { border-color: #817BB9; }
span { border-color: rgb(129,123,185); }
td.TdClassName
{
border-color: #817BB9;
}
.TagClassName
{
border-color: #817BB9;
}
</style>