Shades of Echo Blue #98A7CA
Tints of Echo Blue #98A7CA
RGB
CMYK
RGB Variations
Color information
#98A7CA (or 0x98A7CA) is known color: Echo Blue. HEX triplet: 98, A7 and CA. RGB value is (152,167,202). Sum of RGB (Red+Green+Blue) = 152+167+202=521 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.17% from 521); Green value is 167 (65.62% from 255 or 32.05% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 202 - color contains mainly: blue. Hex color #98A7CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A7CA is #675835. Grayscale: #A6A6A6. Windows color (decimal): -6772790 or 13281176. OLE color: 13281176.
HSL color Cylindrical-coordinate representation of color #98A7CA: hue angle of 222º 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 #98A7CA is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 167 | 202 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.21 |
| HSL | 222º | 0.32% | 0.69% | - |
| HSV(B) | 222º | 0.25% | 0.79% | - |
| XYZ | 37.43 | 38.58 | 61.35 | - |
| YUV | 166.51 | 148.03 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 167 | 202 | 0.25 | 0.17 | 0 | 0.21 | 222 | 0.32 | 0.69 |
| Hex | 98 | A7 | CA | 19 | 11 | 0 | 15 | DE | 20 | 45 |
| Octal | 230 | 247 | 312 | 31 | 21 | 0 | 25 | 336 | 40 | 105 |
| Binary | 10011000 | 10100111 | 11001010 | 11001 | 10001 | 0 | 10101 | 11011110 | 100000 | 1000101 |
Color Harmonies of #98A7CA
Complementary color
Monochromatic Colors of #98A7CA
Black with #98A7CA
Text Example
Text Example
White with #98A7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A7CA; }
p { color: rgb(152,167,202); }
H1.HeaderClassName
{
color: #98A7CA;
}
.AnyTagClassName
{
color: #98A7CA;
}
</style>
background-color css
<style>
a { background-color: #98A7CA; }
a { background-color: rgb(152,167,202); }
div.DivClassName
{
background-color: #98A7CA;
}
.BgClassName
{
background-color: #98A7CA;
}
</style>
border-color css
<style>
span { border-color: #98A7CA; }
span { border-color: rgb(152,167,202); }
td.TdClassName
{
border-color: #98A7CA;
}
.TagClassName
{
border-color: #98A7CA;
}
</style>