Shades of Moody Blue #7D7FDB
Tints of Moody Blue #7D7FDB
RGB
CMYK
RGB Variations
Color information
#7D7FDB (or 0x7D7FDB) is known color: Moody Blue. HEX triplet: 7D, 7F and DB. RGB value is (125,127,219). Sum of RGB (Red+Green+Blue) = 125+127+219=471 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.54% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D7FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7FDB is #828024. Grayscale: #888888. Windows color (decimal): -8552485 or 14385021. OLE color: 14385021.
HSL color Cylindrical-coordinate representation of color #7D7FDB: hue angle of 238.72º 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 #7D7FDB is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 127 | 219 | - |
| CMYK | 0.43 | 0.42 | 0 | 0.14 |
| HSL | 238.72º | 0.57% | 0.67% | - |
| HSV(B) | 238.72º | 0.43% | 0.86% | - |
| XYZ | 28.83 | 24.65 | 70.26 | - |
| YUV | 136.89 | 174.34 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 127 | 219 | 0.43 | 0.42 | 0 | 0.14 | 238.72 | 0.57 | 0.67 |
| Hex | 7D | 7F | DB | 2B | 2A | 0 | E | EF | 39 | 43 |
| Octal | 175 | 177 | 333 | 53 | 52 | 0 | 16 | 357 | 71 | 103 |
| Binary | 1111101 | 1111111 | 11011011 | 101011 | 101010 | 0 | 1110 | 11101111 | 111001 | 1000011 |
Color Harmonies of #7D7FDB
Complementary color
Monochromatic Colors of #7D7FDB
Black with #7D7FDB
Text Example
Text Example
White with #7D7FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7FDB; }
p { color: rgb(125,127,219); }
H1.HeaderClassName
{
color: #7D7FDB;
}
.AnyTagClassName
{
color: #7D7FDB;
}
</style>
background-color css
<style>
a { background-color: #7D7FDB; }
a { background-color: rgb(125,127,219); }
div.DivClassName
{
background-color: #7D7FDB;
}
.BgClassName
{
background-color: #7D7FDB;
}
</style>
border-color css
<style>
span { border-color: #7D7FDB; }
span { border-color: rgb(125,127,219); }
td.TdClassName
{
border-color: #7D7FDB;
}
.TagClassName
{
border-color: #7D7FDB;
}
</style>