Shades of Echo Blue #9BA7CA
Tints of Echo Blue #9BA7CA
RGB
CMYK
RGB Variations
Color information
#9BA7CA (or 0x9BA7CA) is known color: Echo Blue. HEX triplet: 9B, A7 and CA. RGB value is (155,167,202). Sum of RGB (Red+Green+Blue) = 155+167+202=524 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.58% from 524); Green value is 167 (65.62% from 255 or 31.87% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 202 - color contains mainly: blue. Hex color #9BA7CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA7CA is #645835. Grayscale: #A7A7A7. Windows color (decimal): -6576182 or 13281179. OLE color: 13281179.
HSL color Cylindrical-coordinate representation of color #9BA7CA: hue angle of 224.68º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BA7CA is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 167 | 202 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.21 |
| HSL | 224.68º | 0.31% | 0.7% | - |
| HSV(B) | 224.68º | 0.23% | 0.79% | - |
| XYZ | 38 | 38.87 | 61.38 | - |
| YUV | 167.4 | 147.52 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 167 | 202 | 0.23 | 0.17 | 0 | 0.21 | 224.68 | 0.31 | 0.7 |
| Hex | 9B | A7 | CA | 17 | 11 | 0 | 15 | E1 | 1F | 46 |
| Octal | 233 | 247 | 312 | 27 | 21 | 0 | 25 | 341 | 37 | 106 |
| Binary | 10011011 | 10100111 | 11001010 | 10111 | 10001 | 0 | 10101 | 11100001 | 11111 | 1000110 |
Color Harmonies of #9BA7CA
Complementary color
Monochromatic Colors of #9BA7CA
Black with #9BA7CA
Text Example
Text Example
White with #9BA7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA7CA; }
p { color: rgb(155,167,202); }
H1.HeaderClassName
{
color: #9BA7CA;
}
.AnyTagClassName
{
color: #9BA7CA;
}
</style>
background-color css
<style>
a { background-color: #9BA7CA; }
a { background-color: rgb(155,167,202); }
div.DivClassName
{
background-color: #9BA7CA;
}
.BgClassName
{
background-color: #9BA7CA;
}
</style>
border-color css
<style>
span { border-color: #9BA7CA; }
span { border-color: rgb(155,167,202); }
td.TdClassName
{
border-color: #9BA7CA;
}
.TagClassName
{
border-color: #9BA7CA;
}
</style>