Shades of Moody Blue #7D7EDB
Tints of Moody Blue #7D7EDB
RGB
CMYK
RGB Variations
Color information
#7D7EDB (or 0x7D7EDB) is known color: Moody Blue. HEX triplet: 7D, 7E and DB. RGB value is (125,126,219). Sum of RGB (Red+Green+Blue) = 125+126+219=470 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.60% from 470); Green value is 126 (49.61% from 255 or 26.81% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D7EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7EDB is #828124. Grayscale: #878787. Windows color (decimal): -8552741 or 14384765. OLE color: 14384765.
HSL color Cylindrical-coordinate representation of color #7D7EDB: hue angle of 239.36º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D7EDB is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 126 | 219 | - |
| CMYK | 0.43 | 0.42 | 0 | 0.14 |
| HSL | 239.36º | 0.57% | 0.67% | - |
| HSV(B) | 239.36º | 0.43% | 0.86% | - |
| XYZ | 28.7 | 24.4 | 70.21 | - |
| YUV | 136.3 | 174.67 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 126 | 219 | 0.43 | 0.42 | 0 | 0.14 | 239.36 | 0.57 | 0.67 |
| Hex | 7D | 7E | DB | 2B | 2A | 0 | E | EF | 39 | 43 |
| Octal | 175 | 176 | 333 | 53 | 52 | 0 | 16 | 357 | 71 | 103 |
| Binary | 1111101 | 1111110 | 11011011 | 101011 | 101010 | 0 | 1110 | 11101111 | 111001 | 1000011 |
Color Harmonies of #7D7EDB
Complementary color
Monochromatic Colors of #7D7EDB
Black with #7D7EDB
Text Example
Text Example
White with #7D7EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7EDB; }
p { color: rgb(125,126,219); }
H1.HeaderClassName
{
color: #7D7EDB;
}
.AnyTagClassName
{
color: #7D7EDB;
}
</style>
background-color css
<style>
a { background-color: #7D7EDB; }
a { background-color: rgb(125,126,219); }
div.DivClassName
{
background-color: #7D7EDB;
}
.BgClassName
{
background-color: #7D7EDB;
}
</style>
border-color css
<style>
span { border-color: #7D7EDB; }
span { border-color: rgb(125,126,219); }
td.TdClassName
{
border-color: #7D7EDB;
}
.TagClassName
{
border-color: #7D7EDB;
}
</style>