Shades of Moody Blue #806ED2
Tints of Moody Blue #806ED2
RGB
CMYK
RGB Variations
Color information
#806ED2 (or 0x806ED2) is known color: Moody Blue. HEX triplet: 80, 6E and D2. RGB value is (128,110,210). Sum of RGB (Red+Green+Blue) = 128+110+210=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 110 (43.36% from 255 or 24.55% from 448); Blue value is 210 (82.42% from 255 or 46.88% from 448); Max value from RGB is 210 - color contains mainly: blue. Hex color #806ED2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806ED2 is #7F912D. Grayscale: #7E7E7E. Windows color (decimal): -8360238 or 13790848. OLE color: 13790848.
HSL color Cylindrical-coordinate representation of color #806ED2: hue angle of 250.8º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #806ED2 is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 110 | 210 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.18 |
| HSL | 250.8º | 0.53% | 0.63% | - |
| HSV(B) | 250.8º | 0.48% | 0.82% | - |
| XYZ | 26.11 | 20.39 | 63.53 | - |
| YUV | 126.78 | 174.96 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 110 | 210 | 0.39 | 0.48 | 0 | 0.18 | 250.8 | 0.53 | 0.63 |
| Hex | 80 | 6E | D2 | 27 | 30 | 0 | 12 | FB | 35 | 3F |
| Octal | 200 | 156 | 322 | 47 | 60 | 0 | 22 | 373 | 65 | 77 |
| Binary | 10000000 | 1101110 | 11010010 | 100111 | 110000 | 0 | 10010 | 11111011 | 110101 | 111111 |
Color Harmonies of #806ED2
Complementary color
Monochromatic Colors of #806ED2
Black with #806ED2
Text Example
Text Example
White with #806ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806ED2; }
p { color: rgb(128,110,210); }
H1.HeaderClassName
{
color: #806ED2;
}
.AnyTagClassName
{
color: #806ED2;
}
</style>
background-color css
<style>
a { background-color: #806ED2; }
a { background-color: rgb(128,110,210); }
div.DivClassName
{
background-color: #806ED2;
}
.BgClassName
{
background-color: #806ED2;
}
</style>
border-color css
<style>
span { border-color: #806ED2; }
span { border-color: rgb(128,110,210); }
td.TdClassName
{
border-color: #806ED2;
}
.TagClassName
{
border-color: #806ED2;
}
</style>