Shades of Moody Blue #7D7ADB
Tints of Moody Blue #7D7ADB
RGB
CMYK
RGB Variations
Color information
#7D7ADB (or 0x7D7ADB) is known color: Moody Blue. HEX triplet: 7D, 7A and DB. RGB value is (125,122,219). Sum of RGB (Red+Green+Blue) = 125+122+219=466 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.82% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D7ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7ADB is #828524. Grayscale: #858585. Windows color (decimal): -8553765 or 14383741. OLE color: 14383741.
HSL color Cylindrical-coordinate representation of color #7D7ADB: hue angle of 241.86º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7D7ADB is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 122 | 219 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.14 |
| HSL | 241.86º | 0.57% | 0.67% | - |
| HSV(B) | 241.86º | 0.44% | 0.86% | - |
| XYZ | 28.2 | 23.39 | 70.05 | - |
| YUV | 133.96 | 175.99 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 122 | 219 | 0.43 | 0.44 | 0 | 0.14 | 241.86 | 0.57 | 0.67 |
| Hex | 7D | 7A | DB | 2B | 2C | 0 | E | F2 | 39 | 43 |
| Octal | 175 | 172 | 333 | 53 | 54 | 0 | 16 | 362 | 71 | 103 |
| Binary | 1111101 | 1111010 | 11011011 | 101011 | 101100 | 0 | 1110 | 11110010 | 111001 | 1000011 |
Color Harmonies of #7D7ADB
Complementary color
Monochromatic Colors of #7D7ADB
Black with #7D7ADB
Text Example
Text Example
White with #7D7ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7ADB; }
p { color: rgb(125,122,219); }
H1.HeaderClassName
{
color: #7D7ADB;
}
.AnyTagClassName
{
color: #7D7ADB;
}
</style>
background-color css
<style>
a { background-color: #7D7ADB; }
a { background-color: rgb(125,122,219); }
div.DivClassName
{
background-color: #7D7ADB;
}
.BgClassName
{
background-color: #7D7ADB;
}
</style>
border-color css
<style>
span { border-color: #7D7ADB; }
span { border-color: rgb(125,122,219); }
td.TdClassName
{
border-color: #7D7ADB;
}
.TagClassName
{
border-color: #7D7ADB;
}
</style>