#8EA7DD

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

Shades of Polo Blue #8EA7DD

Tints of Polo Blue #8EA7DD

Color information

#8EA7DD (or 0x8EA7DD) is unknown color: approx Polo Blue. HEX triplet: 8E, A7 and DD. RGB value is (142,167,221). Sum of RGB (Red+Green+Blue) = 142+167+221=530 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.79% from 530); Green value is 167 (65.62% from 255 or 31.51% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #8EA7DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA7DD is #715822. Grayscale: #A5A5A5. Windows color (decimal): -7428131 or 14526350. OLE color: 14526350.

HSL color Cylindrical-coordinate representation of color #8EA7DD: hue angle of 221.01º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EA7DD is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB142167221-
CMYK0.360.2400.13
HSL221.01º53.74%71.18%-
HSV(B)221.01º35.75%86.67%-
XYZ38.0338.6173.85-
YUV165.68159.22111.11-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.79%
GREEN value IS 167 (65.62% from 255) = 31.51%
BLUE value IS 221 (86.72% from 255) = 41.70%
R=26.79%
G=31.51%
B=41.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1421672210.360.2400.13221.0153.7471.18
Hex8EA7DD24180Ddd3647
Octal216247335443001533566107
Binary1000111010100111110111011001001100001101110111011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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