Shades of Moody Blue #797BD8
Tints of Moody Blue #797BD8
RGB
CMYK
RGB Variations
Color information
#797BD8 (or 0x797BD8) is known color: Moody Blue. HEX triplet: 79, 7B and D8. RGB value is (121,123,216). Sum of RGB (Red+Green+Blue) = 121+123+216=460 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.30% from 460); Green value is 123 (48.44% from 255 or 26.74% from 460); Blue value is 216 (84.77% from 255 or 46.96% from 460); Max value from RGB is 216 - color contains mainly: blue. Hex color #797BD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797BD8 is #868427. Grayscale: #848484. Windows color (decimal): -8815656 or 14187385. OLE color: 14187385.
HSL color Cylindrical-coordinate representation of color #797BD8: hue angle of 238.74º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #797BD8 is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 121 | 123 | 216 | - |
| CMYK | 0.44 | 0.43 | 0 | 0.15 |
| HSL | 238.74º | 0.55% | 0.66% | - |
| HSV(B) | 238.74º | 0.44% | 0.85% | - |
| XYZ | 27.36 | 23.19 | 68 | - |
| YUV | 133 | 174.84 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 123 | 216 | 0.44 | 0.43 | 0 | 0.15 | 238.74 | 0.55 | 0.66 |
| Hex | 79 | 7B | D8 | 2C | 2B | 0 | F | EF | 37 | 42 |
| Octal | 171 | 173 | 330 | 54 | 53 | 0 | 17 | 357 | 67 | 102 |
| Binary | 1111001 | 1111011 | 11011000 | 101100 | 101011 | 0 | 1111 | 11101111 | 110111 | 1000010 |
Color Harmonies of #797BD8
Complementary color
Monochromatic Colors of #797BD8
Black with #797BD8
Text Example
Text Example
White with #797BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797BD8; }
p { color: rgb(121,123,216); }
H1.HeaderClassName
{
color: #797BD8;
}
.AnyTagClassName
{
color: #797BD8;
}
</style>
background-color css
<style>
a { background-color: #797BD8; }
a { background-color: rgb(121,123,216); }
div.DivClassName
{
background-color: #797BD8;
}
.BgClassName
{
background-color: #797BD8;
}
</style>
border-color css
<style>
span { border-color: #797BD8; }
span { border-color: rgb(121,123,216); }
td.TdClassName
{
border-color: #797BD8;
}
.TagClassName
{
border-color: #797BD8;
}
</style>