Shades of Moody Blue #816CCC
Tints of Moody Blue #816CCC
RGB
CMYK
RGB Variations
Color information
#816CCC (or 0x816CCC) is known color: Moody Blue. HEX triplet: 81, 6C and CC. RGB value is (129,108,204). Sum of RGB (Red+Green+Blue) = 129+108+204=441 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.25% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #816CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816CCC is #7E9333. Grayscale: #7C7C7C. Windows color (decimal): -8295220 or 13397121. OLE color: 13397121.
HSL color Cylindrical-coordinate representation of color #816CCC: hue angle of 253.12º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #816CCC is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 108 | 204 | - |
| CMYK | 0.37 | 0.47 | 0 | 0.2 |
| HSL | 253.13º | 0.48% | 0.61% | - |
| HSV(B) | 253.13º | 0.47% | 0.8% | - |
| XYZ | 25.31 | 19.75 | 59.61 | - |
| YUV | 125.22 | 172.46 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 108 | 204 | 0.37 | 0.47 | 0 | 0.2 | 253.13 | 0.48 | 0.61 |
| Hex | 81 | 6C | CC | 25 | 2F | 0 | 14 | FD | 30 | 3D |
| Octal | 201 | 154 | 314 | 45 | 57 | 0 | 24 | 375 | 60 | 75 |
| Binary | 10000001 | 1101100 | 11001100 | 100101 | 101111 | 0 | 10100 | 11111101 | 110000 | 111101 |
Color Harmonies of #816CCC
Complementary color
Monochromatic Colors of #816CCC
Black with #816CCC
Text Example
Text Example
White with #816CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816CCC; }
p { color: rgb(129,108,204); }
H1.HeaderClassName
{
color: #816CCC;
}
.AnyTagClassName
{
color: #816CCC;
}
</style>
background-color css
<style>
a { background-color: #816CCC; }
a { background-color: rgb(129,108,204); }
div.DivClassName
{
background-color: #816CCC;
}
.BgClassName
{
background-color: #816CCC;
}
</style>
border-color css
<style>
span { border-color: #816CCC; }
span { border-color: rgb(129,108,204); }
td.TdClassName
{
border-color: #816CCC;
}
.TagClassName
{
border-color: #816CCC;
}
</style>