Shades of Moody Blue #7F7EDB
Tints of Moody Blue #7F7EDB
RGB
CMYK
RGB Variations
Color information
#7F7EDB (or 0x7F7EDB) is known color: Moody Blue. HEX triplet: 7F, 7E and DB. RGB value is (127,126,219). Sum of RGB (Red+Green+Blue) = 127+126+219=472 (62% of max value = 765). Red value is 127 (50% from 255 or 26.91% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #7F7EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7EDB is #808124. Grayscale: #888888. Windows color (decimal): -8421669 or 14384767. OLE color: 14384767.
HSL color Cylindrical-coordinate representation of color #7F7EDB: hue angle of 240.65º 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 #7F7EDB is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 126 | 219 | - |
| CMYK | 0.42 | 0.42 | 0 | 0.14 |
| HSL | 240.65º | 0.56% | 0.68% | - |
| HSV(B) | 240.65º | 0.42% | 0.86% | - |
| XYZ | 29 | 24.55 | 70.23 | - |
| YUV | 136.9 | 174.33 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 126 | 219 | 0.42 | 0.42 | 0 | 0.14 | 240.65 | 0.56 | 0.68 |
| Hex | 7F | 7E | DB | 2A | 2A | 0 | E | F1 | 38 | 44 |
| Octal | 177 | 176 | 333 | 52 | 52 | 0 | 16 | 361 | 70 | 104 |
| Binary | 1111111 | 1111110 | 11011011 | 101010 | 101010 | 0 | 1110 | 11110001 | 111000 | 1000100 |
Color Harmonies of #7F7EDB
Complementary color
Monochromatic Colors of #7F7EDB
Black with #7F7EDB
Text Example
Text Example
White with #7F7EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7EDB; }
p { color: rgb(127,126,219); }
H1.HeaderClassName
{
color: #7F7EDB;
}
.AnyTagClassName
{
color: #7F7EDB;
}
</style>
background-color css
<style>
a { background-color: #7F7EDB; }
a { background-color: rgb(127,126,219); }
div.DivClassName
{
background-color: #7F7EDB;
}
.BgClassName
{
background-color: #7F7EDB;
}
</style>
border-color css
<style>
span { border-color: #7F7EDB; }
span { border-color: rgb(127,126,219); }
td.TdClassName
{
border-color: #7F7EDB;
}
.TagClassName
{
border-color: #7F7EDB;
}
</style>