Shades of Echo Blue #A7ABCC
Tints of Echo Blue #A7ABCC
RGB
CMYK
RGB Variations
Color information
#A7ABCC (or 0xA7ABCC) is known color: Echo Blue. HEX triplet: A7, AB and CC. RGB value is (167,171,204). Sum of RGB (Red+Green+Blue) = 167+171+204=542 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.81% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 204 - color contains mainly: blue. Hex color #A7ABCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7ABCC is #585433. Grayscale: #ADADAD. Windows color (decimal): -5788724 or 13413287. OLE color: 13413287.
HSL color Cylindrical-coordinate representation of color #A7ABCC: hue angle of 233.51º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A7ABCC is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 167 | 171 | 204 | - |
| CMYK | 0.18 | 0.16 | 0 | 0.2 |
| HSL | 233.51º | 0.27% | 0.73% | - |
| HSV(B) | 233.51º | 0.18% | 0.8% | - |
| XYZ | 41.4 | 41.7 | 62.99 | - |
| YUV | 173.57 | 145.17 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 171 | 204 | 0.18 | 0.16 | 0 | 0.2 | 233.51 | 0.27 | 0.73 |
| Hex | A7 | AB | CC | 12 | 10 | 0 | 14 | EA | 1B | 49 |
| Octal | 247 | 253 | 314 | 22 | 20 | 0 | 24 | 352 | 33 | 111 |
| Binary | 10100111 | 10101011 | 11001100 | 10010 | 10000 | 0 | 10100 | 11101010 | 11011 | 1001001 |
Color Harmonies of #A7ABCC
Complementary color
Monochromatic Colors of #A7ABCC
Black with #A7ABCC
Text Example
Text Example
White with #A7ABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7ABCC; }
p { color: rgb(167,171,204); }
H1.HeaderClassName
{
color: #A7ABCC;
}
.AnyTagClassName
{
color: #A7ABCC;
}
</style>
background-color css
<style>
a { background-color: #A7ABCC; }
a { background-color: rgb(167,171,204); }
div.DivClassName
{
background-color: #A7ABCC;
}
.BgClassName
{
background-color: #A7ABCC;
}
</style>
border-color css
<style>
span { border-color: #A7ABCC; }
span { border-color: rgb(167,171,204); }
td.TdClassName
{
border-color: #A7ABCC;
}
.TagClassName
{
border-color: #A7ABCC;
}
</style>