Shades of Moody Blue #796ACF
Tints of Moody Blue #796ACF
RGB
CMYK
RGB Variations
Color information
#796ACF (or 0x796ACF) is known color: Moody Blue. HEX triplet: 79, 6A and CF. RGB value is (121,106,207). Sum of RGB (Red+Green+Blue) = 121+106+207=434 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.88% from 434); Green value is 106 (41.80% from 255 or 24.42% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #796ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796ACF is #869530. Grayscale: #797979. Windows color (decimal): -8820017 or 13593209. OLE color: 13593209.
HSL color Cylindrical-coordinate representation of color #796ACF: hue angle of 248.91º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #796ACF is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 106 | 207 | - |
| CMYK | 0.42 | 0.49 | 0 | 0.19 |
| HSL | 248.91º | 0.51% | 0.61% | - |
| HSV(B) | 248.91º | 0.49% | 0.81% | - |
| XYZ | 24.3 | 18.88 | 61.39 | - |
| YUV | 122 | 175.97 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 106 | 207 | 0.42 | 0.49 | 0 | 0.19 | 248.91 | 0.51 | 0.61 |
| Hex | 79 | 6A | CF | 2A | 31 | 0 | 13 | F9 | 33 | 3D |
| Octal | 171 | 152 | 317 | 52 | 61 | 0 | 23 | 371 | 63 | 75 |
| Binary | 1111001 | 1101010 | 11001111 | 101010 | 110001 | 0 | 10011 | 11111001 | 110011 | 111101 |
Color Harmonies of #796ACF
Complementary color
Monochromatic Colors of #796ACF
Black with #796ACF
Text Example
Text Example
White with #796ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796ACF; }
p { color: rgb(121,106,207); }
H1.HeaderClassName
{
color: #796ACF;
}
.AnyTagClassName
{
color: #796ACF;
}
</style>
background-color css
<style>
a { background-color: #796ACF; }
a { background-color: rgb(121,106,207); }
div.DivClassName
{
background-color: #796ACF;
}
.BgClassName
{
background-color: #796ACF;
}
</style>
border-color css
<style>
span { border-color: #796ACF; }
span { border-color: rgb(121,106,207); }
td.TdClassName
{
border-color: #796ACF;
}
.TagClassName
{
border-color: #796ACF;
}
</style>