Shades of Moody Blue #796CCD
Tints of Moody Blue #796CCD
RGB
CMYK
RGB Variations
Color information
#796CCD (or 0x796CCD) is known color: Moody Blue. HEX triplet: 79, 6C and CD. RGB value is (121,108,205). Sum of RGB (Red+Green+Blue) = 121+108+205=434 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.88% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #796CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796CCD is #869332. Grayscale: #7A7A7A. Windows color (decimal): -8819507 or 13462649. OLE color: 13462649.
HSL color Cylindrical-coordinate representation of color #796CCD: hue angle of 248.04º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #796CCD is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 108 | 205 | - |
| CMYK | 0.41 | 0.47 | 0 | 0.20 |
| HSL | 248.04º | 0.49% | 0.61% | - |
| HSV(B) | 248.04º | 0.47% | 0.8% | - |
| XYZ | 24.27 | 19.2 | 60.18 | - |
| YUV | 122.95 | 174.31 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 108 | 205 | 0.41 | 0.47 | 0 | 0.20 | 248.04 | 0.49 | 0.61 |
| Hex | 79 | 6C | CD | 29 | 2F | 0 | 14 | F8 | 31 | 3D |
| Octal | 171 | 154 | 315 | 51 | 57 | 0 | 24 | 370 | 61 | 75 |
| Binary | 1111001 | 1101100 | 11001101 | 101001 | 101111 | 0 | 10100 | 11111000 | 110001 | 111101 |
Color Harmonies of #796CCD
Complementary color
Monochromatic Colors of #796CCD
Black with #796CCD
Text Example
Text Example
White with #796CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796CCD; }
p { color: rgb(121,108,205); }
H1.HeaderClassName
{
color: #796CCD;
}
.AnyTagClassName
{
color: #796CCD;
}
</style>
background-color css
<style>
a { background-color: #796CCD; }
a { background-color: rgb(121,108,205); }
div.DivClassName
{
background-color: #796CCD;
}
.BgClassName
{
background-color: #796CCD;
}
</style>
border-color css
<style>
span { border-color: #796CCD; }
span { border-color: rgb(121,108,205); }
td.TdClassName
{
border-color: #796CCD;
}
.TagClassName
{
border-color: #796CCD;
}
</style>