Shades of Echo Blue #9BA7CB
Tints of Echo Blue #9BA7CB
RGB
CMYK
RGB Variations
Color information
#9BA7CB (or 0x9BA7CB) is known color: Echo Blue. HEX triplet: 9B, A7 and CB. RGB value is (155,167,203). Sum of RGB (Red+Green+Blue) = 155+167+203=525 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.52% from 525); Green value is 167 (65.62% from 255 or 31.81% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #9BA7CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA7CB is #645834. Grayscale: #A7A7A7. Windows color (decimal): -6576181 or 13346715. OLE color: 13346715.
HSL color Cylindrical-coordinate representation of color #9BA7CB: hue angle of 225º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BA7CB is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 167 | 203 | - |
| CMYK | 0.24 | 0.18 | 0 | 0.20 |
| HSL | 225º | 0.32% | 0.7% | - |
| HSV(B) | 225º | 0.24% | 0.8% | - |
| XYZ | 38.12 | 38.92 | 62 | - |
| YUV | 167.52 | 148.02 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 167 | 203 | 0.24 | 0.18 | 0 | 0.20 | 225 | 0.32 | 0.7 |
| Hex | 9B | A7 | CB | 18 | 12 | 0 | 14 | E1 | 20 | 46 |
| Octal | 233 | 247 | 313 | 30 | 22 | 0 | 24 | 341 | 40 | 106 |
| Binary | 10011011 | 10100111 | 11001011 | 11000 | 10010 | 0 | 10100 | 11100001 | 100000 | 1000110 |
Color Harmonies of #9BA7CB
Complementary color
Monochromatic Colors of #9BA7CB
Black with #9BA7CB
Text Example
Text Example
White with #9BA7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA7CB; }
p { color: rgb(155,167,203); }
H1.HeaderClassName
{
color: #9BA7CB;
}
.AnyTagClassName
{
color: #9BA7CB;
}
</style>
background-color css
<style>
a { background-color: #9BA7CB; }
a { background-color: rgb(155,167,203); }
div.DivClassName
{
background-color: #9BA7CB;
}
.BgClassName
{
background-color: #9BA7CB;
}
</style>
border-color css
<style>
span { border-color: #9BA7CB; }
span { border-color: rgb(155,167,203); }
td.TdClassName
{
border-color: #9BA7CB;
}
.TagClassName
{
border-color: #9BA7CB;
}
</style>