Html Css Color HEX #98A8DA Echo Blue

📋 copy color: '#98A8DA'

red 152 ◦ green 168 ◦ blue 218

#98A8DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Echo Blue #98A8DA

Tints of Echo Blue #98A8DA

RGB

 RED value IS 152 (59.77% from 255) = 28.25%

 GREEN value IS 168 (66.02% from 255) = 31.23%

 BLUE value IS 218 (85.55% from 255) = 40.52%

R = 28.25%
G = 31.23%
B = 40.52%

CMYK

 C value IS 0.30

 M value IS 0.23

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#98A8DA (or 0x98A8DA) is known color: Echo Blue. HEX triplet: 98, A8 and DA. RGB value is (152,168,218). Sum of RGB (Red+Green+Blue) = 152+168+218=538 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.25% from 538); Green value is 168 (66.02% from 255 or 31.23% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #98A8DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A8DA is #675725. Grayscale: #A8A8A8. Windows color (decimal): -6772518 or 14330008. OLE color: 14330008.

HSL color Cylindrical-coordinate representation of color #98A8DA: hue angle of 225.45º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98A8DA is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 168 218 -
CMYK 0.30 0.23 0 0.15
HSL 225.45º 0.47% 0.73% -
HSV(B) 225.45º 0.3% 0.85% -
XYZ 39.61 39.74 71.91 -
YUV 168.92 155.7 115.93 -
System Red Green Blue C M Y K H S L
Decimal 152 168 218 0.30 0.23 0 0.15 225.45 0.47 0.73
Hex 98 A8 DA 1E 17 0 F E1 2F 49
Octal 230 250 332 36 27 0 17 341 57 111
Binary 10011000 10101000 11011010 11110 10111 0 1111 11100001 101111 1001001

Color Harmonies of #98A8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A8DA

Black with #98A8DA

Text Example


Text Example

White with #98A8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,168,218); }

 H1.HeaderClassName
 {
   color: #98A8DA;
 }
 .AnyTagClassName
 {
   color: #98A8DA;
 }
</style>

background-color css

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

 a { background-color: rgb(152,168,218); }

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

border-color css

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

 span { border-color: rgb(152,168,218); }

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