Shades of Moody Blue #797BCE
Tints of Moody Blue #797BCE
RGB
CMYK
RGB Variations
Color information
#797BCE (or 0x797BCE) is known color: Moody Blue. HEX triplet: 79, 7B and CE. RGB value is (121,123,206). Sum of RGB (Red+Green+Blue) = 121+123+206=450 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.89% from 450); Green value is 123 (48.44% from 255 or 27.33% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #797BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797BCE is #868431. Grayscale: #838383. Windows color (decimal): -8815666 or 13532025. OLE color: 13532025.
HSL color Cylindrical-coordinate representation of color #797BCE: hue angle of 238.59º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #797BCE is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 123 | 206 | - |
| CMYK | 0.41 | 0.40 | 0 | 0.19 |
| HSL | 238.59º | 0.46% | 0.64% | - |
| HSV(B) | 238.59º | 0.41% | 0.81% | - |
| XYZ | 26.11 | 22.69 | 61.4 | - |
| YUV | 131.86 | 169.84 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 123 | 206 | 0.41 | 0.40 | 0 | 0.19 | 238.59 | 0.46 | 0.64 |
| Hex | 79 | 7B | CE | 29 | 28 | 0 | 13 | EF | 2E | 40 |
| Octal | 171 | 173 | 316 | 51 | 50 | 0 | 23 | 357 | 56 | 100 |
| Binary | 1111001 | 1111011 | 11001110 | 101001 | 101000 | 0 | 10011 | 11101111 | 101110 | 1000000 |
Color Harmonies of #797BCE
Complementary color
Monochromatic Colors of #797BCE
Black with #797BCE
Text Example
Text Example
White with #797BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797BCE; }
p { color: rgb(121,123,206); }
H1.HeaderClassName
{
color: #797BCE;
}
.AnyTagClassName
{
color: #797BCE;
}
</style>
background-color css
<style>
a { background-color: #797BCE; }
a { background-color: rgb(121,123,206); }
div.DivClassName
{
background-color: #797BCE;
}
.BgClassName
{
background-color: #797BCE;
}
</style>
border-color css
<style>
span { border-color: #797BCE; }
span { border-color: rgb(121,123,206); }
td.TdClassName
{
border-color: #797BCE;
}
.TagClassName
{
border-color: #797BCE;
}
</style>