Shades of Echo Blue #98A3CA
Tints of Echo Blue #98A3CA
RGB
CMYK
RGB Variations
Color information
#98A3CA (or 0x98A3CA) is known color: Echo Blue. HEX triplet: 98, A3 and CA. RGB value is (152,163,202). Sum of RGB (Red+Green+Blue) = 152+163+202=517 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.40% from 517); Green value is 163 (64.06% from 255 or 31.53% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 202 - color contains mainly: blue. Hex color #98A3CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A3CA is #675C35. Grayscale: #A3A3A3. Windows color (decimal): -6773814 or 13280152. OLE color: 13280152.
HSL color Cylindrical-coordinate representation of color #98A3CA: hue angle of 226.8º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98A3CA is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 163 | 202 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.21 |
| HSL | 226.8º | 0.32% | 0.69% | - |
| HSV(B) | 226.8º | 0.25% | 0.79% | - |
| XYZ | 36.71 | 37.13 | 61.11 | - |
| YUV | 164.16 | 149.36 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 163 | 202 | 0.25 | 0.19 | 0 | 0.21 | 226.8 | 0.32 | 0.69 |
| Hex | 98 | A3 | CA | 19 | 13 | 0 | 15 | E3 | 20 | 45 |
| Octal | 230 | 243 | 312 | 31 | 23 | 0 | 25 | 343 | 40 | 105 |
| Binary | 10011000 | 10100011 | 11001010 | 11001 | 10011 | 0 | 10101 | 11100011 | 100000 | 1000101 |
Color Harmonies of #98A3CA
Complementary color
Monochromatic Colors of #98A3CA
Black with #98A3CA
Text Example
Text Example
White with #98A3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A3CA; }
p { color: rgb(152,163,202); }
H1.HeaderClassName
{
color: #98A3CA;
}
.AnyTagClassName
{
color: #98A3CA;
}
</style>
background-color css
<style>
a { background-color: #98A3CA; }
a { background-color: rgb(152,163,202); }
div.DivClassName
{
background-color: #98A3CA;
}
.BgClassName
{
background-color: #98A3CA;
}
</style>
border-color css
<style>
span { border-color: #98A3CA; }
span { border-color: rgb(152,163,202); }
td.TdClassName
{
border-color: #98A3CA;
}
.TagClassName
{
border-color: #98A3CA;
}
</style>