Shades of Echo Blue #98A8DC
Tints of Echo Blue #98A8DC
RGB
CMYK
RGB Variations
Color information
#98A8DC (or 0x98A8DC) is known color: Echo Blue. HEX triplet: 98, A8 and DC. RGB value is (152,168,220). Sum of RGB (Red+Green+Blue) = 152+168+220=540 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.15% from 540); Green value is 168 (66.02% from 255 or 31.11% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #98A8DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A8DC is #675723. Grayscale: #A8A8A8. Windows color (decimal): -6772516 or 14461080. OLE color: 14461080.
HSL color Cylindrical-coordinate representation of color #98A8DC: hue angle of 225.88º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98A8DC is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 168 | 220 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.14 |
| HSL | 225.88º | 0.49% | 0.73% | - |
| HSV(B) | 225.88º | 0.31% | 0.86% | - |
| XYZ | 39.87 | 39.85 | 73.3 | - |
| YUV | 169.14 | 156.7 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 168 | 220 | 0.31 | 0.24 | 0 | 0.14 | 225.88 | 0.49 | 0.73 |
| Hex | 98 | A8 | DC | 1F | 18 | 0 | E | E2 | 31 | 49 |
| Octal | 230 | 250 | 334 | 37 | 30 | 0 | 16 | 342 | 61 | 111 |
| Binary | 10011000 | 10101000 | 11011100 | 11111 | 11000 | 0 | 1110 | 11100010 | 110001 | 1001001 |
Color Harmonies of #98A8DC
Complementary color
Monochromatic Colors of #98A8DC
Black with #98A8DC
Text Example
Text Example
White with #98A8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A8DC; }
p { color: rgb(152,168,220); }
H1.HeaderClassName
{
color: #98A8DC;
}
.AnyTagClassName
{
color: #98A8DC;
}
</style>
background-color css
<style>
a { background-color: #98A8DC; }
a { background-color: rgb(152,168,220); }
div.DivClassName
{
background-color: #98A8DC;
}
.BgClassName
{
background-color: #98A8DC;
}
</style>
border-color css
<style>
span { border-color: #98A8DC; }
span { border-color: rgb(152,168,220); }
td.TdClassName
{
border-color: #98A8DC;
}
.TagClassName
{
border-color: #98A8DC;
}
</style>