Shades of Moody Blue #807EDB
Tints of Moody Blue #807EDB
RGB
CMYK
RGB Variations
Color information
#807EDB (or 0x807EDB) is known color: Moody Blue. HEX triplet: 80, 7E and DB. RGB value is (128,126,219). Sum of RGB (Red+Green+Blue) = 128+126+219=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 126 (49.61% from 255 or 26.64% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #807EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807EDB is #7F8124. Grayscale: #888888. Windows color (decimal): -8356133 or 14384768. OLE color: 14384768.
HSL color Cylindrical-coordinate representation of color #807EDB: hue angle of 241.29º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #807EDB is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 126 | 219 | - |
| CMYK | 0.42 | 0.42 | 0 | 0.14 |
| HSL | 241.29º | 0.56% | 0.68% | - |
| HSV(B) | 241.29º | 0.42% | 0.86% | - |
| XYZ | 29.15 | 24.63 | 70.23 | - |
| YUV | 137.2 | 174.16 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 126 | 219 | 0.42 | 0.42 | 0 | 0.14 | 241.29 | 0.56 | 0.68 |
| Hex | 80 | 7E | DB | 2A | 2A | 0 | E | F1 | 38 | 44 |
| Octal | 200 | 176 | 333 | 52 | 52 | 0 | 16 | 361 | 70 | 104 |
| Binary | 10000000 | 1111110 | 11011011 | 101010 | 101010 | 0 | 1110 | 11110001 | 111000 | 1000100 |
Color Harmonies of #807EDB
Complementary color
Monochromatic Colors of #807EDB
Black with #807EDB
Text Example
Text Example
White with #807EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807EDB; }
p { color: rgb(128,126,219); }
H1.HeaderClassName
{
color: #807EDB;
}
.AnyTagClassName
{
color: #807EDB;
}
</style>
background-color css
<style>
a { background-color: #807EDB; }
a { background-color: rgb(128,126,219); }
div.DivClassName
{
background-color: #807EDB;
}
.BgClassName
{
background-color: #807EDB;
}
</style>
border-color css
<style>
span { border-color: #807EDB; }
span { border-color: rgb(128,126,219); }
td.TdClassName
{
border-color: #807EDB;
}
.TagClassName
{
border-color: #807EDB;
}
</style>