#8EA7DA

Color #8EA7DA Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #8EA7DA

Tints of Polo Blue #8EA7DA

Color information

#8EA7DA (or 0x8EA7DA) is unknown color: approx Polo Blue. HEX triplet: 8E, A7 and DA. RGB value is (142,167,218). Sum of RGB (Red+Green+Blue) = 142+167+218=527 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.94% from 527); Green value is 167 (65.62% from 255 or 31.69% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #8EA7DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA7DA is #715825. Grayscale: #A5A5A5. Windows color (decimal): -7428134 or 14329742. OLE color: 14329742.

HSL color Cylindrical-coordinate representation of color #8EA7DA: hue angle of 220.26º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EA7DA is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB142167218-
CMYK0.350.2300.15
HSL220.26º50.67%70.59%-
HSV(B)220.26º34.86%85.49%-
XYZ37.6338.4571.77-
YUV165.34157.72111.35-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.94%
GREEN value IS 167 (65.62% from 255) = 31.69%
BLUE value IS 218 (85.55% from 255) = 41.37%
R=26.94%
G=31.69%
B=41.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1421672180.350.2300.15220.2650.6770.59
Hex8EA7DA23170Fdc3347
Octal216247332432701733463107
Binary1000111010100111110110101000111011101111110111001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EA7DA; }

 p { color: rgb(142,167,218); }

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

<style>
 a { background-color: #8EA7DA; }

 a { background-color: rgb(142,167,218); }

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

<style>
 span { border-color: #8EA7DA; }

 span { border-color: rgb(142,167,218); }

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