Shades of Moody Blue #806ECB
Tints of Moody Blue #806ECB
RGB
CMYK
RGB Variations
Color information
#806ECB (or 0x806ECB) is known color: Moody Blue. HEX triplet: 80, 6E and CB. RGB value is (128,110,203). Sum of RGB (Red+Green+Blue) = 128+110+203=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 110 (43.36% from 255 or 24.94% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #806ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806ECB is #7F9134. Grayscale: #7D7D7D. Windows color (decimal): -8360245 or 13332096. OLE color: 13332096.
HSL color Cylindrical-coordinate representation of color #806ECB: hue angle of 251.61º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #806ECB is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 110 | 203 | - |
| CMYK | 0.37 | 0.46 | 0 | 0.20 |
| HSL | 251.61º | 0.47% | 0.61% | - |
| HSV(B) | 251.61º | 0.46% | 0.8% | - |
| XYZ | 25.26 | 20.05 | 59.04 | - |
| YUV | 125.98 | 171.46 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 110 | 203 | 0.37 | 0.46 | 0 | 0.20 | 251.61 | 0.47 | 0.61 |
| Hex | 80 | 6E | CB | 25 | 2E | 0 | 14 | FC | 2F | 3D |
| Octal | 200 | 156 | 313 | 45 | 56 | 0 | 24 | 374 | 57 | 75 |
| Binary | 10000000 | 1101110 | 11001011 | 100101 | 101110 | 0 | 10100 | 11111100 | 101111 | 111101 |
Color Harmonies of #806ECB
Complementary color
Monochromatic Colors of #806ECB
Black with #806ECB
Text Example
Text Example
White with #806ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806ECB; }
p { color: rgb(128,110,203); }
H1.HeaderClassName
{
color: #806ECB;
}
.AnyTagClassName
{
color: #806ECB;
}
</style>
background-color css
<style>
a { background-color: #806ECB; }
a { background-color: rgb(128,110,203); }
div.DivClassName
{
background-color: #806ECB;
}
.BgClassName
{
background-color: #806ECB;
}
</style>
border-color css
<style>
span { border-color: #806ECB; }
span { border-color: rgb(128,110,203); }
td.TdClassName
{
border-color: #806ECB;
}
.TagClassName
{
border-color: #806ECB;
}
</style>