#98A8CA

Color #98A8CA Echo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Echo Blue #98A8CA

Tints of Echo Blue #98A8CA

Color information

#98A8CA (or 0x98A8CA) is unknown color: approx 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

RGB152168202-
CMYK0.250.1700.21
HSL220.8º32.05%69.41%-
HSV(B)220.8º24.75%79.22%-
XYZ37.6138.9461.41-
YUV167.09147.7117.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 29.12%
GREEN value IS 168 (66.02% from 255) = 32.18%
BLUE value IS 202 (79.30% from 255) = 38.70%
R=29.12%
G=32.18%
B=38.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1521682020.250.1700.21220.832.0569.41
Hex98A8CA1911015dd2045
Octal230250312312102533540105
Binary1001100010101000110010101100110001010101110111011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>