Shades of Moody Blue #817CCC
Tints of Moody Blue #817CCC
RGB
CMYK
RGB Variations
Color information
#817CCC (or 0x817CCC) is known color: Moody Blue. HEX triplet: 81, 7C and CC. RGB value is (129,124,204). Sum of RGB (Red+Green+Blue) = 129+124+204=457 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.23% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #817CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817CCC is #7E8333. Grayscale: #868686. Windows color (decimal): -8291124 or 13401217. OLE color: 13401217.
HSL color Cylindrical-coordinate representation of color #817CCC: hue angle of 243.75º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #817CCC is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 124 | 204 | - |
| CMYK | 0.37 | 0.39 | 0 | 0.2 |
| HSL | 243.75º | 0.44% | 0.64% | - |
| HSV(B) | 243.75º | 0.39% | 0.8% | - |
| XYZ | 27.16 | 23.44 | 60.22 | - |
| YUV | 134.62 | 167.16 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 124 | 204 | 0.37 | 0.39 | 0 | 0.2 | 243.75 | 0.44 | 0.64 |
| Hex | 81 | 7C | CC | 25 | 27 | 0 | 14 | F4 | 2C | 40 |
| Octal | 201 | 174 | 314 | 45 | 47 | 0 | 24 | 364 | 54 | 100 |
| Binary | 10000001 | 1111100 | 11001100 | 100101 | 100111 | 0 | 10100 | 11110100 | 101100 | 1000000 |
Color Harmonies of #817CCC
Complementary color
Monochromatic Colors of #817CCC
Black with #817CCC
Text Example
Text Example
White with #817CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817CCC; }
p { color: rgb(129,124,204); }
H1.HeaderClassName
{
color: #817CCC;
}
.AnyTagClassName
{
color: #817CCC;
}
</style>
background-color css
<style>
a { background-color: #817CCC; }
a { background-color: rgb(129,124,204); }
div.DivClassName
{
background-color: #817CCC;
}
.BgClassName
{
background-color: #817CCC;
}
</style>
border-color css
<style>
span { border-color: #817CCC; }
span { border-color: rgb(129,124,204); }
td.TdClassName
{
border-color: #817CCC;
}
.TagClassName
{
border-color: #817CCC;
}
</style>