Shades of Chetwode Blue #7978AE
Tints of Chetwode Blue #7978AE
RGB
CMYK
RGB Variations
Color information
#7978AE (or 0x7978AE) is known color: Chetwode Blue. HEX triplet: 79, 78 and AE. RGB value is (121,120,174). Sum of RGB (Red+Green+Blue) = 121+120+174=415 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.16% from 415); Green value is 120 (47.27% from 255 or 28.92% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 174 - color contains mainly: blue. Hex color #7978AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7978AE is #868751. Grayscale: #7E7E7E. Windows color (decimal): -8816466 or 11434105. OLE color: 11434105.
HSL color Cylindrical-coordinate representation of color #7978AE: hue angle of 241.11º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7978AE is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 121 | 120 | 174 | - |
| CMYK | 0.30 | 0.31 | 0 | 0.32 |
| HSL | 241.11º | 0.25% | 0.58% | - |
| HSV(B) | 241.11º | 0.31% | 0.68% | - |
| XYZ | 22.24 | 20.55 | 42.84 | - |
| YUV | 126.46 | 154.83 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 120 | 174 | 0.30 | 0.31 | 0 | 0.32 | 241.11 | 0.25 | 0.58 |
| Hex | 79 | 78 | AE | 1E | 1F | 0 | 20 | F1 | 19 | 3A |
| Octal | 171 | 170 | 256 | 36 | 37 | 0 | 40 | 361 | 31 | 72 |
| Binary | 1111001 | 1111000 | 10101110 | 11110 | 11111 | 0 | 100000 | 11110001 | 11001 | 111010 |
Color Harmonies of #7978AE
Complementary color
Monochromatic Colors of #7978AE
Black with #7978AE
Text Example
Text Example
White with #7978AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7978AE; }
p { color: rgb(121,120,174); }
H1.HeaderClassName
{
color: #7978AE;
}
.AnyTagClassName
{
color: #7978AE;
}
</style>
background-color css
<style>
a { background-color: #7978AE; }
a { background-color: rgb(121,120,174); }
div.DivClassName
{
background-color: #7978AE;
}
.BgClassName
{
background-color: #7978AE;
}
</style>
border-color css
<style>
span { border-color: #7978AE; }
span { border-color: rgb(121,120,174); }
td.TdClassName
{
border-color: #7978AE;
}
.TagClassName
{
border-color: #7978AE;
}
</style>