Shades of Echo Blue #9BA7DE
Tints of Echo Blue #9BA7DE
RGB
CMYK
RGB Variations
Color information
#9BA7DE (or 0x9BA7DE) is known color: Echo Blue. HEX triplet: 9B, A7 and DE. RGB value is (155,167,222). Sum of RGB (Red+Green+Blue) = 155+167+222=544 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.49% from 544); Green value is 167 (65.62% from 255 or 30.70% from 544); Blue value is 222 (87.11% from 255 or 40.81% from 544); Max value from RGB is 222 - color contains mainly: blue. Hex color #9BA7DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA7DE is #645821. Grayscale: #A9A9A9. Windows color (decimal): -6576162 or 14591899. OLE color: 14591899.
HSL color Cylindrical-coordinate representation of color #9BA7DE: hue angle of 229.25º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BA7DE is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 167 | 222 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.13 |
| HSL | 229.25º | 0.5% | 0.74% | - |
| HSV(B) | 229.25º | 0.3% | 0.87% | - |
| XYZ | 40.52 | 39.88 | 74.67 | - |
| YUV | 169.68 | 157.52 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 167 | 222 | 0.30 | 0.25 | 0 | 0.13 | 229.25 | 0.5 | 0.74 |
| Hex | 9B | A7 | DE | 1E | 19 | 0 | D | E5 | 32 | 4A |
| Octal | 233 | 247 | 336 | 36 | 31 | 0 | 15 | 345 | 62 | 112 |
| Binary | 10011011 | 10100111 | 11011110 | 11110 | 11001 | 0 | 1101 | 11100101 | 110010 | 1001010 |
Color Harmonies of #9BA7DE
Complementary color
Monochromatic Colors of #9BA7DE
Black with #9BA7DE
Text Example
Text Example
White with #9BA7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA7DE; }
p { color: rgb(155,167,222); }
H1.HeaderClassName
{
color: #9BA7DE;
}
.AnyTagClassName
{
color: #9BA7DE;
}
</style>
background-color css
<style>
a { background-color: #9BA7DE; }
a { background-color: rgb(155,167,222); }
div.DivClassName
{
background-color: #9BA7DE;
}
.BgClassName
{
background-color: #9BA7DE;
}
</style>
border-color css
<style>
span { border-color: #9BA7DE; }
span { border-color: rgb(155,167,222); }
td.TdClassName
{
border-color: #9BA7DE;
}
.TagClassName
{
border-color: #9BA7DE;
}
</style>