#7EA8CB

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

Shades of Polo Blue #7EA8CB

Tints of Polo Blue #7EA8CB

Color information

#7EA8CB (or 0x7EA8CB) is unknown color: approx Polo Blue. HEX triplet: 7E, A8 and CB. RGB value is (126,168,203). Sum of RGB (Red+Green+Blue) = 126+168+203=497 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.35% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #7EA8CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA8CB is #815734. Grayscale: #9F9F9F. Windows color (decimal): -8476469 or 13346942. OLE color: 13346942.

HSL color Cylindrical-coordinate representation of color #7EA8CB: hue angle of 207.27º 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 #7EA8CB is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB126168203-
CMYK0.380.1700.20
HSL207.27º42.54%64.51%-
HSV(B)207.27º37.93%79.61%-
XYZ33.3936.7561.83-
YUV159.43152.59104.15-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.35%
GREEN value IS 168 (66.02% from 255) = 33.80%
BLUE value IS 203 (79.69% from 255) = 40.85%
R=25.35%
G=33.80%
B=40.85%

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
Decimal1261682030.380.1700.20207.2742.5464.51
Hex7EA8CB2611014cf2b41
Octal176250313462102431753101
Binary1111110101010001100101110011010001010100110011111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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