Shades of Moody Blue #7F72CA
Tints of Moody Blue #7F72CA
RGB
CMYK
RGB Variations
Color information
#7F72CA (or 0x7F72CA) is known color: Moody Blue. HEX triplet: 7F, 72 and CA. RGB value is (127,114,202). Sum of RGB (Red+Green+Blue) = 127+114+202=443 (58% of max value = 765). Red value is 127 (50% from 255 or 28.67% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #7F72CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F72CA is #808D35. Grayscale: #7F7F7F. Windows color (decimal): -8424758 or 13267583. OLE color: 13267583.
HSL color Cylindrical-coordinate representation of color #7F72CA: hue angle of 248.86º 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 #7F72CA is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 114 | 202 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.21 |
| HSL | 248.86º | 0.45% | 0.62% | - |
| HSV(B) | 248.86º | 0.44% | 0.79% | - |
| XYZ | 25.43 | 20.81 | 58.55 | - |
| YUV | 127.92 | 169.81 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 114 | 202 | 0.37 | 0.44 | 0 | 0.21 | 248.86 | 0.45 | 0.62 |
| Hex | 7F | 72 | CA | 25 | 2C | 0 | 15 | F9 | 2D | 3E |
| Octal | 177 | 162 | 312 | 45 | 54 | 0 | 25 | 371 | 55 | 76 |
| Binary | 1111111 | 1110010 | 11001010 | 100101 | 101100 | 0 | 10101 | 11111001 | 101101 | 111110 |
Color Harmonies of #7F72CA
Complementary color
Monochromatic Colors of #7F72CA
Black with #7F72CA
Text Example
Text Example
White with #7F72CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F72CA; }
p { color: rgb(127,114,202); }
H1.HeaderClassName
{
color: #7F72CA;
}
.AnyTagClassName
{
color: #7F72CA;
}
</style>
background-color css
<style>
a { background-color: #7F72CA; }
a { background-color: rgb(127,114,202); }
div.DivClassName
{
background-color: #7F72CA;
}
.BgClassName
{
background-color: #7F72CA;
}
</style>
border-color css
<style>
span { border-color: #7F72CA; }
span { border-color: rgb(127,114,202); }
td.TdClassName
{
border-color: #7F72CA;
}
.TagClassName
{
border-color: #7F72CA;
}
</style>