Shades of Echo Blue #9BA3CA
Tints of Echo Blue #9BA3CA
RGB
CMYK
RGB Variations
Color information
#9BA3CA (or 0x9BA3CA) is known color: Echo Blue. HEX triplet: 9B, A3 and CA. RGB value is (155,163,202). Sum of RGB (Red+Green+Blue) = 155+163+202=520 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.81% from 520); Green value is 163 (64.06% from 255 or 31.35% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: blue. Hex color #9BA3CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA3CA is #645C35. Grayscale: #A4A4A4. Windows color (decimal): -6577206 or 13280155. OLE color: 13280155.
HSL color Cylindrical-coordinate representation of color #9BA3CA: hue angle of 229.79º 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 #9BA3CA is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 163 | 202 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.21 |
| HSL | 229.79º | 0.31% | 0.7% | - |
| HSV(B) | 229.79º | 0.23% | 0.79% | - |
| XYZ | 37.28 | 37.43 | 61.14 | - |
| YUV | 165.05 | 148.85 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 163 | 202 | 0.23 | 0.19 | 0 | 0.21 | 229.79 | 0.31 | 0.7 |
| Hex | 9B | A3 | CA | 17 | 13 | 0 | 15 | E6 | 1F | 46 |
| Octal | 233 | 243 | 312 | 27 | 23 | 0 | 25 | 346 | 37 | 106 |
| Binary | 10011011 | 10100011 | 11001010 | 10111 | 10011 | 0 | 10101 | 11100110 | 11111 | 1000110 |
Color Harmonies of #9BA3CA
Complementary color
Monochromatic Colors of #9BA3CA
Black with #9BA3CA
Text Example
Text Example
White with #9BA3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA3CA; }
p { color: rgb(155,163,202); }
H1.HeaderClassName
{
color: #9BA3CA;
}
.AnyTagClassName
{
color: #9BA3CA;
}
</style>
background-color css
<style>
a { background-color: #9BA3CA; }
a { background-color: rgb(155,163,202); }
div.DivClassName
{
background-color: #9BA3CA;
}
.BgClassName
{
background-color: #9BA3CA;
}
</style>
border-color css
<style>
span { border-color: #9BA3CA; }
span { border-color: rgb(155,163,202); }
td.TdClassName
{
border-color: #9BA3CA;
}
.TagClassName
{
border-color: #9BA3CA;
}
</style>