Shades of Moody Blue #807EDD
Tints of Moody Blue #807EDD
RGB
CMYK
RGB Variations
Color information
#807EDD (or 0x807EDD) is known color: Moody Blue. HEX triplet: 80, 7E and DD. RGB value is (128,126,221). Sum of RGB (Red+Green+Blue) = 128+126+221=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 126 (49.61% from 255 or 26.53% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #807EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807EDD is #7F8122. Grayscale: #898989. Windows color (decimal): -8356131 or 14515840. OLE color: 14515840.
HSL color Cylindrical-coordinate representation of color #807EDD: hue angle of 241.26º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #807EDD is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 126 | 221 | - |
| CMYK | 0.42 | 0.43 | 0 | 0.13 |
| HSL | 241.26º | 0.58% | 0.68% | - |
| HSV(B) | 241.26º | 0.43% | 0.87% | - |
| XYZ | 29.41 | 24.73 | 71.63 | - |
| YUV | 137.43 | 175.16 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 126 | 221 | 0.42 | 0.43 | 0 | 0.13 | 241.26 | 0.58 | 0.68 |
| Hex | 80 | 7E | DD | 2A | 2B | 0 | D | F1 | 3A | 44 |
| Octal | 200 | 176 | 335 | 52 | 53 | 0 | 15 | 361 | 72 | 104 |
| Binary | 10000000 | 1111110 | 11011101 | 101010 | 101011 | 0 | 1101 | 11110001 | 111010 | 1000100 |
Color Harmonies of #807EDD
Complementary color
Monochromatic Colors of #807EDD
Black with #807EDD
Text Example
Text Example
White with #807EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807EDD; }
p { color: rgb(128,126,221); }
H1.HeaderClassName
{
color: #807EDD;
}
.AnyTagClassName
{
color: #807EDD;
}
</style>
background-color css
<style>
a { background-color: #807EDD; }
a { background-color: rgb(128,126,221); }
div.DivClassName
{
background-color: #807EDD;
}
.BgClassName
{
background-color: #807EDD;
}
</style>
border-color css
<style>
span { border-color: #807EDD; }
span { border-color: rgb(128,126,221); }
td.TdClassName
{
border-color: #807EDD;
}
.TagClassName
{
border-color: #807EDD;
}
</style>