Shades of Echo Blue #A7B0CA
Tints of Echo Blue #A7B0CA
RGB
CMYK
RGB Variations
Color information
#A7B0CA (or 0xA7B0CA) is known color: Echo Blue. HEX triplet: A7, B0 and CA. RGB value is (167,176,202). Sum of RGB (Red+Green+Blue) = 167+176+202=545 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.64% from 545); Green value is 176 (69.14% from 255 or 32.29% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 202 - color contains mainly: blue. Hex color #A7B0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7B0CA is #584F35. Grayscale: #B0B0B0. Windows color (decimal): -5787446 or 13283495. OLE color: 13283495.
HSL color Cylindrical-coordinate representation of color #A7B0CA: hue angle of 224.57º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A7B0CA is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 167 | 176 | 202 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.21 |
| HSL | 224.57º | 0.25% | 0.72% | - |
| HSV(B) | 224.57º | 0.17% | 0.79% | - |
| XYZ | 42.12 | 43.53 | 62.06 | - |
| YUV | 176.27 | 142.52 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 176 | 202 | 0.17 | 0.13 | 0 | 0.21 | 224.57 | 0.25 | 0.72 |
| Hex | A7 | B0 | CA | 11 | D | 0 | 15 | E1 | 19 | 48 |
| Octal | 247 | 260 | 312 | 21 | 15 | 0 | 25 | 341 | 31 | 110 |
| Binary | 10100111 | 10110000 | 11001010 | 10001 | 1101 | 0 | 10101 | 11100001 | 11001 | 1001000 |
Color Harmonies of #A7B0CA
Complementary color
Monochromatic Colors of #A7B0CA
Black with #A7B0CA
Text Example
Text Example
White with #A7B0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B0CA; }
p { color: rgb(167,176,202); }
H1.HeaderClassName
{
color: #A7B0CA;
}
.AnyTagClassName
{
color: #A7B0CA;
}
</style>
background-color css
<style>
a { background-color: #A7B0CA; }
a { background-color: rgb(167,176,202); }
div.DivClassName
{
background-color: #A7B0CA;
}
.BgClassName
{
background-color: #A7B0CA;
}
</style>
border-color css
<style>
span { border-color: #A7B0CA; }
span { border-color: rgb(167,176,202); }
td.TdClassName
{
border-color: #A7B0CA;
}
.TagClassName
{
border-color: #A7B0CA;
}
</style>