Shades of Moody Blue #816BC5
Tints of Moody Blue #816BC5
RGB
CMYK
RGB Variations
Color information
#816BC5 (or 0x816BC5) is known color: Moody Blue. HEX triplet: 81, 6B and C5. RGB value is (129,107,197). Sum of RGB (Red+Green+Blue) = 129+107+197=433 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.79% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 197 (77.34% from 255 or 45.50% from 433); Max value from RGB is 197 - color contains mainly: blue. Hex color #816BC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816BC5 is #7E943A. Grayscale: #7B7B7B. Windows color (decimal): -8295483 or 12938113. OLE color: 12938113.
HSL color Cylindrical-coordinate representation of color #816BC5: hue angle of 254.67º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #816BC5 is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 129 | 107 | 197 | - |
| CMYK | 0.35 | 0.46 | 0 | 0.23 |
| HSL | 254.67º | 0.44% | 0.6% | - |
| HSV(B) | 254.67º | 0.46% | 0.77% | - |
| XYZ | 24.39 | 19.21 | 55.25 | - |
| YUV | 123.84 | 169.29 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 107 | 197 | 0.35 | 0.46 | 0 | 0.23 | 254.67 | 0.44 | 0.6 |
| Hex | 81 | 6B | C5 | 23 | 2E | 0 | 17 | FF | 2C | 3C |
| Octal | 201 | 153 | 305 | 43 | 56 | 0 | 27 | 377 | 54 | 74 |
| Binary | 10000001 | 1101011 | 11000101 | 100011 | 101110 | 0 | 10111 | 11111111 | 101100 | 111100 |
Color Harmonies of #816BC5
Complementary color
Monochromatic Colors of #816BC5
Black with #816BC5
Text Example
Text Example
White with #816BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816BC5; }
p { color: rgb(129,107,197); }
H1.HeaderClassName
{
color: #816BC5;
}
.AnyTagClassName
{
color: #816BC5;
}
</style>
background-color css
<style>
a { background-color: #816BC5; }
a { background-color: rgb(129,107,197); }
div.DivClassName
{
background-color: #816BC5;
}
.BgClassName
{
background-color: #816BC5;
}
</style>
border-color css
<style>
span { border-color: #816BC5; }
span { border-color: rgb(129,107,197); }
td.TdClassName
{
border-color: #816BC5;
}
.TagClassName
{
border-color: #816BC5;
}
</style>