Shades of Moody Blue #7C72BC
Tints of Moody Blue #7C72BC
RGB
CMYK
RGB Variations
Color information
#7C72BC (or 0x7C72BC) is known color: Moody Blue. HEX triplet: 7C, 72 and BC. RGB value is (124,114,188). Sum of RGB (Red+Green+Blue) = 124+114+188=426 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.11% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #7C72BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C72BC is #838D43. Grayscale: #7D7D7D. Windows color (decimal): -8621380 or 12350076. OLE color: 12350076.
HSL color Cylindrical-coordinate representation of color #7C72BC: hue angle of 248.11º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7C72BC is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 114 | 188 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.26 |
| HSL | 248.11º | 0.36% | 0.59% | - |
| HSV(B) | 248.11º | 0.39% | 0.74% | - |
| XYZ | 23.41 | 19.95 | 50.19 | - |
| YUV | 125.43 | 163.31 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 114 | 188 | 0.34 | 0.39 | 0 | 0.26 | 248.11 | 0.36 | 0.59 |
| Hex | 7C | 72 | BC | 22 | 27 | 0 | 1A | F8 | 24 | 3B |
| Octal | 174 | 162 | 274 | 42 | 47 | 0 | 32 | 370 | 44 | 73 |
| Binary | 1111100 | 1110010 | 10111100 | 100010 | 100111 | 0 | 11010 | 11111000 | 100100 | 111011 |
Color Harmonies of #7C72BC
Complementary color
Monochromatic Colors of #7C72BC
Black with #7C72BC
Text Example
Text Example
White with #7C72BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C72BC; }
p { color: rgb(124,114,188); }
H1.HeaderClassName
{
color: #7C72BC;
}
.AnyTagClassName
{
color: #7C72BC;
}
</style>
background-color css
<style>
a { background-color: #7C72BC; }
a { background-color: rgb(124,114,188); }
div.DivClassName
{
background-color: #7C72BC;
}
.BgClassName
{
background-color: #7C72BC;
}
</style>
border-color css
<style>
span { border-color: #7C72BC; }
span { border-color: rgb(124,114,188); }
td.TdClassName
{
border-color: #7C72BC;
}
.TagClassName
{
border-color: #7C72BC;
}
</style>