Shades of Moody Blue #7E72CB
Tints of Moody Blue #7E72CB
RGB
CMYK
RGB Variations
Color information
#7E72CB (or 0x7E72CB) is known color: Moody Blue. HEX triplet: 7E, 72 and CB. RGB value is (126,114,203). Sum of RGB (Red+Green+Blue) = 126+114+203=443 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.44% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #7E72CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E72CB is #818D34. Grayscale: #7F7F7F. Windows color (decimal): -8490293 or 13333118. OLE color: 13333118.
HSL color Cylindrical-coordinate representation of color #7E72CB: hue angle of 248.09º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7E72CB is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 114 | 203 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.20 |
| HSL | 248.09º | 0.46% | 0.62% | - |
| HSV(B) | 248.09º | 0.44% | 0.8% | - |
| XYZ | 25.4 | 20.78 | 59.17 | - |
| YUV | 127.73 | 170.48 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 114 | 203 | 0.38 | 0.44 | 0 | 0.20 | 248.09 | 0.46 | 0.62 |
| Hex | 7E | 72 | CB | 26 | 2C | 0 | 14 | F8 | 2E | 3E |
| Octal | 176 | 162 | 313 | 46 | 54 | 0 | 24 | 370 | 56 | 76 |
| Binary | 1111110 | 1110010 | 11001011 | 100110 | 101100 | 0 | 10100 | 11111000 | 101110 | 111110 |
Color Harmonies of #7E72CB
Complementary color
Monochromatic Colors of #7E72CB
Black with #7E72CB
Text Example
Text Example
White with #7E72CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E72CB; }
p { color: rgb(126,114,203); }
H1.HeaderClassName
{
color: #7E72CB;
}
.AnyTagClassName
{
color: #7E72CB;
}
</style>
background-color css
<style>
a { background-color: #7E72CB; }
a { background-color: rgb(126,114,203); }
div.DivClassName
{
background-color: #7E72CB;
}
.BgClassName
{
background-color: #7E72CB;
}
</style>
border-color css
<style>
span { border-color: #7E72CB; }
span { border-color: rgb(126,114,203); }
td.TdClassName
{
border-color: #7E72CB;
}
.TagClassName
{
border-color: #7E72CB;
}
</style>