Shades of Moody Blue #806EC4
Tints of Moody Blue #806EC4
RGB
CMYK
RGB Variations
Color information
#806EC4 (or 0x806EC4) is known color: Moody Blue. HEX triplet: 80, 6E and C4. RGB value is (128,110,196). Sum of RGB (Red+Green+Blue) = 128+110+196=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 196 (76.95% from 255 or 45.16% from 434); Max value from RGB is 196 - color contains mainly: blue. Hex color #806EC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806EC4 is #7F913B. Grayscale: #7C7C7C. Windows color (decimal): -8360252 or 12873344. OLE color: 12873344.
HSL color Cylindrical-coordinate representation of color #806EC4: hue angle of 252.56º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #806EC4 is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 128 | 110 | 196 | - |
| CMYK | 0.35 | 0.44 | 0 | 0.23 |
| HSL | 252.56º | 0.42% | 0.6% | - |
| HSV(B) | 252.56º | 0.44% | 0.77% | - |
| XYZ | 24.44 | 19.73 | 54.74 | - |
| YUV | 125.19 | 167.96 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 110 | 196 | 0.35 | 0.44 | 0 | 0.23 | 252.56 | 0.42 | 0.6 |
| Hex | 80 | 6E | C4 | 23 | 2C | 0 | 17 | FD | 2A | 3C |
| Octal | 200 | 156 | 304 | 43 | 54 | 0 | 27 | 375 | 52 | 74 |
| Binary | 10000000 | 1101110 | 11000100 | 100011 | 101100 | 0 | 10111 | 11111101 | 101010 | 111100 |
Color Harmonies of #806EC4
Complementary color
Monochromatic Colors of #806EC4
Black with #806EC4
Text Example
Text Example
White with #806EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806EC4; }
p { color: rgb(128,110,196); }
H1.HeaderClassName
{
color: #806EC4;
}
.AnyTagClassName
{
color: #806EC4;
}
</style>
background-color css
<style>
a { background-color: #806EC4; }
a { background-color: rgb(128,110,196); }
div.DivClassName
{
background-color: #806EC4;
}
.BgClassName
{
background-color: #806EC4;
}
</style>
border-color css
<style>
span { border-color: #806EC4; }
span { border-color: rgb(128,110,196); }
td.TdClassName
{
border-color: #806EC4;
}
.TagClassName
{
border-color: #806EC4;
}
</style>