Shades of Moody Blue #7D7ABB
Tints of Moody Blue #7D7ABB
RGB
CMYK
RGB Variations
Color information
#7D7ABB (or 0x7D7ABB) is known color: Moody Blue. HEX triplet: 7D, 7A and BB. RGB value is (125,122,187). Sum of RGB (Red+Green+Blue) = 125+122+187=434 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.80% from 434); Green value is 122 (48.05% from 255 or 28.11% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 187 - color contains mainly: blue. Hex color #7D7ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7ABB is #828544. Grayscale: #828282. Windows color (decimal): -8553797 or 12286589. OLE color: 12286589.
HSL color Cylindrical-coordinate representation of color #7D7ABB: hue angle of 242.77º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7D7ABB is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 122 | 187 | - |
| CMYK | 0.33 | 0.35 | 0 | 0.27 |
| HSL | 242.77º | 0.32% | 0.61% | - |
| HSV(B) | 242.77º | 0.35% | 0.73% | - |
| XYZ | 24.39 | 21.87 | 49.95 | - |
| YUV | 130.31 | 159.99 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 122 | 187 | 0.33 | 0.35 | 0 | 0.27 | 242.77 | 0.32 | 0.61 |
| Hex | 7D | 7A | BB | 21 | 23 | 0 | 1B | F3 | 20 | 3D |
| Octal | 175 | 172 | 273 | 41 | 43 | 0 | 33 | 363 | 40 | 75 |
| Binary | 1111101 | 1111010 | 10111011 | 100001 | 100011 | 0 | 11011 | 11110011 | 100000 | 111101 |
Color Harmonies of #7D7ABB
Complementary color
Monochromatic Colors of #7D7ABB
Black with #7D7ABB
Text Example
Text Example
White with #7D7ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7ABB; }
p { color: rgb(125,122,187); }
H1.HeaderClassName
{
color: #7D7ABB;
}
.AnyTagClassName
{
color: #7D7ABB;
}
</style>
background-color css
<style>
a { background-color: #7D7ABB; }
a { background-color: rgb(125,122,187); }
div.DivClassName
{
background-color: #7D7ABB;
}
.BgClassName
{
background-color: #7D7ABB;
}
</style>
border-color css
<style>
span { border-color: #7D7ABB; }
span { border-color: rgb(125,122,187); }
td.TdClassName
{
border-color: #7D7ABB;
}
.TagClassName
{
border-color: #7D7ABB;
}
</style>