Shades of Echo Blue #98A7DA
Tints of Echo Blue #98A7DA
RGB
CMYK
RGB Variations
Color information
#98A7DA (or 0x98A7DA) is known color: Echo Blue. HEX triplet: 98, A7 and DA. RGB value is (152,167,218). Sum of RGB (Red+Green+Blue) = 152+167+218=537 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.31% from 537); Green value is 167 (65.62% from 255 or 31.10% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #98A7DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A7DA is #675825. Grayscale: #A8A8A8. Windows color (decimal): -6772774 or 14329752. OLE color: 14329752.
HSL color Cylindrical-coordinate representation of color #98A7DA: hue angle of 226.36º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98A7DA is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 167 | 218 | - |
| CMYK | 0.30 | 0.23 | 0 | 0.15 |
| HSL | 226.36º | 0.47% | 0.73% | - |
| HSV(B) | 226.36º | 0.3% | 0.85% | - |
| XYZ | 39.42 | 39.37 | 71.85 | - |
| YUV | 168.33 | 156.03 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 167 | 218 | 0.30 | 0.23 | 0 | 0.15 | 226.36 | 0.47 | 0.73 |
| Hex | 98 | A7 | DA | 1E | 17 | 0 | F | E2 | 2F | 49 |
| Octal | 230 | 247 | 332 | 36 | 27 | 0 | 17 | 342 | 57 | 111 |
| Binary | 10011000 | 10100111 | 11011010 | 11110 | 10111 | 0 | 1111 | 11100010 | 101111 | 1001001 |
Color Harmonies of #98A7DA
Complementary color
Monochromatic Colors of #98A7DA
Black with #98A7DA
Text Example
Text Example
White with #98A7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A7DA; }
p { color: rgb(152,167,218); }
H1.HeaderClassName
{
color: #98A7DA;
}
.AnyTagClassName
{
color: #98A7DA;
}
</style>
background-color css
<style>
a { background-color: #98A7DA; }
a { background-color: rgb(152,167,218); }
div.DivClassName
{
background-color: #98A7DA;
}
.BgClassName
{
background-color: #98A7DA;
}
</style>
border-color css
<style>
span { border-color: #98A7DA; }
span { border-color: rgb(152,167,218); }
td.TdClassName
{
border-color: #98A7DA;
}
.TagClassName
{
border-color: #98A7DA;
}
</style>