Shades of Echo Blue #A7B0DA
Tints of Echo Blue #A7B0DA
RGB
CMYK
RGB Variations
Color information
#A7B0DA (or 0xA7B0DA) is known color: Echo Blue. HEX triplet: A7, B0 and DA. RGB value is (167,176,218). Sum of RGB (Red+Green+Blue) = 167+176+218=561 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.77% from 561); Green value is 176 (69.14% from 255 or 31.37% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #A7B0DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7B0DA is #584F25. Grayscale: #B1B1B1. Windows color (decimal): -5787430 or 14332071. OLE color: 14332071.
HSL color Cylindrical-coordinate representation of color #A7B0DA: hue angle of 229.41º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A7B0DA is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 176 | 218 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.15 |
| HSL | 229.41º | 0.41% | 0.75% | - |
| HSV(B) | 229.41º | 0.23% | 0.85% | - |
| XYZ | 44.12 | 44.33 | 72.56 | - |
| YUV | 178.1 | 150.52 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 176 | 218 | 0.23 | 0.19 | 0 | 0.15 | 229.41 | 0.41 | 0.75 |
| Hex | A7 | B0 | DA | 17 | 13 | 0 | F | E5 | 29 | 4B |
| Octal | 247 | 260 | 332 | 27 | 23 | 0 | 17 | 345 | 51 | 113 |
| Binary | 10100111 | 10110000 | 11011010 | 10111 | 10011 | 0 | 1111 | 11100101 | 101001 | 1001011 |
Color Harmonies of #A7B0DA
Complementary color
Monochromatic Colors of #A7B0DA
Black with #A7B0DA
Text Example
Text Example
White with #A7B0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B0DA; }
p { color: rgb(167,176,218); }
H1.HeaderClassName
{
color: #A7B0DA;
}
.AnyTagClassName
{
color: #A7B0DA;
}
</style>
background-color css
<style>
a { background-color: #A7B0DA; }
a { background-color: rgb(167,176,218); }
div.DivClassName
{
background-color: #A7B0DA;
}
.BgClassName
{
background-color: #A7B0DA;
}
</style>
border-color css
<style>
span { border-color: #A7B0DA; }
span { border-color: rgb(167,176,218); }
td.TdClassName
{
border-color: #A7B0DA;
}
.TagClassName
{
border-color: #A7B0DA;
}
</style>