Shades of Moody Blue #797CD3
Tints of Moody Blue #797CD3
RGB
CMYK
RGB Variations
Color information
#797CD3 (or 0x797CD3) is known color: Moody Blue. HEX triplet: 79, 7C and D3. RGB value is (121,124,211). Sum of RGB (Red+Green+Blue) = 121+124+211=456 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.54% from 456); Green value is 124 (48.83% from 255 or 27.19% from 456); Blue value is 211 (82.81% from 255 or 46.27% from 456); Max value from RGB is 211 - color contains mainly: blue. Hex color #797CD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797CD3 is #86832C. Grayscale: #848484. Windows color (decimal): -8815405 or 13859961. OLE color: 13859961.
HSL color Cylindrical-coordinate representation of color #797CD3: hue angle of 238º 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 #797CD3 is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 121 | 124 | 211 | - |
| CMYK | 0.43 | 0.41 | 0 | 0.17 |
| HSL | 238º | 0.51% | 0.65% | - |
| HSV(B) | 238º | 0.43% | 0.83% | - |
| XYZ | 26.85 | 23.18 | 64.69 | - |
| YUV | 133.02 | 172.01 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 124 | 211 | 0.43 | 0.41 | 0 | 0.17 | 238 | 0.51 | 0.65 |
| Hex | 79 | 7C | D3 | 2B | 29 | 0 | 11 | EE | 33 | 41 |
| Octal | 171 | 174 | 323 | 53 | 51 | 0 | 21 | 356 | 63 | 101 |
| Binary | 1111001 | 1111100 | 11010011 | 101011 | 101001 | 0 | 10001 | 11101110 | 110011 | 1000001 |
Color Harmonies of #797CD3
Complementary color
Monochromatic Colors of #797CD3
Black with #797CD3
Text Example
Text Example
White with #797CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797CD3; }
p { color: rgb(121,124,211); }
H1.HeaderClassName
{
color: #797CD3;
}
.AnyTagClassName
{
color: #797CD3;
}
</style>
background-color css
<style>
a { background-color: #797CD3; }
a { background-color: rgb(121,124,211); }
div.DivClassName
{
background-color: #797CD3;
}
.BgClassName
{
background-color: #797CD3;
}
</style>
border-color css
<style>
span { border-color: #797CD3; }
span { border-color: rgb(121,124,211); }
td.TdClassName
{
border-color: #797CD3;
}
.TagClassName
{
border-color: #797CD3;
}
</style>