Shades of Chetwode Blue #797BAC
Tints of Chetwode Blue #797BAC
RGB
CMYK
RGB Variations
Color information
#797BAC (or 0x797BAC) is known color: Chetwode Blue. HEX triplet: 79, 7B and AC. RGB value is (121,123,172). Sum of RGB (Red+Green+Blue) = 121+123+172=416 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.09% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #797BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797BAC is #868453. Grayscale: #7F7F7F. Windows color (decimal): -8815700 or 11303801. OLE color: 11303801.
HSL color Cylindrical-coordinate representation of color #797BAC: hue angle of 237.65º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #797BAC is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 123 | 172 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.33 |
| HSL | 237.65º | 0.24% | 0.57% | - |
| HSV(B) | 237.65º | 0.3% | 0.67% | - |
| XYZ | 22.41 | 21.21 | 41.94 | - |
| YUV | 127.99 | 152.84 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 123 | 172 | 0.30 | 0.28 | 0 | 0.33 | 237.65 | 0.24 | 0.57 |
| Hex | 79 | 7B | AC | 1E | 1C | 0 | 21 | EE | 18 | 39 |
| Octal | 171 | 173 | 254 | 36 | 34 | 0 | 41 | 356 | 30 | 71 |
| Binary | 1111001 | 1111011 | 10101100 | 11110 | 11100 | 0 | 100001 | 11101110 | 11000 | 111001 |
Color Harmonies of #797BAC
Complementary color
Monochromatic Colors of #797BAC
Black with #797BAC
Text Example
Text Example
White with #797BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797BAC; }
p { color: rgb(121,123,172); }
H1.HeaderClassName
{
color: #797BAC;
}
.AnyTagClassName
{
color: #797BAC;
}
</style>
background-color css
<style>
a { background-color: #797BAC; }
a { background-color: rgb(121,123,172); }
div.DivClassName
{
background-color: #797BAC;
}
.BgClassName
{
background-color: #797BAC;
}
</style>
border-color css
<style>
span { border-color: #797BAC; }
span { border-color: rgb(121,123,172); }
td.TdClassName
{
border-color: #797BAC;
}
.TagClassName
{
border-color: #797BAC;
}
</style>