Shades of Chetwode Blue #7978AD
Tints of Chetwode Blue #7978AD
RGB
CMYK
RGB Variations
Color information
#7978AD (or 0x7978AD) is known color: Chetwode Blue. HEX triplet: 79, 78 and AD. RGB value is (121,120,173). Sum of RGB (Red+Green+Blue) = 121+120+173=414 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.23% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 173 - color contains mainly: blue. Hex color #7978AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7978AD is #868752. Grayscale: #7E7E7E. Windows color (decimal): -8816467 or 11368569. OLE color: 11368569.
HSL color Cylindrical-coordinate representation of color #7978AD: hue angle of 241.13º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7978AD is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 121 | 120 | 173 | - |
| CMYK | 0.30 | 0.31 | 0 | 0.32 |
| HSL | 241.13º | 0.24% | 0.57% | - |
| HSV(B) | 241.13º | 0.31% | 0.68% | - |
| XYZ | 22.14 | 20.52 | 42.33 | - |
| YUV | 126.34 | 154.33 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 120 | 173 | 0.30 | 0.31 | 0 | 0.32 | 241.13 | 0.24 | 0.57 |
| Hex | 79 | 78 | AD | 1E | 1F | 0 | 20 | F1 | 18 | 39 |
| Octal | 171 | 170 | 255 | 36 | 37 | 0 | 40 | 361 | 30 | 71 |
| Binary | 1111001 | 1111000 | 10101101 | 11110 | 11111 | 0 | 100000 | 11110001 | 11000 | 111001 |
Color Harmonies of #7978AD
Complementary color
Monochromatic Colors of #7978AD
Black with #7978AD
Text Example
Text Example
White with #7978AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7978AD; }
p { color: rgb(121,120,173); }
H1.HeaderClassName
{
color: #7978AD;
}
.AnyTagClassName
{
color: #7978AD;
}
</style>
background-color css
<style>
a { background-color: #7978AD; }
a { background-color: rgb(121,120,173); }
div.DivClassName
{
background-color: #7978AD;
}
.BgClassName
{
background-color: #7978AD;
}
</style>
border-color css
<style>
span { border-color: #7978AD; }
span { border-color: rgb(121,120,173); }
td.TdClassName
{
border-color: #7978AD;
}
.TagClassName
{
border-color: #7978AD;
}
</style>