Shades of Moody Blue #806EBC
Tints of Moody Blue #806EBC
RGB
CMYK
RGB Variations
Color information
#806EBC (or 0x806EBC) is known color: Moody Blue. HEX triplet: 80, 6E and BC. RGB value is (128,110,188). Sum of RGB (Red+Green+Blue) = 128+110+188=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 110 (43.36% from 255 or 25.82% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #806EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806EBC is #7F9143. Grayscale: #7B7B7B. Windows color (decimal): -8360260 or 12349056. OLE color: 12349056.
HSL color Cylindrical-coordinate representation of color #806EBC: hue angle of 253.85º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #806EBC is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 110 | 188 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.26 |
| HSL | 253.85º | 0.37% | 0.58% | - |
| HSV(B) | 253.85º | 0.41% | 0.74% | - |
| XYZ | 23.56 | 19.37 | 50.07 | - |
| YUV | 124.27 | 163.96 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 110 | 188 | 0.32 | 0.41 | 0 | 0.26 | 253.85 | 0.37 | 0.58 |
| Hex | 80 | 6E | BC | 20 | 29 | 0 | 1A | FE | 25 | 3A |
| Octal | 200 | 156 | 274 | 40 | 51 | 0 | 32 | 376 | 45 | 72 |
| Binary | 10000000 | 1101110 | 10111100 | 100000 | 101001 | 0 | 11010 | 11111110 | 100101 | 111010 |
Color Harmonies of #806EBC
Complementary color
Monochromatic Colors of #806EBC
Black with #806EBC
Text Example
Text Example
White with #806EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806EBC; }
p { color: rgb(128,110,188); }
H1.HeaderClassName
{
color: #806EBC;
}
.AnyTagClassName
{
color: #806EBC;
}
</style>
background-color css
<style>
a { background-color: #806EBC; }
a { background-color: rgb(128,110,188); }
div.DivClassName
{
background-color: #806EBC;
}
.BgClassName
{
background-color: #806EBC;
}
</style>
border-color css
<style>
span { border-color: #806EBC; }
span { border-color: rgb(128,110,188); }
td.TdClassName
{
border-color: #806EBC;
}
.TagClassName
{
border-color: #806EBC;
}
</style>