Shades of Echo Blue #95A4CE
Tints of Echo Blue #95A4CE
RGB
CMYK
RGB Variations
Color information
#95A4CE (or 0x95A4CE) is known color: Echo Blue. HEX triplet: 95, A4 and CE. RGB value is (149,164,206). Sum of RGB (Red+Green+Blue) = 149+164+206=519 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.71% from 519); Green value is 164 (64.45% from 255 or 31.60% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #95A4CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A4CE is #6A5B31. Grayscale: #A4A4A4. Windows color (decimal): -6970162 or 13542549. OLE color: 13542549.
HSL color Cylindrical-coordinate representation of color #95A4CE: hue angle of 224.21º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95A4CE is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 164 | 206 | - |
| CMYK | 0.28 | 0.20 | 0 | 0.19 |
| HSL | 224.21º | 0.37% | 0.7% | - |
| HSV(B) | 224.21º | 0.28% | 0.81% | - |
| XYZ | 36.81 | 37.4 | 63.67 | - |
| YUV | 164.3 | 151.53 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 164 | 206 | 0.28 | 0.20 | 0 | 0.19 | 224.21 | 0.37 | 0.7 |
| Hex | 95 | A4 | CE | 1C | 14 | 0 | 13 | E0 | 25 | 46 |
| Octal | 225 | 244 | 316 | 34 | 24 | 0 | 23 | 340 | 45 | 106 |
| Binary | 10010101 | 10100100 | 11001110 | 11100 | 10100 | 0 | 10011 | 11100000 | 100101 | 1000110 |
Color Harmonies of #95A4CE
Complementary color
Monochromatic Colors of #95A4CE
Black with #95A4CE
Text Example
Text Example
White with #95A4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A4CE; }
p { color: rgb(149,164,206); }
H1.HeaderClassName
{
color: #95A4CE;
}
.AnyTagClassName
{
color: #95A4CE;
}
</style>
background-color css
<style>
a { background-color: #95A4CE; }
a { background-color: rgb(149,164,206); }
div.DivClassName
{
background-color: #95A4CE;
}
.BgClassName
{
background-color: #95A4CE;
}
</style>
border-color css
<style>
span { border-color: #95A4CE; }
span { border-color: rgb(149,164,206); }
td.TdClassName
{
border-color: #95A4CE;
}
.TagClassName
{
border-color: #95A4CE;
}
</style>