Shades of Echo Blue #96A5CF
Tints of Echo Blue #96A5CF
RGB
CMYK
RGB Variations
Color information
#96A5CF (or 0x96A5CF) is known color: Echo Blue. HEX triplet: 96, A5 and CF. RGB value is (150,165,207). Sum of RGB (Red+Green+Blue) = 150+165+207=522 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.74% from 522); Green value is 165 (64.84% from 255 or 31.61% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 207 - color contains mainly: blue. Hex color #96A5CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A5CF is #695A30. Grayscale: #A5A5A5. Windows color (decimal): -6904369 or 13608342. OLE color: 13608342.
HSL color Cylindrical-coordinate representation of color #96A5CF: hue angle of 224.21º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96A5CF is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 165 | 207 | - |
| CMYK | 0.28 | 0.20 | 0 | 0.19 |
| HSL | 224.21º | 0.37% | 0.7% | - |
| HSV(B) | 224.21º | 0.28% | 0.81% | - |
| XYZ | 37.3 | 37.9 | 64.38 | - |
| YUV | 165.3 | 151.53 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 165 | 207 | 0.28 | 0.20 | 0 | 0.19 | 224.21 | 0.37 | 0.7 |
| Hex | 96 | A5 | CF | 1C | 14 | 0 | 13 | E0 | 25 | 46 |
| Octal | 226 | 245 | 317 | 34 | 24 | 0 | 23 | 340 | 45 | 106 |
| Binary | 10010110 | 10100101 | 11001111 | 11100 | 10100 | 0 | 10011 | 11100000 | 100101 | 1000110 |
Color Harmonies of #96A5CF
Complementary color
Monochromatic Colors of #96A5CF
Black with #96A5CF
Text Example
Text Example
White with #96A5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A5CF; }
p { color: rgb(150,165,207); }
H1.HeaderClassName
{
color: #96A5CF;
}
.AnyTagClassName
{
color: #96A5CF;
}
</style>
background-color css
<style>
a { background-color: #96A5CF; }
a { background-color: rgb(150,165,207); }
div.DivClassName
{
background-color: #96A5CF;
}
.BgClassName
{
background-color: #96A5CF;
}
</style>
border-color css
<style>
span { border-color: #96A5CF; }
span { border-color: rgb(150,165,207); }
td.TdClassName
{
border-color: #96A5CF;
}
.TagClassName
{
border-color: #96A5CF;
}
</style>