Shades of Chetwode Blue #797AAA
Tints of Chetwode Blue #797AAA
RGB
CMYK
RGB Variations
Color information
#797AAA (or 0x797AAA) is known color: Chetwode Blue. HEX triplet: 79, 7A and AA. RGB value is (121,122,170). Sum of RGB (Red+Green+Blue) = 121+122+170=413 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.30% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 170 - color contains mainly: blue. Hex color #797AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797AAA is #868555. Grayscale: #7E7E7E. Windows color (decimal): -8815958 or 11172473. OLE color: 11172473.
HSL color Cylindrical-coordinate representation of color #797AAA: hue angle of 238.78º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #797AAA is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 122 | 170 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.33 |
| HSL | 238.78º | 0.22% | 0.57% | - |
| HSV(B) | 238.78º | 0.29% | 0.67% | - |
| XYZ | 22.1 | 20.89 | 40.9 | - |
| YUV | 127.17 | 152.17 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 122 | 170 | 0.29 | 0.28 | 0 | 0.33 | 238.78 | 0.22 | 0.57 |
| Hex | 79 | 7A | AA | 1D | 1C | 0 | 21 | EF | 16 | 39 |
| Octal | 171 | 172 | 252 | 35 | 34 | 0 | 41 | 357 | 26 | 71 |
| Binary | 1111001 | 1111010 | 10101010 | 11101 | 11100 | 0 | 100001 | 11101111 | 10110 | 111001 |
Color Harmonies of #797AAA
Complementary color
Monochromatic Colors of #797AAA
Black with #797AAA
Text Example
Text Example
White with #797AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797AAA; }
p { color: rgb(121,122,170); }
H1.HeaderClassName
{
color: #797AAA;
}
.AnyTagClassName
{
color: #797AAA;
}
</style>
background-color css
<style>
a { background-color: #797AAA; }
a { background-color: rgb(121,122,170); }
div.DivClassName
{
background-color: #797AAA;
}
.BgClassName
{
background-color: #797AAA;
}
</style>
border-color css
<style>
span { border-color: #797AAA; }
span { border-color: rgb(121,122,170); }
td.TdClassName
{
border-color: #797AAA;
}
.TagClassName
{
border-color: #797AAA;
}
</style>