Shades of Moody Blue #796ACB
Tints of Moody Blue #796ACB
RGB
CMYK
RGB Variations
Color information
#796ACB (or 0x796ACB) is known color: Moody Blue. HEX triplet: 79, 6A and CB. RGB value is (121,106,203). Sum of RGB (Red+Green+Blue) = 121+106+203=430 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.14% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #796ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796ACB is #869534. Grayscale: #797979. Windows color (decimal): -8820021 or 13331065. OLE color: 13331065.
HSL color Cylindrical-coordinate representation of color #796ACB: hue angle of 249.28º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #796ACB is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 106 | 203 | - |
| CMYK | 0.40 | 0.48 | 0 | 0.20 |
| HSL | 249.28º | 0.48% | 0.61% | - |
| HSV(B) | 249.28º | 0.48% | 0.8% | - |
| XYZ | 23.82 | 18.68 | 58.85 | - |
| YUV | 121.54 | 173.97 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 106 | 203 | 0.40 | 0.48 | 0 | 0.20 | 249.28 | 0.48 | 0.61 |
| Hex | 79 | 6A | CB | 28 | 30 | 0 | 14 | F9 | 30 | 3D |
| Octal | 171 | 152 | 313 | 50 | 60 | 0 | 24 | 371 | 60 | 75 |
| Binary | 1111001 | 1101010 | 11001011 | 101000 | 110000 | 0 | 10100 | 11111001 | 110000 | 111101 |
Color Harmonies of #796ACB
Complementary color
Monochromatic Colors of #796ACB
Black with #796ACB
Text Example
Text Example
White with #796ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796ACB; }
p { color: rgb(121,106,203); }
H1.HeaderClassName
{
color: #796ACB;
}
.AnyTagClassName
{
color: #796ACB;
}
</style>
background-color css
<style>
a { background-color: #796ACB; }
a { background-color: rgb(121,106,203); }
div.DivClassName
{
background-color: #796ACB;
}
.BgClassName
{
background-color: #796ACB;
}
</style>
border-color css
<style>
span { border-color: #796ACB; }
span { border-color: rgb(121,106,203); }
td.TdClassName
{
border-color: #796ACB;
}
.TagClassName
{
border-color: #796ACB;
}
</style>