Shades of Chetwode Blue #797BAA
Tints of Chetwode Blue #797BAA
RGB
CMYK
RGB Variations
Color information
#797BAA (or 0x797BAA) is known color: Chetwode Blue. HEX triplet: 79, 7B and AA. RGB value is (121,123,170). Sum of RGB (Red+Green+Blue) = 121+123+170=414 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.23% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 170 - color contains mainly: blue. Hex color #797BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797BAA is #868455. Grayscale: #7F7F7F. Windows color (decimal): -8815702 or 11172729. OLE color: 11172729.
HSL color Cylindrical-coordinate representation of color #797BAA: hue angle of 237.55º 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 #797BAA is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 123 | 170 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.33 |
| HSL | 237.55º | 0.22% | 0.57% | - |
| HSV(B) | 237.55º | 0.29% | 0.67% | - |
| XYZ | 22.22 | 21.13 | 40.94 | - |
| YUV | 127.76 | 151.84 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 123 | 170 | 0.29 | 0.28 | 0 | 0.33 | 237.55 | 0.22 | 0.57 |
| Hex | 79 | 7B | AA | 1D | 1C | 0 | 21 | EE | 16 | 39 |
| Octal | 171 | 173 | 252 | 35 | 34 | 0 | 41 | 356 | 26 | 71 |
| Binary | 1111001 | 1111011 | 10101010 | 11101 | 11100 | 0 | 100001 | 11101110 | 10110 | 111001 |
Color Harmonies of #797BAA
Complementary color
Monochromatic Colors of #797BAA
Black with #797BAA
Text Example
Text Example
White with #797BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797BAA; }
p { color: rgb(121,123,170); }
H1.HeaderClassName
{
color: #797BAA;
}
.AnyTagClassName
{
color: #797BAA;
}
</style>
background-color css
<style>
a { background-color: #797BAA; }
a { background-color: rgb(121,123,170); }
div.DivClassName
{
background-color: #797BAA;
}
.BgClassName
{
background-color: #797BAA;
}
</style>
border-color css
<style>
span { border-color: #797BAA; }
span { border-color: rgb(121,123,170); }
td.TdClassName
{
border-color: #797BAA;
}
.TagClassName
{
border-color: #797BAA;
}
</style>