Shades of Moody Blue #817CC4
Tints of Moody Blue #817CC4
RGB
CMYK
RGB Variations
Color information
#817CC4 (or 0x817CC4) is known color: Moody Blue. HEX triplet: 81, 7C and C4. RGB value is (129,124,196). Sum of RGB (Red+Green+Blue) = 129+124+196=449 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.73% from 449); Green value is 124 (48.83% from 255 or 27.62% from 449); Blue value is 196 (76.95% from 255 or 43.65% from 449); Max value from RGB is 196 - color contains mainly: blue. Hex color #817CC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817CC4 is #7E833B. Grayscale: #858585. Windows color (decimal): -8291132 or 12876929. OLE color: 12876929.
HSL color Cylindrical-coordinate representation of color #817CC4: hue angle of 244.17º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #817CC4 is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 129 | 124 | 196 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.23 |
| HSL | 244.17º | 0.38% | 0.63% | - |
| HSV(B) | 244.17º | 0.37% | 0.77% | - |
| XYZ | 26.22 | 23.07 | 55.29 | - |
| YUV | 133.7 | 163.16 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 124 | 196 | 0.34 | 0.37 | 0 | 0.23 | 244.17 | 0.38 | 0.63 |
| Hex | 81 | 7C | C4 | 22 | 25 | 0 | 17 | F4 | 26 | 3F |
| Octal | 201 | 174 | 304 | 42 | 45 | 0 | 27 | 364 | 46 | 77 |
| Binary | 10000001 | 1111100 | 11000100 | 100010 | 100101 | 0 | 10111 | 11110100 | 100110 | 111111 |
Color Harmonies of #817CC4
Complementary color
Monochromatic Colors of #817CC4
Black with #817CC4
Text Example
Text Example
White with #817CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817CC4; }
p { color: rgb(129,124,196); }
H1.HeaderClassName
{
color: #817CC4;
}
.AnyTagClassName
{
color: #817CC4;
}
</style>
background-color css
<style>
a { background-color: #817CC4; }
a { background-color: rgb(129,124,196); }
div.DivClassName
{
background-color: #817CC4;
}
.BgClassName
{
background-color: #817CC4;
}
</style>
border-color css
<style>
span { border-color: #817CC4; }
span { border-color: rgb(129,124,196); }
td.TdClassName
{
border-color: #817CC4;
}
.TagClassName
{
border-color: #817CC4;
}
</style>