Shades of Moody Blue #7D72C3
Tints of Moody Blue #7D72C3
RGB
CMYK
RGB Variations
Color information
#7D72C3 (or 0x7D72C3) is known color: Moody Blue. HEX triplet: 7D, 72 and C3. RGB value is (125,114,195). Sum of RGB (Red+Green+Blue) = 125+114+195=434 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.80% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 195 (76.56% from 255 or 44.93% from 434); Max value from RGB is 195 - color contains mainly: blue. Hex color #7D72C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D72C3 is #828D3C. Grayscale: #7E7E7E. Windows color (decimal): -8555837 or 12808829. OLE color: 12808829.
HSL color Cylindrical-coordinate representation of color #7D72C3: hue angle of 248.15º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7D72C3 is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 114 | 195 | - |
| CMYK | 0.36 | 0.42 | 0 | 0.24 |
| HSL | 248.15º | 0.4% | 0.61% | - |
| HSV(B) | 248.15º | 0.42% | 0.76% | - |
| XYZ | 24.33 | 20.33 | 54.27 | - |
| YUV | 126.52 | 166.64 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 114 | 195 | 0.36 | 0.42 | 0 | 0.24 | 248.15 | 0.4 | 0.61 |
| Hex | 7D | 72 | C3 | 24 | 2A | 0 | 18 | F8 | 28 | 3D |
| Octal | 175 | 162 | 303 | 44 | 52 | 0 | 30 | 370 | 50 | 75 |
| Binary | 1111101 | 1110010 | 11000011 | 100100 | 101010 | 0 | 11000 | 11111000 | 101000 | 111101 |
Color Harmonies of #7D72C3
Complementary color
Monochromatic Colors of #7D72C3
Black with #7D72C3
Text Example
Text Example
White with #7D72C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D72C3; }
p { color: rgb(125,114,195); }
H1.HeaderClassName
{
color: #7D72C3;
}
.AnyTagClassName
{
color: #7D72C3;
}
</style>
background-color css
<style>
a { background-color: #7D72C3; }
a { background-color: rgb(125,114,195); }
div.DivClassName
{
background-color: #7D72C3;
}
.BgClassName
{
background-color: #7D72C3;
}
</style>
border-color css
<style>
span { border-color: #7D72C3; }
span { border-color: rgb(125,114,195); }
td.TdClassName
{
border-color: #7D72C3;
}
.TagClassName
{
border-color: #7D72C3;
}
</style>