Shades of Echo Blue #9FA9DB
Tints of Echo Blue #9FA9DB
RGB
CMYK
RGB Variations
Color information
#9FA9DB (or 0x9FA9DB) is known color: Echo Blue. HEX triplet: 9F, A9 and DB. RGB value is (159,169,219). Sum of RGB (Red+Green+Blue) = 159+169+219=547 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.07% from 547); Green value is 169 (66.41% from 255 or 30.90% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #9FA9DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA9DB is #605624. Grayscale: #ABABAB. Windows color (decimal): -6313509 or 14395807. OLE color: 14395807.
HSL color Cylindrical-coordinate representation of color #9FA9DB: hue angle of 230º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FA9DB is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 169 | 219 | - |
| CMYK | 0.27 | 0.23 | 0 | 0.14 |
| HSL | 230º | 0.45% | 0.74% | - |
| HSV(B) | 230º | 0.27% | 0.86% | - |
| XYZ | 41.27 | 40.86 | 72.73 | - |
| YUV | 171.71 | 154.69 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 169 | 219 | 0.27 | 0.23 | 0 | 0.14 | 230 | 0.45 | 0.74 |
| Hex | 9F | A9 | DB | 1B | 17 | 0 | E | E6 | 2D | 4A |
| Octal | 237 | 251 | 333 | 33 | 27 | 0 | 16 | 346 | 55 | 112 |
| Binary | 10011111 | 10101001 | 11011011 | 11011 | 10111 | 0 | 1110 | 11100110 | 101101 | 1001010 |
Color Harmonies of #9FA9DB
Complementary color
Monochromatic Colors of #9FA9DB
Black with #9FA9DB
Text Example
Text Example
White with #9FA9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA9DB; }
p { color: rgb(159,169,219); }
H1.HeaderClassName
{
color: #9FA9DB;
}
.AnyTagClassName
{
color: #9FA9DB;
}
</style>
background-color css
<style>
a { background-color: #9FA9DB; }
a { background-color: rgb(159,169,219); }
div.DivClassName
{
background-color: #9FA9DB;
}
.BgClassName
{
background-color: #9FA9DB;
}
</style>
border-color css
<style>
span { border-color: #9FA9DB; }
span { border-color: rgb(159,169,219); }
td.TdClassName
{
border-color: #9FA9DB;
}
.TagClassName
{
border-color: #9FA9DB;
}
</style>