#8EA7CA

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

Shades of Polo Blue #8EA7CA

Tints of Polo Blue #8EA7CA

Color information

#8EA7CA (or 0x8EA7CA) is unknown color: approx Polo Blue. HEX triplet: 8E, A7 and CA. RGB value is (142,167,202). Sum of RGB (Red+Green+Blue) = 142+167+202=511 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.79% from 511); Green value is 167 (65.62% from 255 or 32.68% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 202 - color contains mainly: blue. Hex color #8EA7CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA7CA is #715835. Grayscale: #A3A3A3. Windows color (decimal): -7428150 or 13281166. OLE color: 13281166.

HSL color Cylindrical-coordinate representation of color #8EA7CA: hue angle of 215º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8EA7CA is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB142167202-
CMYK0.300.1700.21
HSL215º36.14%67.45%-
HSV(B)215º29.7%79.22%-
XYZ35.6337.6561.27-
YUV163.51149.72112.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.79%
GREEN value IS 167 (65.62% from 255) = 32.68%
BLUE value IS 202 (79.30% from 255) = 39.53%
R=27.79%
G=32.68%
B=39.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1421672020.300.1700.2121536.1467.45
Hex8EA7CA1E11015d72443
Octal216247312362102532744103
Binary1000111010100111110010101111010001010101110101111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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