Shades of Moody Blue #817ACB
Tints of Moody Blue #817ACB
RGB
CMYK
RGB Variations
Color information
#817ACB (or 0x817ACB) is known color: Moody Blue. HEX triplet: 81, 7A and CB. RGB value is (129,122,203). Sum of RGB (Red+Green+Blue) = 129+122+203=454 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.41% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #817ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817ACB is #7E8534. Grayscale: #858585. Windows color (decimal): -8291637 or 13335169. OLE color: 13335169.
HSL color Cylindrical-coordinate representation of color #817ACB: hue angle of 245.19º degrees, saturation: 0.44, 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 #817ACB is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 122 | 203 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.20 |
| HSL | 245.19º | 0.44% | 0.64% | - |
| HSV(B) | 245.19º | 0.4% | 0.8% | - |
| XYZ | 26.79 | 22.9 | 59.51 | - |
| YUV | 133.33 | 167.32 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 122 | 203 | 0.36 | 0.40 | 0 | 0.20 | 245.19 | 0.44 | 0.64 |
| Hex | 81 | 7A | CB | 24 | 28 | 0 | 14 | F5 | 2C | 40 |
| Octal | 201 | 172 | 313 | 44 | 50 | 0 | 24 | 365 | 54 | 100 |
| Binary | 10000001 | 1111010 | 11001011 | 100100 | 101000 | 0 | 10100 | 11110101 | 101100 | 1000000 |
Color Harmonies of #817ACB
Complementary color
Monochromatic Colors of #817ACB
Black with #817ACB
Text Example
Text Example
White with #817ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817ACB; }
p { color: rgb(129,122,203); }
H1.HeaderClassName
{
color: #817ACB;
}
.AnyTagClassName
{
color: #817ACB;
}
</style>
background-color css
<style>
a { background-color: #817ACB; }
a { background-color: rgb(129,122,203); }
div.DivClassName
{
background-color: #817ACB;
}
.BgClassName
{
background-color: #817ACB;
}
</style>
border-color css
<style>
span { border-color: #817ACB; }
span { border-color: rgb(129,122,203); }
td.TdClassName
{
border-color: #817ACB;
}
.TagClassName
{
border-color: #817ACB;
}
</style>