Shades of Echo Blue #9BA7DA
Tints of Echo Blue #9BA7DA
RGB
CMYK
RGB Variations
Color information
#9BA7DA (or 0x9BA7DA) is known color: Echo Blue. HEX triplet: 9B, A7 and DA. RGB value is (155,167,218). Sum of RGB (Red+Green+Blue) = 155+167+218=540 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.70% from 540); Green value is 167 (65.62% from 255 or 30.93% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 218 - color contains mainly: blue. Hex color #9BA7DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA7DA is #645825. Grayscale: #A9A9A9. Windows color (decimal): -6576166 or 14329755. OLE color: 14329755.
HSL color Cylindrical-coordinate representation of color #9BA7DA: hue angle of 228.57º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BA7DA is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 167 | 218 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.15 |
| HSL | 228.57º | 0.46% | 0.73% | - |
| HSV(B) | 228.57º | 0.29% | 0.85% | - |
| XYZ | 39.99 | 39.67 | 71.88 | - |
| YUV | 169.23 | 155.52 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 167 | 218 | 0.29 | 0.23 | 0 | 0.15 | 228.57 | 0.46 | 0.73 |
| Hex | 9B | A7 | DA | 1D | 17 | 0 | F | E5 | 2E | 49 |
| Octal | 233 | 247 | 332 | 35 | 27 | 0 | 17 | 345 | 56 | 111 |
| Binary | 10011011 | 10100111 | 11011010 | 11101 | 10111 | 0 | 1111 | 11100101 | 101110 | 1001001 |
Color Harmonies of #9BA7DA
Complementary color
Monochromatic Colors of #9BA7DA
Black with #9BA7DA
Text Example
Text Example
White with #9BA7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA7DA; }
p { color: rgb(155,167,218); }
H1.HeaderClassName
{
color: #9BA7DA;
}
.AnyTagClassName
{
color: #9BA7DA;
}
</style>
background-color css
<style>
a { background-color: #9BA7DA; }
a { background-color: rgb(155,167,218); }
div.DivClassName
{
background-color: #9BA7DA;
}
.BgClassName
{
background-color: #9BA7DA;
}
</style>
border-color css
<style>
span { border-color: #9BA7DA; }
span { border-color: rgb(155,167,218); }
td.TdClassName
{
border-color: #9BA7DA;
}
.TagClassName
{
border-color: #9BA7DA;
}
</style>