Shades of Moody Blue #7D72CA
Tints of Moody Blue #7D72CA
RGB
CMYK
RGB Variations
Color information
#7D72CA (or 0x7D72CA) is known color: Moody Blue. HEX triplet: 7D, 72 and CA. RGB value is (125,114,202). Sum of RGB (Red+Green+Blue) = 125+114+202=441 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.34% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #7D72CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D72CA is #828D35. Grayscale: #7E7E7E. Windows color (decimal): -8555830 or 13267581. OLE color: 13267581.
HSL color Cylindrical-coordinate representation of color #7D72CA: hue angle of 247.5º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7D72CA is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 114 | 202 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.21 |
| HSL | 247.5º | 0.45% | 0.62% | - |
| HSV(B) | 247.5º | 0.44% | 0.79% | - |
| XYZ | 25.14 | 20.66 | 58.54 | - |
| YUV | 127.32 | 170.14 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 114 | 202 | 0.38 | 0.44 | 0 | 0.21 | 247.5 | 0.45 | 0.62 |
| Hex | 7D | 72 | CA | 26 | 2C | 0 | 15 | F8 | 2D | 3E |
| Octal | 175 | 162 | 312 | 46 | 54 | 0 | 25 | 370 | 55 | 76 |
| Binary | 1111101 | 1110010 | 11001010 | 100110 | 101100 | 0 | 10101 | 11111000 | 101101 | 111110 |
Color Harmonies of #7D72CA
Complementary color
Monochromatic Colors of #7D72CA
Black with #7D72CA
Text Example
Text Example
White with #7D72CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D72CA; }
p { color: rgb(125,114,202); }
H1.HeaderClassName
{
color: #7D72CA;
}
.AnyTagClassName
{
color: #7D72CA;
}
</style>
background-color css
<style>
a { background-color: #7D72CA; }
a { background-color: rgb(125,114,202); }
div.DivClassName
{
background-color: #7D72CA;
}
.BgClassName
{
background-color: #7D72CA;
}
</style>
border-color css
<style>
span { border-color: #7D72CA; }
span { border-color: rgb(125,114,202); }
td.TdClassName
{
border-color: #7D72CA;
}
.TagClassName
{
border-color: #7D72CA;
}
</style>