Shades of Moody Blue #807EDA
Tints of Moody Blue #807EDA
RGB
CMYK
RGB Variations
Color information
#807EDA (or 0x807EDA) is known color: Moody Blue. HEX triplet: 80, 7E and DA. RGB value is (128,126,218). Sum of RGB (Red+Green+Blue) = 128+126+218=472 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.12% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #807EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807EDA is #7F8125. Grayscale: #888888. Windows color (decimal): -8356134 or 14319232. OLE color: 14319232.
HSL color Cylindrical-coordinate representation of color #807EDA: hue angle of 241.3º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #807EDA is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 126 | 218 | - |
| CMYK | 0.41 | 0.42 | 0 | 0.15 |
| HSL | 241.3º | 0.55% | 0.67% | - |
| HSV(B) | 241.3º | 0.42% | 0.85% | - |
| XYZ | 29.02 | 24.57 | 69.54 | - |
| YUV | 137.09 | 173.66 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 126 | 218 | 0.41 | 0.42 | 0 | 0.15 | 241.3 | 0.55 | 0.67 |
| Hex | 80 | 7E | DA | 29 | 2A | 0 | F | F1 | 37 | 43 |
| Octal | 200 | 176 | 332 | 51 | 52 | 0 | 17 | 361 | 67 | 103 |
| Binary | 10000000 | 1111110 | 11011010 | 101001 | 101010 | 0 | 1111 | 11110001 | 110111 | 1000011 |
Color Harmonies of #807EDA
Complementary color
Monochromatic Colors of #807EDA
Black with #807EDA
Text Example
Text Example
White with #807EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807EDA; }
p { color: rgb(128,126,218); }
H1.HeaderClassName
{
color: #807EDA;
}
.AnyTagClassName
{
color: #807EDA;
}
</style>
background-color css
<style>
a { background-color: #807EDA; }
a { background-color: rgb(128,126,218); }
div.DivClassName
{
background-color: #807EDA;
}
.BgClassName
{
background-color: #807EDA;
}
</style>
border-color css
<style>
span { border-color: #807EDA; }
span { border-color: rgb(128,126,218); }
td.TdClassName
{
border-color: #807EDA;
}
.TagClassName
{
border-color: #807EDA;
}
</style>