#7EA1C0

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

Shades of Polo Blue #7EA1C0

Tints of Polo Blue #7EA1C0

Color information

#7EA1C0 (or 0x7EA1C0) is unknown color: approx Polo Blue. HEX triplet: 7E, A1 and C0. RGB value is (126,161,192). Sum of RGB (Red+Green+Blue) = 126+161+192=479 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.30% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 192 - color contains mainly: blue. Hex color #7EA1C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA1C0 is #815E3F. Grayscale: #999999. Windows color (decimal): -8478272 or 12624254. OLE color: 12624254.

HSL color Cylindrical-coordinate representation of color #7EA1C0: hue angle of 208.18º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7EA1C0 is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB126161192-
CMYK0.340.1600.25
HSL208.18º34.38%62.35%-
HSV(B)208.18º34.38%75.29%-
XYZ30.8633.7354.75-
YUV154.07149.4107.98-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.30%
GREEN value IS 161 (63.28% from 255) = 33.61%
BLUE value IS 192 (75.39% from 255) = 40.08%
R=26.30%
G=33.61%
B=40.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261611920.340.1600.25208.1834.3862.35
Hex7EA1C02210019d0223e
Octal17624130042200313204276
Binary111111010100001110000001000101000001100111010000100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7EA1C0; }

 p { color: rgb(126,161,192); }

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

<style>
 a { background-color: #7EA1C0; }

 a { background-color: rgb(126,161,192); }

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

<style>
 span { border-color: #7EA1C0; }

 span { border-color: rgb(126,161,192); }

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