Shades of Moody Blue #817CCA
Tints of Moody Blue #817CCA
RGB
CMYK
RGB Variations
Color information
#817CCA (or 0x817CCA) is known color: Moody Blue. HEX triplet: 81, 7C and CA. RGB value is (129,124,202). Sum of RGB (Red+Green+Blue) = 129+124+202=455 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.35% from 455); Green value is 124 (48.83% from 255 or 27.25% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #817CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817CCA is #7E8335. Grayscale: #868686. Windows color (decimal): -8291126 or 13270145. OLE color: 13270145.
HSL color Cylindrical-coordinate representation of color #817CCA: hue angle of 243.85º degrees, saturation: 0.42, 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 #817CCA is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 129 | 124 | 202 | - |
| CMYK | 0.36 | 0.39 | 0 | 0.21 |
| HSL | 243.85º | 0.42% | 0.64% | - |
| HSV(B) | 243.85º | 0.39% | 0.79% | - |
| XYZ | 26.92 | 23.35 | 58.96 | - |
| YUV | 134.39 | 166.16 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 124 | 202 | 0.36 | 0.39 | 0 | 0.21 | 243.85 | 0.42 | 0.64 |
| Hex | 81 | 7C | CA | 24 | 27 | 0 | 15 | F4 | 2A | 40 |
| Octal | 201 | 174 | 312 | 44 | 47 | 0 | 25 | 364 | 52 | 100 |
| Binary | 10000001 | 1111100 | 11001010 | 100100 | 100111 | 0 | 10101 | 11110100 | 101010 | 1000000 |
Color Harmonies of #817CCA
Complementary color
Monochromatic Colors of #817CCA
Black with #817CCA
Text Example
Text Example
White with #817CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817CCA; }
p { color: rgb(129,124,202); }
H1.HeaderClassName
{
color: #817CCA;
}
.AnyTagClassName
{
color: #817CCA;
}
</style>
background-color css
<style>
a { background-color: #817CCA; }
a { background-color: rgb(129,124,202); }
div.DivClassName
{
background-color: #817CCA;
}
.BgClassName
{
background-color: #817CCA;
}
</style>
border-color css
<style>
span { border-color: #817CCA; }
span { border-color: rgb(129,124,202); }
td.TdClassName
{
border-color: #817CCA;
}
.TagClassName
{
border-color: #817CCA;
}
</style>