Shades of Chetwode Blue #7978AC
Tints of Chetwode Blue #7978AC
RGB
CMYK
RGB Variations
Color information
#7978AC (or 0x7978AC) is known color: Chetwode Blue. HEX triplet: 79, 78 and AC. RGB value is (121,120,172). Sum of RGB (Red+Green+Blue) = 121+120+172=413 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.30% from 413); Green value is 120 (47.27% from 255 or 29.06% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 172 - color contains mainly: blue. Hex color #7978AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7978AC is #868753. Grayscale: #7E7E7E. Windows color (decimal): -8816468 or 11303033. OLE color: 11303033.
HSL color Cylindrical-coordinate representation of color #7978AC: hue angle of 241.15º 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 #7978AC is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 120 | 172 | - |
| CMYK | 0.30 | 0.30 | 0 | 0.33 |
| HSL | 241.15º | 0.24% | 0.57% | - |
| HSV(B) | 241.15º | 0.3% | 0.67% | - |
| XYZ | 22.05 | 20.48 | 41.82 | - |
| YUV | 126.23 | 153.83 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 120 | 172 | 0.30 | 0.30 | 0 | 0.33 | 241.15 | 0.24 | 0.57 |
| Hex | 79 | 78 | AC | 1E | 1E | 0 | 21 | F1 | 18 | 39 |
| Octal | 171 | 170 | 254 | 36 | 36 | 0 | 41 | 361 | 30 | 71 |
| Binary | 1111001 | 1111000 | 10101100 | 11110 | 11110 | 0 | 100001 | 11110001 | 11000 | 111001 |
Color Harmonies of #7978AC
Complementary color
Monochromatic Colors of #7978AC
Black with #7978AC
Text Example
Text Example
White with #7978AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7978AC; }
p { color: rgb(121,120,172); }
H1.HeaderClassName
{
color: #7978AC;
}
.AnyTagClassName
{
color: #7978AC;
}
</style>
background-color css
<style>
a { background-color: #7978AC; }
a { background-color: rgb(121,120,172); }
div.DivClassName
{
background-color: #7978AC;
}
.BgClassName
{
background-color: #7978AC;
}
</style>
border-color css
<style>
span { border-color: #7978AC; }
span { border-color: rgb(121,120,172); }
td.TdClassName
{
border-color: #7978AC;
}
.TagClassName
{
border-color: #7978AC;
}
</style>