Shades of Echo Blue #98A8DB
Tints of Echo Blue #98A8DB
RGB
CMYK
RGB Variations
Color information
#98A8DB (or 0x98A8DB) is known color: Echo Blue. HEX triplet: 98, A8 and DB. RGB value is (152,168,219). Sum of RGB (Red+Green+Blue) = 152+168+219=539 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.20% from 539); Green value is 168 (66.02% from 255 or 31.17% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #98A8DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A8DB is #675724. Grayscale: #A8A8A8. Windows color (decimal): -6772517 or 14395544. OLE color: 14395544.
HSL color Cylindrical-coordinate representation of color #98A8DB: hue angle of 225.67º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98A8DB is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 168 | 219 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.14 |
| HSL | 225.67º | 0.48% | 0.73% | - |
| HSV(B) | 225.67º | 0.31% | 0.86% | - |
| XYZ | 39.74 | 39.8 | 72.6 | - |
| YUV | 169.03 | 156.2 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 168 | 219 | 0.31 | 0.23 | 0 | 0.14 | 225.67 | 0.48 | 0.73 |
| Hex | 98 | A8 | DB | 1F | 17 | 0 | E | E2 | 30 | 49 |
| Octal | 230 | 250 | 333 | 37 | 27 | 0 | 16 | 342 | 60 | 111 |
| Binary | 10011000 | 10101000 | 11011011 | 11111 | 10111 | 0 | 1110 | 11100010 | 110000 | 1001001 |
Color Harmonies of #98A8DB
Complementary color
Monochromatic Colors of #98A8DB
Black with #98A8DB
Text Example
Text Example
White with #98A8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A8DB; }
p { color: rgb(152,168,219); }
H1.HeaderClassName
{
color: #98A8DB;
}
.AnyTagClassName
{
color: #98A8DB;
}
</style>
background-color css
<style>
a { background-color: #98A8DB; }
a { background-color: rgb(152,168,219); }
div.DivClassName
{
background-color: #98A8DB;
}
.BgClassName
{
background-color: #98A8DB;
}
</style>
border-color css
<style>
span { border-color: #98A8DB; }
span { border-color: rgb(152,168,219); }
td.TdClassName
{
border-color: #98A8DB;
}
.TagClassName
{
border-color: #98A8DB;
}
</style>