Shades of Moody Blue #7C72CA
Tints of Moody Blue #7C72CA
RGB
CMYK
RGB Variations
Color information
#7C72CA (or 0x7C72CA) is known color: Moody Blue. HEX triplet: 7C, 72 and CA. RGB value is (124,114,202). Sum of RGB (Red+Green+Blue) = 124+114+202=440 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.18% from 440); Green value is 114 (44.92% from 255 or 25.91% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #7C72CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C72CA is #838D35. Grayscale: #7E7E7E. Windows color (decimal): -8621366 or 13267580. OLE color: 13267580.
HSL color Cylindrical-coordinate representation of color #7C72CA: hue angle of 246.82º 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 #7C72CA is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 114 | 202 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.21 |
| HSL | 246.82º | 0.45% | 0.62% | - |
| HSV(B) | 246.82º | 0.44% | 0.79% | - |
| XYZ | 24.99 | 20.58 | 58.53 | - |
| YUV | 127.02 | 170.31 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 114 | 202 | 0.39 | 0.44 | 0 | 0.21 | 246.82 | 0.45 | 0.62 |
| Hex | 7C | 72 | CA | 27 | 2C | 0 | 15 | F7 | 2D | 3E |
| Octal | 174 | 162 | 312 | 47 | 54 | 0 | 25 | 367 | 55 | 76 |
| Binary | 1111100 | 1110010 | 11001010 | 100111 | 101100 | 0 | 10101 | 11110111 | 101101 | 111110 |
Color Harmonies of #7C72CA
Complementary color
Monochromatic Colors of #7C72CA
Black with #7C72CA
Text Example
Text Example
White with #7C72CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C72CA; }
p { color: rgb(124,114,202); }
H1.HeaderClassName
{
color: #7C72CA;
}
.AnyTagClassName
{
color: #7C72CA;
}
</style>
background-color css
<style>
a { background-color: #7C72CA; }
a { background-color: rgb(124,114,202); }
div.DivClassName
{
background-color: #7C72CA;
}
.BgClassName
{
background-color: #7C72CA;
}
</style>
border-color css
<style>
span { border-color: #7C72CA; }
span { border-color: rgb(124,114,202); }
td.TdClassName
{
border-color: #7C72CA;
}
.TagClassName
{
border-color: #7C72CA;
}
</style>