Shades of Echo Blue #9CA7DB
Tints of Echo Blue #9CA7DB
RGB
CMYK
RGB Variations
Color information
#9CA7DB (or 0x9CA7DB) is known color: Echo Blue. HEX triplet: 9C, A7 and DB. RGB value is (156,167,219). Sum of RGB (Red+Green+Blue) = 156+167+219=542 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.78% from 542); Green value is 167 (65.62% from 255 or 30.81% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #9CA7DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA7DB is #635824. Grayscale: #A9A9A9. Windows color (decimal): -6510629 or 14395292. OLE color: 14395292.
HSL color Cylindrical-coordinate representation of color #9CA7DB: hue angle of 229.52º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CA7DB is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 167 | 219 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.14 |
| HSL | 229.52º | 0.47% | 0.74% | - |
| HSV(B) | 229.52º | 0.29% | 0.86% | - |
| XYZ | 40.32 | 39.82 | 72.58 | - |
| YUV | 169.64 | 155.86 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 167 | 219 | 0.29 | 0.24 | 0 | 0.14 | 229.52 | 0.47 | 0.74 |
| Hex | 9C | A7 | DB | 1D | 18 | 0 | E | E6 | 2F | 4A |
| Octal | 234 | 247 | 333 | 35 | 30 | 0 | 16 | 346 | 57 | 112 |
| Binary | 10011100 | 10100111 | 11011011 | 11101 | 11000 | 0 | 1110 | 11100110 | 101111 | 1001010 |
Color Harmonies of #9CA7DB
Complementary color
Monochromatic Colors of #9CA7DB
Black with #9CA7DB
Text Example
Text Example
White with #9CA7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA7DB; }
p { color: rgb(156,167,219); }
H1.HeaderClassName
{
color: #9CA7DB;
}
.AnyTagClassName
{
color: #9CA7DB;
}
</style>
background-color css
<style>
a { background-color: #9CA7DB; }
a { background-color: rgb(156,167,219); }
div.DivClassName
{
background-color: #9CA7DB;
}
.BgClassName
{
background-color: #9CA7DB;
}
</style>
border-color css
<style>
span { border-color: #9CA7DB; }
span { border-color: rgb(156,167,219); }
td.TdClassName
{
border-color: #9CA7DB;
}
.TagClassName
{
border-color: #9CA7DB;
}
</style>