Shades of Moody Blue #796FCE
Tints of Moody Blue #796FCE
RGB
CMYK
RGB Variations
Color information
#796FCE (or 0x796FCE) is known color: Moody Blue. HEX triplet: 79, 6F and CE. RGB value is (121,111,206). Sum of RGB (Red+Green+Blue) = 121+111+206=438 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.63% from 438); Green value is 111 (43.75% from 255 or 25.34% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #796FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796FCE is #869031. Grayscale: #7C7C7C. Windows color (decimal): -8818738 or 13528953. OLE color: 13528953.
HSL color Cylindrical-coordinate representation of color #796FCE: hue angle of 246.32º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #796FCE is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 111 | 206 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.19 |
| HSL | 246.32º | 0.49% | 0.62% | - |
| HSV(B) | 246.32º | 0.46% | 0.81% | - |
| XYZ | 24.71 | 19.89 | 60.93 | - |
| YUV | 124.82 | 173.81 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 111 | 206 | 0.41 | 0.46 | 0 | 0.19 | 246.32 | 0.49 | 0.62 |
| Hex | 79 | 6F | CE | 29 | 2E | 0 | 13 | F6 | 31 | 3E |
| Octal | 171 | 157 | 316 | 51 | 56 | 0 | 23 | 366 | 61 | 76 |
| Binary | 1111001 | 1101111 | 11001110 | 101001 | 101110 | 0 | 10011 | 11110110 | 110001 | 111110 |
Color Harmonies of #796FCE
Complementary color
Monochromatic Colors of #796FCE
Black with #796FCE
Text Example
Text Example
White with #796FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796FCE; }
p { color: rgb(121,111,206); }
H1.HeaderClassName
{
color: #796FCE;
}
.AnyTagClassName
{
color: #796FCE;
}
</style>
background-color css
<style>
a { background-color: #796FCE; }
a { background-color: rgb(121,111,206); }
div.DivClassName
{
background-color: #796FCE;
}
.BgClassName
{
background-color: #796FCE;
}
</style>
border-color css
<style>
span { border-color: #796FCE; }
span { border-color: rgb(121,111,206); }
td.TdClassName
{
border-color: #796FCE;
}
.TagClassName
{
border-color: #796FCE;
}
</style>