Shades of Chetwode Blue #797BAD
Tints of Chetwode Blue #797BAD
RGB
CMYK
RGB Variations
Color information
#797BAD (or 0x797BAD) is known color: Chetwode Blue. HEX triplet: 79, 7B and AD. RGB value is (121,123,173). Sum of RGB (Red+Green+Blue) = 121+123+173=417 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.02% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 173 - color contains mainly: blue. Hex color #797BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797BAD is #868452. Grayscale: #7F7F7F. Windows color (decimal): -8815699 or 11369337. OLE color: 11369337.
HSL color Cylindrical-coordinate representation of color #797BAD: hue angle of 237.69º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #797BAD is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 121 | 123 | 173 | - |
| CMYK | 0.30 | 0.29 | 0 | 0.32 |
| HSL | 237.69º | 0.24% | 0.58% | - |
| HSV(B) | 237.69º | 0.3% | 0.68% | - |
| XYZ | 22.51 | 21.25 | 42.45 | - |
| YUV | 128.1 | 153.34 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 123 | 173 | 0.30 | 0.29 | 0 | 0.32 | 237.69 | 0.24 | 0.58 |
| Hex | 79 | 7B | AD | 1E | 1D | 0 | 20 | EE | 18 | 3A |
| Octal | 171 | 173 | 255 | 36 | 35 | 0 | 40 | 356 | 30 | 72 |
| Binary | 1111001 | 1111011 | 10101101 | 11110 | 11101 | 0 | 100000 | 11101110 | 11000 | 111010 |
Color Harmonies of #797BAD
Complementary color
Monochromatic Colors of #797BAD
Black with #797BAD
Text Example
Text Example
White with #797BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797BAD; }
p { color: rgb(121,123,173); }
H1.HeaderClassName
{
color: #797BAD;
}
.AnyTagClassName
{
color: #797BAD;
}
</style>
background-color css
<style>
a { background-color: #797BAD; }
a { background-color: rgb(121,123,173); }
div.DivClassName
{
background-color: #797BAD;
}
.BgClassName
{
background-color: #797BAD;
}
</style>
border-color css
<style>
span { border-color: #797BAD; }
span { border-color: rgb(121,123,173); }
td.TdClassName
{
border-color: #797BAD;
}
.TagClassName
{
border-color: #797BAD;
}
</style>