Shades of Moody Blue #816FCB
Tints of Moody Blue #816FCB
RGB
CMYK
RGB Variations
Color information
#816FCB (or 0x816FCB) is known color: Moody Blue. HEX triplet: 81, 6F and CB. RGB value is (129,111,203). Sum of RGB (Red+Green+Blue) = 129+111+203=443 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.12% from 443); Green value is 111 (43.75% from 255 or 25.06% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #816FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816FCB is #7E9034. Grayscale: #7E7E7E. Windows color (decimal): -8294453 or 13332353. OLE color: 13332353.
HSL color Cylindrical-coordinate representation of color #816FCB: hue angle of 251.74º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #816FCB is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 111 | 203 | - |
| CMYK | 0.36 | 0.45 | 0 | 0.20 |
| HSL | 251.74º | 0.47% | 0.62% | - |
| HSV(B) | 251.74º | 0.45% | 0.8% | - |
| XYZ | 25.52 | 20.35 | 59.08 | - |
| YUV | 126.87 | 170.96 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 111 | 203 | 0.36 | 0.45 | 0 | 0.20 | 251.74 | 0.47 | 0.62 |
| Hex | 81 | 6F | CB | 24 | 2D | 0 | 14 | FC | 2F | 3E |
| Octal | 201 | 157 | 313 | 44 | 55 | 0 | 24 | 374 | 57 | 76 |
| Binary | 10000001 | 1101111 | 11001011 | 100100 | 101101 | 0 | 10100 | 11111100 | 101111 | 111110 |
Color Harmonies of #816FCB
Complementary color
Monochromatic Colors of #816FCB
Black with #816FCB
Text Example
Text Example
White with #816FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816FCB; }
p { color: rgb(129,111,203); }
H1.HeaderClassName
{
color: #816FCB;
}
.AnyTagClassName
{
color: #816FCB;
}
</style>
background-color css
<style>
a { background-color: #816FCB; }
a { background-color: rgb(129,111,203); }
div.DivClassName
{
background-color: #816FCB;
}
.BgClassName
{
background-color: #816FCB;
}
</style>
border-color css
<style>
span { border-color: #816FCB; }
span { border-color: rgb(129,111,203); }
td.TdClassName
{
border-color: #816FCB;
}
.TagClassName
{
border-color: #816FCB;
}
</style>