Shades of Echo Blue #A7B1D4
Tints of Echo Blue #A7B1D4
RGB
CMYK
RGB Variations
Color information
#A7B1D4 (or 0xA7B1D4) is known color: Echo Blue. HEX triplet: A7, B1 and D4. RGB value is (167,177,212). Sum of RGB (Red+Green+Blue) = 167+177+212=556 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.04% from 556); Green value is 177 (69.53% from 255 or 31.83% from 556); Blue value is 212 (83.20% from 255 or 38.13% from 556); Max value from RGB is 212 - color contains mainly: blue. Hex color #A7B1D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7B1D4 is #584E2B. Grayscale: #B1B1B1. Windows color (decimal): -5787180 or 13939111. OLE color: 13939111.
HSL color Cylindrical-coordinate representation of color #A7B1D4: hue angle of 226.67º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A7B1D4 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 167 | 177 | 212 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.17 |
| HSL | 226.67º | 0.34% | 0.74% | - |
| HSV(B) | 226.67º | 0.21% | 0.83% | - |
| XYZ | 43.54 | 44.41 | 68.57 | - |
| YUV | 178 | 147.19 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 177 | 212 | 0.21 | 0.17 | 0 | 0.17 | 226.67 | 0.34 | 0.74 |
| Hex | A7 | B1 | D4 | 15 | 11 | 0 | 11 | E3 | 22 | 4A |
| Octal | 247 | 261 | 324 | 25 | 21 | 0 | 21 | 343 | 42 | 112 |
| Binary | 10100111 | 10110001 | 11010100 | 10101 | 10001 | 0 | 10001 | 11100011 | 100010 | 1001010 |
Color Harmonies of #A7B1D4
Complementary color
Monochromatic Colors of #A7B1D4
Black with #A7B1D4
Text Example
Text Example
White with #A7B1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B1D4; }
p { color: rgb(167,177,212); }
H1.HeaderClassName
{
color: #A7B1D4;
}
.AnyTagClassName
{
color: #A7B1D4;
}
</style>
background-color css
<style>
a { background-color: #A7B1D4; }
a { background-color: rgb(167,177,212); }
div.DivClassName
{
background-color: #A7B1D4;
}
.BgClassName
{
background-color: #A7B1D4;
}
</style>
border-color css
<style>
span { border-color: #A7B1D4; }
span { border-color: rgb(167,177,212); }
td.TdClassName
{
border-color: #A7B1D4;
}
.TagClassName
{
border-color: #A7B1D4;
}
</style>