Shades of Moody Blue #796CCC
Tints of Moody Blue #796CCC
RGB
CMYK
RGB Variations
Color information
#796CCC (or 0x796CCC) is known color: Moody Blue. HEX triplet: 79, 6C and CC. RGB value is (121,108,204). Sum of RGB (Red+Green+Blue) = 121+108+204=433 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.94% from 433); Green value is 108 (42.58% from 255 or 24.94% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #796CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796CCC is #869333. Grayscale: #7A7A7A. Windows color (decimal): -8819508 or 13397113. OLE color: 13397113.
HSL color Cylindrical-coordinate representation of color #796CCC: hue angle of 248.12º degrees, saturation: 0.48, 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 #796CCC is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 121 | 108 | 204 | - |
| CMYK | 0.41 | 0.47 | 0 | 0.2 |
| HSL | 248.13º | 0.48% | 0.61% | - |
| HSV(B) | 248.13º | 0.47% | 0.8% | - |
| XYZ | 24.15 | 19.15 | 59.55 | - |
| YUV | 122.83 | 173.81 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 108 | 204 | 0.41 | 0.47 | 0 | 0.2 | 248.13 | 0.48 | 0.61 |
| Hex | 79 | 6C | CC | 29 | 2F | 0 | 14 | F8 | 30 | 3D |
| Octal | 171 | 154 | 314 | 51 | 57 | 0 | 24 | 370 | 60 | 75 |
| Binary | 1111001 | 1101100 | 11001100 | 101001 | 101111 | 0 | 10100 | 11111000 | 110000 | 111101 |
Color Harmonies of #796CCC
Complementary color
Monochromatic Colors of #796CCC
Black with #796CCC
Text Example
Text Example
White with #796CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796CCC; }
p { color: rgb(121,108,204); }
H1.HeaderClassName
{
color: #796CCC;
}
.AnyTagClassName
{
color: #796CCC;
}
</style>
background-color css
<style>
a { background-color: #796CCC; }
a { background-color: rgb(121,108,204); }
div.DivClassName
{
background-color: #796CCC;
}
.BgClassName
{
background-color: #796CCC;
}
</style>
border-color css
<style>
span { border-color: #796CCC; }
span { border-color: rgb(121,108,204); }
td.TdClassName
{
border-color: #796CCC;
}
.TagClassName
{
border-color: #796CCC;
}
</style>