Shades of Echo Blue #A4B1C7
Tints of Echo Blue #A4B1C7
RGB
CMYK
RGB Variations
Color information
#A4B1C7 (or 0xA4B1C7) is known color: Echo Blue. HEX triplet: A4, B1 and C7. RGB value is (164,177,199). Sum of RGB (Red+Green+Blue) = 164+177+199=540 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.37% from 540); Green value is 177 (69.53% from 255 or 32.78% from 540); Blue value is 199 (78.12% from 255 or 36.85% from 540); Max value from RGB is 199 - color contains mainly: blue. Hex color #A4B1C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4B1C7 is #5B4E38. Grayscale: #AFAFAF. Windows color (decimal): -5983801 or 13087140. OLE color: 13087140.
HSL color Cylindrical-coordinate representation of color #A4B1C7: hue angle of 217.71º degrees, saturation: 0.24, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A4B1C7 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 177 | 199 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.22 |
| HSL | 217.71º | 0.24% | 0.71% | - |
| HSV(B) | 217.71º | 0.18% | 0.78% | - |
| XYZ | 41.34 | 43.46 | 60.24 | - |
| YUV | 175.62 | 141.19 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 177 | 199 | 0.18 | 0.11 | 0 | 0.22 | 217.71 | 0.24 | 0.71 |
| Hex | A4 | B1 | C7 | 12 | B | 0 | 16 | DA | 18 | 47 |
| Octal | 244 | 261 | 307 | 22 | 13 | 0 | 26 | 332 | 30 | 107 |
| Binary | 10100100 | 10110001 | 11000111 | 10010 | 1011 | 0 | 10110 | 11011010 | 11000 | 1000111 |
Color Harmonies of #A4B1C7
Complementary color
Monochromatic Colors of #A4B1C7
Black with #A4B1C7
Text Example
Text Example
White with #A4B1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B1C7; }
p { color: rgb(164,177,199); }
H1.HeaderClassName
{
color: #A4B1C7;
}
.AnyTagClassName
{
color: #A4B1C7;
}
</style>
background-color css
<style>
a { background-color: #A4B1C7; }
a { background-color: rgb(164,177,199); }
div.DivClassName
{
background-color: #A4B1C7;
}
.BgClassName
{
background-color: #A4B1C7;
}
</style>
border-color css
<style>
span { border-color: #A4B1C7; }
span { border-color: rgb(164,177,199); }
td.TdClassName
{
border-color: #A4B1C7;
}
.TagClassName
{
border-color: #A4B1C7;
}
</style>