#7EA9CB

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

Shades of Polo Blue #7EA9CB

Tints of Polo Blue #7EA9CB

Color information

#7EA9CB (or 0x7EA9CB) is unknown color: approx Polo Blue. HEX triplet: 7E, A9 and CB. RGB value is (126,169,203). Sum of RGB (Red+Green+Blue) = 126+169+203=498 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.30% from 498); Green value is 169 (66.41% from 255 or 33.94% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #7EA9CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA9CB is #815634. Grayscale: #9F9F9F. Windows color (decimal): -8476213 or 13347198. OLE color: 13347198.

HSL color Cylindrical-coordinate representation of color #7EA9CB: hue angle of 206.49º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7EA9CB is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB126169203-
CMYK0.380.1700.20
HSL206.49º42.54%64.51%-
HSV(B)206.49º37.93%79.61%-
XYZ33.5737.1261.9-
YUV160.02152.25103.74-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.30%
GREEN value IS 169 (66.41% from 255) = 33.94%
BLUE value IS 203 (79.69% from 255) = 40.76%
R=25.30%
G=33.94%
B=40.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1261692030.380.1700.20206.4942.5464.51
Hex7EA9CB2611014ce2b41
Octal176251313462102431653101
Binary1111110101010011100101110011010001010100110011101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,169,203); }

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

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

 a { background-color: rgb(126,169,203); }

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

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

 span { border-color: rgb(126,169,203); }

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