Shades of Moody Blue #7D7AB3
Tints of Moody Blue #7D7AB3
RGB
CMYK
RGB Variations
Color information
#7D7AB3 (or 0x7D7AB3) is known color: Moody Blue. HEX triplet: 7D, 7A and B3. RGB value is (125,122,179). Sum of RGB (Red+Green+Blue) = 125+122+179=426 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.34% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 179 (70.31% from 255 or 42.02% from 426); Max value from RGB is 179 - color contains mainly: blue. Hex color #7D7AB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7AB3 is #82854C. Grayscale: #818181. Windows color (decimal): -8553805 or 11762301. OLE color: 11762301.
HSL color Cylindrical-coordinate representation of color #7D7AB3: hue angle of 243.16º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7D7AB3 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 125 | 122 | 179 | - |
| CMYK | 0.30 | 0.32 | 0 | 0.30 |
| HSL | 243.16º | 0.27% | 0.59% | - |
| HSV(B) | 243.16º | 0.32% | 0.7% | - |
| XYZ | 23.55 | 21.53 | 45.56 | - |
| YUV | 129.4 | 155.99 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 122 | 179 | 0.30 | 0.32 | 0 | 0.30 | 243.16 | 0.27 | 0.59 |
| Hex | 7D | 7A | B3 | 1E | 20 | 0 | 1E | F3 | 1B | 3B |
| Octal | 175 | 172 | 263 | 36 | 40 | 0 | 36 | 363 | 33 | 73 |
| Binary | 1111101 | 1111010 | 10110011 | 11110 | 100000 | 0 | 11110 | 11110011 | 11011 | 111011 |
Color Harmonies of #7D7AB3
Complementary color
Monochromatic Colors of #7D7AB3
Black with #7D7AB3
Text Example
Text Example
White with #7D7AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7AB3; }
p { color: rgb(125,122,179); }
H1.HeaderClassName
{
color: #7D7AB3;
}
.AnyTagClassName
{
color: #7D7AB3;
}
</style>
background-color css
<style>
a { background-color: #7D7AB3; }
a { background-color: rgb(125,122,179); }
div.DivClassName
{
background-color: #7D7AB3;
}
.BgClassName
{
background-color: #7D7AB3;
}
</style>
border-color css
<style>
span { border-color: #7D7AB3; }
span { border-color: rgb(125,122,179); }
td.TdClassName
{
border-color: #7D7AB3;
}
.TagClassName
{
border-color: #7D7AB3;
}
</style>