Shades of Echo Blue #98A3C7
Tints of Echo Blue #98A3C7
RGB
CMYK
RGB Variations
Color information
#98A3C7 (or 0x98A3C7) is known color: Echo Blue. HEX triplet: 98, A3 and C7. RGB value is (152,163,199). Sum of RGB (Red+Green+Blue) = 152+163+199=514 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.57% from 514); Green value is 163 (64.06% from 255 or 31.71% from 514); Blue value is 199 (78.12% from 255 or 38.72% from 514); Max value from RGB is 199 - color contains mainly: blue. Hex color #98A3C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A3C7 is #675C38. Grayscale: #A3A3A3. Windows color (decimal): -6773817 or 13083544. OLE color: 13083544.
HSL color Cylindrical-coordinate representation of color #98A3C7: hue angle of 225.96º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #98A3C7 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 152 | 163 | 199 | - |
| CMYK | 0.24 | 0.18 | 0 | 0.22 |
| HSL | 225.96º | 0.3% | 0.69% | - |
| HSV(B) | 225.96º | 0.24% | 0.78% | - |
| XYZ | 36.35 | 36.99 | 59.26 | - |
| YUV | 163.82 | 147.86 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 163 | 199 | 0.24 | 0.18 | 0 | 0.22 | 225.96 | 0.3 | 0.69 |
| Hex | 98 | A3 | C7 | 18 | 12 | 0 | 16 | E2 | 1E | 45 |
| Octal | 230 | 243 | 307 | 30 | 22 | 0 | 26 | 342 | 36 | 105 |
| Binary | 10011000 | 10100011 | 11000111 | 11000 | 10010 | 0 | 10110 | 11100010 | 11110 | 1000101 |
Color Harmonies of #98A3C7
Complementary color
Monochromatic Colors of #98A3C7
Black with #98A3C7
Text Example
Text Example
White with #98A3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A3C7; }
p { color: rgb(152,163,199); }
H1.HeaderClassName
{
color: #98A3C7;
}
.AnyTagClassName
{
color: #98A3C7;
}
</style>
background-color css
<style>
a { background-color: #98A3C7; }
a { background-color: rgb(152,163,199); }
div.DivClassName
{
background-color: #98A3C7;
}
.BgClassName
{
background-color: #98A3C7;
}
</style>
border-color css
<style>
span { border-color: #98A3C7; }
span { border-color: rgb(152,163,199); }
td.TdClassName
{
border-color: #98A3C7;
}
.TagClassName
{
border-color: #98A3C7;
}
</style>