Shades of Chetwode Blue #7A7BA9
Tints of Chetwode Blue #7A7BA9
RGB
CMYK
RGB Variations
Color information
#7A7BA9 (or 0x7A7BA9) is known color: Chetwode Blue. HEX triplet: 7A, 7B and A9. RGB value is (122,123,169). Sum of RGB (Red+Green+Blue) = 122+123+169=414 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.47% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 169 (66.41% from 255 or 40.82% from 414); Max value from RGB is 169 - color contains mainly: blue. Hex color #7A7BA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7BA9 is #858456. Grayscale: #7F7F7F. Windows color (decimal): -8750167 or 11107194. OLE color: 11107194.
HSL color Cylindrical-coordinate representation of color #7A7BA9: hue angle of 238.72º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7A7BA9 is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 122 | 123 | 169 | - |
| CMYK | 0.28 | 0.27 | 0 | 0.34 |
| HSL | 238.72º | 0.21% | 0.57% | - |
| HSV(B) | 238.72º | 0.28% | 0.66% | - |
| XYZ | 22.27 | 21.17 | 40.45 | - |
| YUV | 127.95 | 151.17 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 123 | 169 | 0.28 | 0.27 | 0 | 0.34 | 238.72 | 0.21 | 0.57 |
| Hex | 7A | 7B | A9 | 1C | 1B | 0 | 22 | EF | 15 | 39 |
| Octal | 172 | 173 | 251 | 34 | 33 | 0 | 42 | 357 | 25 | 71 |
| Binary | 1111010 | 1111011 | 10101001 | 11100 | 11011 | 0 | 100010 | 11101111 | 10101 | 111001 |
Color Harmonies of #7A7BA9
Complementary color
Monochromatic Colors of #7A7BA9
Black with #7A7BA9
Text Example
Text Example
White with #7A7BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7BA9; }
p { color: rgb(122,123,169); }
H1.HeaderClassName
{
color: #7A7BA9;
}
.AnyTagClassName
{
color: #7A7BA9;
}
</style>
background-color css
<style>
a { background-color: #7A7BA9; }
a { background-color: rgb(122,123,169); }
div.DivClassName
{
background-color: #7A7BA9;
}
.BgClassName
{
background-color: #7A7BA9;
}
</style>
border-color css
<style>
span { border-color: #7A7BA9; }
span { border-color: rgb(122,123,169); }
td.TdClassName
{
border-color: #7A7BA9;
}
.TagClassName
{
border-color: #7A7BA9;
}
</style>