Shades of Chetwode Blue #7A78AC
Tints of Chetwode Blue #7A78AC
RGB
CMYK
RGB Variations
Color information
#7A78AC (or 0x7A78AC) is known color: Chetwode Blue. HEX triplet: 7A, 78 and AC. RGB value is (122,120,172). Sum of RGB (Red+Green+Blue) = 122+120+172=414 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.47% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A78AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A78AC is #858753. Grayscale: #7E7E7E. Windows color (decimal): -8750932 or 11303034. OLE color: 11303034.
HSL color Cylindrical-coordinate representation of color #7A78AC: 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 #7A78AC is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 120 | 172 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.33 |
| HSL | 242.31º | 0.24% | 0.57% | - |
| HSV(B) | 242.31º | 0.3% | 0.67% | - |
| XYZ | 22.19 | 20.55 | 41.83 | - |
| YUV | 126.53 | 153.66 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 120 | 172 | 0.29 | 0.30 | 0 | 0.33 | 242.31 | 0.24 | 0.57 |
| Hex | 7A | 78 | AC | 1D | 1E | 0 | 21 | F2 | 18 | 39 |
| Octal | 172 | 170 | 254 | 35 | 36 | 0 | 41 | 362 | 30 | 71 |
| Binary | 1111010 | 1111000 | 10101100 | 11101 | 11110 | 0 | 100001 | 11110010 | 11000 | 111001 |
Color Harmonies of #7A78AC
Complementary color
Monochromatic Colors of #7A78AC
Black with #7A78AC
Text Example
Text Example
White with #7A78AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A78AC; }
p { color: rgb(122,120,172); }
H1.HeaderClassName
{
color: #7A78AC;
}
.AnyTagClassName
{
color: #7A78AC;
}
</style>
background-color css
<style>
a { background-color: #7A78AC; }
a { background-color: rgb(122,120,172); }
div.DivClassName
{
background-color: #7A78AC;
}
.BgClassName
{
background-color: #7A78AC;
}
</style>
border-color css
<style>
span { border-color: #7A78AC; }
span { border-color: rgb(122,120,172); }
td.TdClassName
{
border-color: #7A78AC;
}
.TagClassName
{
border-color: #7A78AC;
}
</style>