#7EA1C1

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

Shades of Polo Blue #7EA1C1

Tints of Polo Blue #7EA1C1

Color information

#7EA1C1 (or 0x7EA1C1) is unknown color: approx Polo Blue. HEX triplet: 7E, A1 and C1. RGB value is (126,161,193). Sum of RGB (Red+Green+Blue) = 126+161+193=480 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.25% from 480); Green value is 161 (63.28% from 255 or 33.54% from 480); Blue value is 193 (75.78% from 255 or 40.21% from 480); Max value from RGB is 193 - color contains mainly: blue. Hex color #7EA1C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA1C1 is #815E3E. Grayscale: #9A9A9A. Windows color (decimal): -8478271 or 12689790. OLE color: 12689790.

HSL color Cylindrical-coordinate representation of color #7EA1C1: hue angle of 208.66º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7EA1C1 is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB126161193-
CMYK0.350.1700.24
HSL208.66º35.08%62.55%-
HSV(B)208.66º34.72%75.69%-
XYZ30.9733.7855.34-
YUV154.18149.9107.9-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.25%
GREEN value IS 161 (63.28% from 255) = 33.54%
BLUE value IS 193 (75.78% from 255) = 40.21%
R=26.25%
G=33.54%
B=40.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1261611930.350.1700.24208.6635.0862.55
Hex7EA1C12311018d1233f
Octal17624130143210303214377
Binary111111010100001110000011000111000101100011010001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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