Shades of Echo Blue #98A8CA
Tints of Echo Blue #98A8CA
RGB
CMYK
RGB Variations
Color information
#98A8CA (or 0x98A8CA) is known color: Echo Blue. HEX triplet: 98, A8 and CA. RGB value is (152,168,202). Sum of RGB (Red+Green+Blue) = 152+168+202=522 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.12% from 522); Green value is 168 (66.02% from 255 or 32.18% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 202 - color contains mainly: blue. Hex color #98A8CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A8CA is #675735. Grayscale: #A6A6A6. Windows color (decimal): -6772534 or 13281432. OLE color: 13281432.
HSL color Cylindrical-coordinate representation of color #98A8CA: hue angle of 220.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 #98A8CA is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 168 | 202 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.21 |
| HSL | 220.8º | 0.32% | 0.69% | - |
| HSV(B) | 220.8º | 0.25% | 0.79% | - |
| XYZ | 37.61 | 38.94 | 61.41 | - |
| YUV | 167.09 | 147.7 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 168 | 202 | 0.25 | 0.17 | 0 | 0.21 | 220.8 | 0.32 | 0.69 |
| Hex | 98 | A8 | CA | 19 | 11 | 0 | 15 | DD | 20 | 45 |
| Octal | 230 | 250 | 312 | 31 | 21 | 0 | 25 | 335 | 40 | 105 |
| Binary | 10011000 | 10101000 | 11001010 | 11001 | 10001 | 0 | 10101 | 11011101 | 100000 | 1000101 |
Color Harmonies of #98A8CA
Complementary color
Monochromatic Colors of #98A8CA
Black with #98A8CA
Text Example
Text Example
White with #98A8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A8CA; }
p { color: rgb(152,168,202); }
H1.HeaderClassName
{
color: #98A8CA;
}
.AnyTagClassName
{
color: #98A8CA;
}
</style>
background-color css
<style>
a { background-color: #98A8CA; }
a { background-color: rgb(152,168,202); }
div.DivClassName
{
background-color: #98A8CA;
}
.BgClassName
{
background-color: #98A8CA;
}
</style>
border-color css
<style>
span { border-color: #98A8CA; }
span { border-color: rgb(152,168,202); }
td.TdClassName
{
border-color: #98A8CA;
}
.TagClassName
{
border-color: #98A8CA;
}
</style>