Shades of Echo Blue #9BA7DB
Tints of Echo Blue #9BA7DB
RGB
CMYK
RGB Variations
Color information
#9BA7DB (or 0x9BA7DB) is known color: Echo Blue. HEX triplet: 9B, A7 and DB. RGB value is (155,167,219). Sum of RGB (Red+Green+Blue) = 155+167+219=541 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.65% from 541); Green value is 167 (65.62% from 255 or 30.87% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #9BA7DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA7DB is #645824. Grayscale: #A9A9A9. Windows color (decimal): -6576165 or 14395291. OLE color: 14395291.
HSL color Cylindrical-coordinate representation of color #9BA7DB: hue angle of 228.75º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BA7DB is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 167 | 219 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.14 |
| HSL | 228.75º | 0.47% | 0.73% | - |
| HSV(B) | 228.75º | 0.29% | 0.86% | - |
| XYZ | 40.12 | 39.72 | 72.57 | - |
| YUV | 169.34 | 156.02 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 167 | 219 | 0.29 | 0.24 | 0 | 0.14 | 228.75 | 0.47 | 0.73 |
| Hex | 9B | A7 | DB | 1D | 18 | 0 | E | E5 | 2F | 49 |
| Octal | 233 | 247 | 333 | 35 | 30 | 0 | 16 | 345 | 57 | 111 |
| Binary | 10011011 | 10100111 | 11011011 | 11101 | 11000 | 0 | 1110 | 11100101 | 101111 | 1001001 |
Color Harmonies of #9BA7DB
Complementary color
Monochromatic Colors of #9BA7DB
Black with #9BA7DB
Text Example
Text Example
White with #9BA7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA7DB; }
p { color: rgb(155,167,219); }
H1.HeaderClassName
{
color: #9BA7DB;
}
.AnyTagClassName
{
color: #9BA7DB;
}
</style>
background-color css
<style>
a { background-color: #9BA7DB; }
a { background-color: rgb(155,167,219); }
div.DivClassName
{
background-color: #9BA7DB;
}
.BgClassName
{
background-color: #9BA7DB;
}
</style>
border-color css
<style>
span { border-color: #9BA7DB; }
span { border-color: rgb(155,167,219); }
td.TdClassName
{
border-color: #9BA7DB;
}
.TagClassName
{
border-color: #9BA7DB;
}
</style>