Shades of Moody Blue #817ACC
Tints of Moody Blue #817ACC
RGB
CMYK
RGB Variations
Color information
#817ACC (or 0x817ACC) is known color: Moody Blue. HEX triplet: 81, 7A and CC. RGB value is (129,122,204). Sum of RGB (Red+Green+Blue) = 129+122+204=455 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.35% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #817ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817ACC is #7E8533. Grayscale: #858585. Windows color (decimal): -8291636 or 13400705. OLE color: 13400705.
HSL color Cylindrical-coordinate representation of color #817ACC: hue angle of 245.12º 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 #817ACC is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 122 | 204 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.2 |
| HSL | 245.12º | 0.45% | 0.64% | - |
| HSV(B) | 245.12º | 0.4% | 0.8% | - |
| XYZ | 26.91 | 22.95 | 60.14 | - |
| YUV | 133.44 | 167.82 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 122 | 204 | 0.37 | 0.40 | 0 | 0.2 | 245.12 | 0.45 | 0.64 |
| Hex | 81 | 7A | CC | 25 | 28 | 0 | 14 | F5 | 2D | 40 |
| Octal | 201 | 172 | 314 | 45 | 50 | 0 | 24 | 365 | 55 | 100 |
| Binary | 10000001 | 1111010 | 11001100 | 100101 | 101000 | 0 | 10100 | 11110101 | 101101 | 1000000 |
Color Harmonies of #817ACC
Complementary color
Monochromatic Colors of #817ACC
Black with #817ACC
Text Example
Text Example
White with #817ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817ACC; }
p { color: rgb(129,122,204); }
H1.HeaderClassName
{
color: #817ACC;
}
.AnyTagClassName
{
color: #817ACC;
}
</style>
background-color css
<style>
a { background-color: #817ACC; }
a { background-color: rgb(129,122,204); }
div.DivClassName
{
background-color: #817ACC;
}
.BgClassName
{
background-color: #817ACC;
}
</style>
border-color css
<style>
span { border-color: #817ACC; }
span { border-color: rgb(129,122,204); }
td.TdClassName
{
border-color: #817ACC;
}
.TagClassName
{
border-color: #817ACC;
}
</style>