Shades of Moody Blue #806ECF
Tints of Moody Blue #806ECF
RGB
CMYK
RGB Variations
Color information
#806ECF (or 0x806ECF) is known color: Moody Blue. HEX triplet: 80, 6E and CF. RGB value is (128,110,207). Sum of RGB (Red+Green+Blue) = 128+110+207=445 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.76% from 445); Green value is 110 (43.36% from 255 or 24.72% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #806ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806ECF is #7F9130. Grayscale: #7E7E7E. Windows color (decimal): -8360241 or 13594240. OLE color: 13594240.
HSL color Cylindrical-coordinate representation of color #806ECF: hue angle of 251.13º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #806ECF is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 110 | 207 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.19 |
| HSL | 251.13º | 0.5% | 0.62% | - |
| HSV(B) | 251.13º | 0.47% | 0.81% | - |
| XYZ | 25.74 | 20.25 | 61.58 | - |
| YUV | 126.44 | 173.46 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 110 | 207 | 0.38 | 0.47 | 0 | 0.19 | 251.13 | 0.5 | 0.62 |
| Hex | 80 | 6E | CF | 26 | 2F | 0 | 13 | FB | 32 | 3E |
| Octal | 200 | 156 | 317 | 46 | 57 | 0 | 23 | 373 | 62 | 76 |
| Binary | 10000000 | 1101110 | 11001111 | 100110 | 101111 | 0 | 10011 | 11111011 | 110010 | 111110 |
Color Harmonies of #806ECF
Complementary color
Monochromatic Colors of #806ECF
Black with #806ECF
Text Example
Text Example
White with #806ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806ECF; }
p { color: rgb(128,110,207); }
H1.HeaderClassName
{
color: #806ECF;
}
.AnyTagClassName
{
color: #806ECF;
}
</style>
background-color css
<style>
a { background-color: #806ECF; }
a { background-color: rgb(128,110,207); }
div.DivClassName
{
background-color: #806ECF;
}
.BgClassName
{
background-color: #806ECF;
}
</style>
border-color css
<style>
span { border-color: #806ECF; }
span { border-color: rgb(128,110,207); }
td.TdClassName
{
border-color: #806ECF;
}
.TagClassName
{
border-color: #806ECF;
}
</style>