Shades of Moody Blue #817BCA
Tints of Moody Blue #817BCA
RGB
CMYK
RGB Variations
Color information
#817BCA (or 0x817BCA) is known color: Moody Blue. HEX triplet: 81, 7B and CA. RGB value is (129,123,202). Sum of RGB (Red+Green+Blue) = 129+123+202=454 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.41% from 454); Green value is 123 (48.44% from 255 or 27.09% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #817BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817BCA is #7E8435. Grayscale: #858585. Windows color (decimal): -8291382 or 13269889. OLE color: 13269889.
HSL color Cylindrical-coordinate representation of color #817BCA: hue angle of 244.56º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #817BCA is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 129 | 123 | 202 | - |
| CMYK | 0.36 | 0.39 | 0 | 0.21 |
| HSL | 244.56º | 0.43% | 0.64% | - |
| HSV(B) | 244.56º | 0.39% | 0.79% | - |
| XYZ | 26.8 | 23.1 | 58.92 | - |
| YUV | 133.8 | 166.49 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 123 | 202 | 0.36 | 0.39 | 0 | 0.21 | 244.56 | 0.43 | 0.64 |
| Hex | 81 | 7B | CA | 24 | 27 | 0 | 15 | F5 | 2B | 40 |
| Octal | 201 | 173 | 312 | 44 | 47 | 0 | 25 | 365 | 53 | 100 |
| Binary | 10000001 | 1111011 | 11001010 | 100100 | 100111 | 0 | 10101 | 11110101 | 101011 | 1000000 |
Color Harmonies of #817BCA
Complementary color
Monochromatic Colors of #817BCA
Black with #817BCA
Text Example
Text Example
White with #817BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817BCA; }
p { color: rgb(129,123,202); }
H1.HeaderClassName
{
color: #817BCA;
}
.AnyTagClassName
{
color: #817BCA;
}
</style>
background-color css
<style>
a { background-color: #817BCA; }
a { background-color: rgb(129,123,202); }
div.DivClassName
{
background-color: #817BCA;
}
.BgClassName
{
background-color: #817BCA;
}
</style>
border-color css
<style>
span { border-color: #817BCA; }
span { border-color: rgb(129,123,202); }
td.TdClassName
{
border-color: #817BCA;
}
.TagClassName
{
border-color: #817BCA;
}
</style>