Shades of Chetwode Blue #7977AB
Tints of Chetwode Blue #7977AB
RGB
CMYK
RGB Variations
Color information
#7977AB (or 0x7977AB) is known color: Chetwode Blue. HEX triplet: 79, 77 and AB. RGB value is (121,119,171). Sum of RGB (Red+Green+Blue) = 121+119+171=411 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.44% from 411); Green value is 119 (46.88% from 255 or 28.95% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #7977AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7977AB is #868854. Grayscale: #7D7D7D. Windows color (decimal): -8816725 or 11237241. OLE color: 11237241.
HSL color Cylindrical-coordinate representation of color #7977AB: hue angle of 242.31º 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 #7977AB is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 119 | 171 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.33 |
| HSL | 242.31º | 0.24% | 0.57% | - |
| HSV(B) | 242.31º | 0.3% | 0.67% | - |
| XYZ | 21.83 | 20.2 | 41.28 | - |
| YUV | 125.53 | 153.66 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 119 | 171 | 0.29 | 0.30 | 0 | 0.33 | 242.31 | 0.24 | 0.57 |
| Hex | 79 | 77 | AB | 1D | 1E | 0 | 21 | F2 | 18 | 39 |
| Octal | 171 | 167 | 253 | 35 | 36 | 0 | 41 | 362 | 30 | 71 |
| Binary | 1111001 | 1110111 | 10101011 | 11101 | 11110 | 0 | 100001 | 11110010 | 11000 | 111001 |
Color Harmonies of #7977AB
Complementary color
Monochromatic Colors of #7977AB
Black with #7977AB
Text Example
Text Example
White with #7977AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7977AB; }
p { color: rgb(121,119,171); }
H1.HeaderClassName
{
color: #7977AB;
}
.AnyTagClassName
{
color: #7977AB;
}
</style>
background-color css
<style>
a { background-color: #7977AB; }
a { background-color: rgb(121,119,171); }
div.DivClassName
{
background-color: #7977AB;
}
.BgClassName
{
background-color: #7977AB;
}
</style>
border-color css
<style>
span { border-color: #7977AB; }
span { border-color: rgb(121,119,171); }
td.TdClassName
{
border-color: #7977AB;
}
.TagClassName
{
border-color: #7977AB;
}
</style>