Shades of Moody Blue #817BCD
Tints of Moody Blue #817BCD
RGB
CMYK
RGB Variations
Color information
#817BCD (or 0x817BCD) is known color: Moody Blue. HEX triplet: 81, 7B and CD. RGB value is (129,123,205). Sum of RGB (Red+Green+Blue) = 129+123+205=457 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.23% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #817BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817BCD is #7E8432. Grayscale: #858585. Windows color (decimal): -8291379 or 13466497. OLE color: 13466497.
HSL color Cylindrical-coordinate representation of color #817BCD: hue angle of 244.39º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #817BCD is Cyan = 0.37, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 123 | 205 | - |
| CMYK | 0.37 | 0.4 | 0 | 0.20 |
| HSL | 244.39º | 0.45% | 0.64% | - |
| HSV(B) | 244.39º | 0.4% | 0.8% | - |
| XYZ | 27.16 | 23.24 | 60.81 | - |
| YUV | 134.14 | 167.99 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 123 | 205 | 0.37 | 0.4 | 0 | 0.20 | 244.39 | 0.45 | 0.64 |
| Hex | 81 | 7B | CD | 25 | 28 | 0 | 14 | F4 | 2D | 40 |
| Octal | 201 | 173 | 315 | 45 | 50 | 0 | 24 | 364 | 55 | 100 |
| Binary | 10000001 | 1111011 | 11001101 | 100101 | 101000 | 0 | 10100 | 11110100 | 101101 | 1000000 |
Color Harmonies of #817BCD
Complementary color
Monochromatic Colors of #817BCD
Black with #817BCD
Text Example
Text Example
White with #817BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817BCD; }
p { color: rgb(129,123,205); }
H1.HeaderClassName
{
color: #817BCD;
}
.AnyTagClassName
{
color: #817BCD;
}
</style>
background-color css
<style>
a { background-color: #817BCD; }
a { background-color: rgb(129,123,205); }
div.DivClassName
{
background-color: #817BCD;
}
.BgClassName
{
background-color: #817BCD;
}
</style>
border-color css
<style>
span { border-color: #817BCD; }
span { border-color: rgb(129,123,205); }
td.TdClassName
{
border-color: #817BCD;
}
.TagClassName
{
border-color: #817BCD;
}
</style>