Shades of Echo Blue #98A8CF
Tints of Echo Blue #98A8CF
RGB
CMYK
RGB Variations
Color information
#98A8CF (or 0x98A8CF) is known color: Echo Blue. HEX triplet: 98, A8 and CF. RGB value is (152,168,207). Sum of RGB (Red+Green+Blue) = 152+168+207=527 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.84% from 527); Green value is 168 (66.02% from 255 or 31.88% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 207 - color contains mainly: blue. Hex color #98A8CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A8CF is #675730. Grayscale: #A7A7A7. Windows color (decimal): -6772529 or 13609112. OLE color: 13609112.
HSL color Cylindrical-coordinate representation of color #98A8CF: hue angle of 222.55º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98A8CF is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 168 | 207 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.19 |
| HSL | 222.55º | 0.36% | 0.7% | - |
| HSV(B) | 222.55º | 0.27% | 0.81% | - |
| XYZ | 38.21 | 39.19 | 64.58 | - |
| YUV | 167.66 | 150.2 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 168 | 207 | 0.27 | 0.19 | 0 | 0.19 | 222.55 | 0.36 | 0.7 |
| Hex | 98 | A8 | CF | 1B | 13 | 0 | 13 | DF | 24 | 46 |
| Octal | 230 | 250 | 317 | 33 | 23 | 0 | 23 | 337 | 44 | 106 |
| Binary | 10011000 | 10101000 | 11001111 | 11011 | 10011 | 0 | 10011 | 11011111 | 100100 | 1000110 |
Color Harmonies of #98A8CF
Complementary color
Monochromatic Colors of #98A8CF
Black with #98A8CF
Text Example
Text Example
White with #98A8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A8CF; }
p { color: rgb(152,168,207); }
H1.HeaderClassName
{
color: #98A8CF;
}
.AnyTagClassName
{
color: #98A8CF;
}
</style>
background-color css
<style>
a { background-color: #98A8CF; }
a { background-color: rgb(152,168,207); }
div.DivClassName
{
background-color: #98A8CF;
}
.BgClassName
{
background-color: #98A8CF;
}
</style>
border-color css
<style>
span { border-color: #98A8CF; }
span { border-color: rgb(152,168,207); }
td.TdClassName
{
border-color: #98A8CF;
}
.TagClassName
{
border-color: #98A8CF;
}
</style>