Shades of Chetwode Blue #7A7AAE
Tints of Chetwode Blue #7A7AAE
RGB
CMYK
RGB Variations
Color information
#7A7AAE (or 0x7A7AAE) is known color: Chetwode Blue. HEX triplet: 7A, 7A and AE. RGB value is (122,122,174). Sum of RGB (Red+Green+Blue) = 122+122+174=418 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.19% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 174 - color contains mainly: blue. Hex color #7A7AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7AAE is #858551. Grayscale: #7F7F7F. Windows color (decimal): -8750418 or 11434618. OLE color: 11434618.
HSL color Cylindrical-coordinate representation of color #7A7AAE: hue angle of 240º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A7AAE is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 122 | 174 | - |
| CMYK | 0.30 | 0.30 | 0 | 0.32 |
| HSL | 240º | 0.24% | 0.58% | - |
| HSV(B) | 240º | 0.3% | 0.68% | - |
| XYZ | 22.63 | 21.11 | 42.93 | - |
| YUV | 127.93 | 154 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 122 | 174 | 0.30 | 0.30 | 0 | 0.32 | 240 | 0.24 | 0.58 |
| Hex | 7A | 7A | AE | 1E | 1E | 0 | 20 | F0 | 18 | 3A |
| Octal | 172 | 172 | 256 | 36 | 36 | 0 | 40 | 360 | 30 | 72 |
| Binary | 1111010 | 1111010 | 10101110 | 11110 | 11110 | 0 | 100000 | 11110000 | 11000 | 111010 |
Color Harmonies of #7A7AAE
Complementary color
Monochromatic Colors of #7A7AAE
Black with #7A7AAE
Text Example
Text Example
White with #7A7AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7AAE; }
p { color: rgb(122,122,174); }
H1.HeaderClassName
{
color: #7A7AAE;
}
.AnyTagClassName
{
color: #7A7AAE;
}
</style>
background-color css
<style>
a { background-color: #7A7AAE; }
a { background-color: rgb(122,122,174); }
div.DivClassName
{
background-color: #7A7AAE;
}
.BgClassName
{
background-color: #7A7AAE;
}
</style>
border-color css
<style>
span { border-color: #7A7AAE; }
span { border-color: rgb(122,122,174); }
td.TdClassName
{
border-color: #7A7AAE;
}
.TagClassName
{
border-color: #7A7AAE;
}
</style>