Shades of Moody Blue #816CC4
Tints of Moody Blue #816CC4
RGB
CMYK
RGB Variations
Color information
#816CC4 (or 0x816CC4) is known color: Moody Blue. HEX triplet: 81, 6C and C4. RGB value is (129,108,196). Sum of RGB (Red+Green+Blue) = 129+108+196=433 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.79% from 433); Green value is 108 (42.58% from 255 or 24.94% from 433); Blue value is 196 (76.95% from 255 or 45.27% from 433); Max value from RGB is 196 - color contains mainly: blue. Hex color #816CC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816CC4 is #7E933B. Grayscale: #7B7B7B. Windows color (decimal): -8295228 or 12872833. OLE color: 12872833.
HSL color Cylindrical-coordinate representation of color #816CC4: hue angle of 254.32º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #816CC4 is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 129 | 108 | 196 | - |
| CMYK | 0.34 | 0.45 | 0 | 0.23 |
| HSL | 254.32º | 0.43% | 0.6% | - |
| HSV(B) | 254.32º | 0.45% | 0.77% | - |
| XYZ | 24.38 | 19.38 | 54.68 | - |
| YUV | 124.31 | 168.46 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 108 | 196 | 0.34 | 0.45 | 0 | 0.23 | 254.32 | 0.43 | 0.6 |
| Hex | 81 | 6C | C4 | 22 | 2D | 0 | 17 | FE | 2B | 3C |
| Octal | 201 | 154 | 304 | 42 | 55 | 0 | 27 | 376 | 53 | 74 |
| Binary | 10000001 | 1101100 | 11000100 | 100010 | 101101 | 0 | 10111 | 11111110 | 101011 | 111100 |
Color Harmonies of #816CC4
Complementary color
Monochromatic Colors of #816CC4
Black with #816CC4
Text Example
Text Example
White with #816CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816CC4; }
p { color: rgb(129,108,196); }
H1.HeaderClassName
{
color: #816CC4;
}
.AnyTagClassName
{
color: #816CC4;
}
</style>
background-color css
<style>
a { background-color: #816CC4; }
a { background-color: rgb(129,108,196); }
div.DivClassName
{
background-color: #816CC4;
}
.BgClassName
{
background-color: #816CC4;
}
</style>
border-color css
<style>
span { border-color: #816CC4; }
span { border-color: rgb(129,108,196); }
td.TdClassName
{
border-color: #816CC4;
}
.TagClassName
{
border-color: #816CC4;
}
</style>