Shades of Echo Blue #9BA7DF
Tints of Echo Blue #9BA7DF
RGB
CMYK
RGB Variations
Color information
#9BA7DF (or 0x9BA7DF) is known color: Echo Blue. HEX triplet: 9B, A7 and DF. RGB value is (155,167,223). Sum of RGB (Red+Green+Blue) = 155+167+223=545 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.44% from 545); Green value is 167 (65.62% from 255 or 30.64% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #9BA7DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA7DF is #645820. Grayscale: #A9A9A9. Windows color (decimal): -6576161 or 14657435. OLE color: 14657435.
HSL color Cylindrical-coordinate representation of color #9BA7DF: hue angle of 229.41º degrees, saturation: 0.52, 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 #9BA7DF is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 167 | 223 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.13 |
| HSL | 229.41º | 0.52% | 0.74% | - |
| HSV(B) | 229.41º | 0.3% | 0.87% | - |
| XYZ | 40.66 | 39.93 | 75.38 | - |
| YUV | 169.8 | 158.02 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 167 | 223 | 0.30 | 0.25 | 0 | 0.13 | 229.41 | 0.52 | 0.74 |
| Hex | 9B | A7 | DF | 1E | 19 | 0 | D | E5 | 34 | 4A |
| Octal | 233 | 247 | 337 | 36 | 31 | 0 | 15 | 345 | 64 | 112 |
| Binary | 10011011 | 10100111 | 11011111 | 11110 | 11001 | 0 | 1101 | 11100101 | 110100 | 1001010 |
Color Harmonies of #9BA7DF
Complementary color
Monochromatic Colors of #9BA7DF
Black with #9BA7DF
Text Example
Text Example
White with #9BA7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA7DF; }
p { color: rgb(155,167,223); }
H1.HeaderClassName
{
color: #9BA7DF;
}
.AnyTagClassName
{
color: #9BA7DF;
}
</style>
background-color css
<style>
a { background-color: #9BA7DF; }
a { background-color: rgb(155,167,223); }
div.DivClassName
{
background-color: #9BA7DF;
}
.BgClassName
{
background-color: #9BA7DF;
}
</style>
border-color css
<style>
span { border-color: #9BA7DF; }
span { border-color: rgb(155,167,223); }
td.TdClassName
{
border-color: #9BA7DF;
}
.TagClassName
{
border-color: #9BA7DF;
}
</style>