#98A3CA

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

Shades of Echo Blue #98A3CA

Tints of Echo Blue #98A3CA

Color information

#98A3CA (or 0x98A3CA) is unknown color: approx Echo Blue. HEX triplet: 98, A3 and CA. RGB value is (152,163,202). Sum of RGB (Red+Green+Blue) = 152+163+202=517 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.40% from 517); Green value is 163 (64.06% from 255 or 31.53% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 202 - color contains mainly: blue. Hex color #98A3CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A3CA is #675C35. Grayscale: #A3A3A3. Windows color (decimal): -6773814 or 13280152. OLE color: 13280152.

HSL color Cylindrical-coordinate representation of color #98A3CA: hue angle of 226.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 #98A3CA is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB152163202-
CMYK0.250.1900.21
HSL226.8º32.05%69.41%-
HSV(B)226.8º24.75%79.22%-
XYZ36.7137.1361.11-
YUV164.16149.36119.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.40%
GREEN value IS 163 (64.06% from 255) = 31.53%
BLUE value IS 202 (79.30% from 255) = 39.07%
R=29.40%
G=31.53%
B=39.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1521632020.250.1900.21226.832.0569.41
Hex98A3CA1913015e32045
Octal230243312312302534340105
Binary1001100010100011110010101100110011010101111000111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98A3CA; }

 p { color: rgb(152,163,202); }

 H1.HeaderClassName
 {
   color: #98A3CA;
 }
 .AnyTagClassName
 {
   color: #98A3CA;
 }
</style>
background-color css

<style>
 a { background-color: #98A3CA; }

 a { background-color: rgb(152,163,202); }

 div.DivClassName
 {
   background-color: #98A3CA;
 }
 .BgClassName
 {
   background-color: #98A3CA;
 }
</style>
border-color css

<style>
 span { border-color: #98A3CA; }

 span { border-color: rgb(152,163,202); }

 td.TdClassName
 {
   border-color: #98A3CA;
 }
 .TagClassName
 {
   border-color: #98A3CA;
 }
</style>