Shades of Chetwode Blue #7978AA
Tints of Chetwode Blue #7978AA
RGB
CMYK
RGB Variations
Color information
#7978AA (or 0x7978AA) is known color: Chetwode Blue. HEX triplet: 79, 78 and AA. RGB value is (121,120,170). Sum of RGB (Red+Green+Blue) = 121+120+170=411 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.44% from 411); Green value is 120 (47.27% from 255 or 29.20% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 170 - color contains mainly: blue. Hex color #7978AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7978AA is #868755. Grayscale: #7D7D7D. Windows color (decimal): -8816470 or 11171961. OLE color: 11171961.
HSL color Cylindrical-coordinate representation of color #7978AA: hue angle of 241.2º degrees, saturation: 0.23, 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 #7978AA is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 120 | 170 | - |
| CMYK | 0.29 | 0.29 | 0 | 0.33 |
| HSL | 241.2º | 0.23% | 0.57% | - |
| HSV(B) | 241.2º | 0.29% | 0.67% | - |
| XYZ | 21.86 | 20.4 | 40.82 | - |
| YUV | 126 | 152.83 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 120 | 170 | 0.29 | 0.29 | 0 | 0.33 | 241.2 | 0.23 | 0.57 |
| Hex | 79 | 78 | AA | 1D | 1D | 0 | 21 | F1 | 17 | 39 |
| Octal | 171 | 170 | 252 | 35 | 35 | 0 | 41 | 361 | 27 | 71 |
| Binary | 1111001 | 1111000 | 10101010 | 11101 | 11101 | 0 | 100001 | 11110001 | 10111 | 111001 |
Color Harmonies of #7978AA
Complementary color
Monochromatic Colors of #7978AA
Black with #7978AA
Text Example
Text Example
White with #7978AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7978AA; }
p { color: rgb(121,120,170); }
H1.HeaderClassName
{
color: #7978AA;
}
.AnyTagClassName
{
color: #7978AA;
}
</style>
background-color css
<style>
a { background-color: #7978AA; }
a { background-color: rgb(121,120,170); }
div.DivClassName
{
background-color: #7978AA;
}
.BgClassName
{
background-color: #7978AA;
}
</style>
border-color css
<style>
span { border-color: #7978AA; }
span { border-color: rgb(121,120,170); }
td.TdClassName
{
border-color: #7978AA;
}
.TagClassName
{
border-color: #7978AA;
}
</style>