Shades of Moody Blue #797FD4
Tints of Moody Blue #797FD4
RGB
CMYK
RGB Variations
Color information
#797FD4 (or 0x797FD4) is known color: Moody Blue. HEX triplet: 79, 7F and D4. RGB value is (121,127,212). Sum of RGB (Red+Green+Blue) = 121+127+212=460 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.30% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 212 (83.20% from 255 or 46.09% from 460); Max value from RGB is 212 - color contains mainly: blue. Hex color #797FD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797FD4 is #86802B. Grayscale: #868686. Windows color (decimal): -8814636 or 13926265. OLE color: 13926265.
HSL color Cylindrical-coordinate representation of color #797FD4: hue angle of 236.04º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #797FD4 is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 121 | 127 | 212 | - |
| CMYK | 0.43 | 0.40 | 0 | 0.17 |
| HSL | 236.04º | 0.51% | 0.65% | - |
| HSV(B) | 236.04º | 0.43% | 0.83% | - |
| XYZ | 27.36 | 24 | 65.48 | - |
| YUV | 134.9 | 171.51 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 127 | 212 | 0.43 | 0.40 | 0 | 0.17 | 236.04 | 0.51 | 0.65 |
| Hex | 79 | 7F | D4 | 2B | 28 | 0 | 11 | EC | 33 | 41 |
| Octal | 171 | 177 | 324 | 53 | 50 | 0 | 21 | 354 | 63 | 101 |
| Binary | 1111001 | 1111111 | 11010100 | 101011 | 101000 | 0 | 10001 | 11101100 | 110011 | 1000001 |
Color Harmonies of #797FD4
Complementary color
Monochromatic Colors of #797FD4
Black with #797FD4
Text Example
Text Example
White with #797FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797FD4; }
p { color: rgb(121,127,212); }
H1.HeaderClassName
{
color: #797FD4;
}
.AnyTagClassName
{
color: #797FD4;
}
</style>
background-color css
<style>
a { background-color: #797FD4; }
a { background-color: rgb(121,127,212); }
div.DivClassName
{
background-color: #797FD4;
}
.BgClassName
{
background-color: #797FD4;
}
</style>
border-color css
<style>
span { border-color: #797FD4; }
span { border-color: rgb(121,127,212); }
td.TdClassName
{
border-color: #797FD4;
}
.TagClassName
{
border-color: #797FD4;
}
</style>