#98A4D0

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

Shades of Echo Blue #98A4D0

Tints of Echo Blue #98A4D0

Color information

#98A4D0 (or 0x98A4D0) is unknown color: approx Echo Blue. HEX triplet: 98, A4 and D0. RGB value is (152,164,208). Sum of RGB (Red+Green+Blue) = 152+164+208=524 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.01% from 524); Green value is 164 (64.45% from 255 or 31.30% from 524); Blue value is 208 (81.64% from 255 or 39.69% from 524); Max value from RGB is 208 - color contains mainly: blue. Hex color #98A4D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A4D0 is #675B2F. Grayscale: #A5A5A5. Windows color (decimal): -6773552 or 13673624. OLE color: 13673624.

HSL color Cylindrical-coordinate representation of color #98A4D0: hue angle of 227.14º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98A4D0 is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB152164208-
CMYK0.270.2100.18
HSL227.14º37.33%70.59%-
HSV(B)227.14º26.92%81.57%-
XYZ37.6137.7864.98-
YUV165.43152.02118.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.01%
GREEN value IS 164 (64.45% from 255) = 31.30%
BLUE value IS 208 (81.64% from 255) = 39.69%
R=29.01%
G=31.30%
B=39.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1521642080.270.2100.18227.1437.3370.59
Hex98A4D01B15012e32547
Octal230244320332502234345107
Binary1001100010100100110100001101110101010010111000111001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,164,208); }

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

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

 a { background-color: rgb(152,164,208); }

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

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

 span { border-color: rgb(152,164,208); }

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