Shades of Echo Blue #98A4CA
Tints of Echo Blue #98A4CA
RGB
CMYK
RGB Variations
Color information
#98A4CA (or 0x98A4CA) is known color: Echo Blue. HEX triplet: 98, A4 and CA. RGB value is (152,164,202). Sum of RGB (Red+Green+Blue) = 152+164+202=518 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.34% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #98A4CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A4CA is #675B35. Grayscale: #A4A4A4. Windows color (decimal): -6773558 or 13280408. OLE color: 13280408.
HSL color Cylindrical-coordinate representation of color #98A4CA: hue angle of 225.6º 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 #98A4CA is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 164 | 202 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.21 |
| HSL | 225.6º | 0.32% | 0.69% | - |
| HSV(B) | 225.6º | 0.25% | 0.79% | - |
| XYZ | 36.89 | 37.49 | 61.17 | - |
| YUV | 164.74 | 149.02 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 164 | 202 | 0.25 | 0.19 | 0 | 0.21 | 225.6 | 0.32 | 0.69 |
| Hex | 98 | A4 | CA | 19 | 13 | 0 | 15 | E2 | 20 | 45 |
| Octal | 230 | 244 | 312 | 31 | 23 | 0 | 25 | 342 | 40 | 105 |
| Binary | 10011000 | 10100100 | 11001010 | 11001 | 10011 | 0 | 10101 | 11100010 | 100000 | 1000101 |
Color Harmonies of #98A4CA
Complementary color
Monochromatic Colors of #98A4CA
Black with #98A4CA
Text Example
Text Example
White with #98A4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A4CA; }
p { color: rgb(152,164,202); }
H1.HeaderClassName
{
color: #98A4CA;
}
.AnyTagClassName
{
color: #98A4CA;
}
</style>
background-color css
<style>
a { background-color: #98A4CA; }
a { background-color: rgb(152,164,202); }
div.DivClassName
{
background-color: #98A4CA;
}
.BgClassName
{
background-color: #98A4CA;
}
</style>
border-color css
<style>
span { border-color: #98A4CA; }
span { border-color: rgb(152,164,202); }
td.TdClassName
{
border-color: #98A4CA;
}
.TagClassName
{
border-color: #98A4CA;
}
</style>