#7EA1BE

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

Shades of Polo Blue #7EA1BE

Tints of Polo Blue #7EA1BE

Color information

#7EA1BE (or 0x7EA1BE) is unknown color: approx Polo Blue. HEX triplet: 7E, A1 and BE. RGB value is (126,161,190). Sum of RGB (Red+Green+Blue) = 126+161+190=477 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.42% from 477); Green value is 161 (63.28% from 255 or 33.75% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #7EA1BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA1BE is #815E41. Grayscale: #999999. Windows color (decimal): -8478274 or 12493182. OLE color: 12493182.

HSL color Cylindrical-coordinate representation of color #7EA1BE: hue angle of 207.19º degrees, saturation: 0.33, 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 #7EA1BE is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB126161190-
CMYK0.340.1500.25
HSL207.19º32.99%61.96%-
HSV(B)207.19º33.68%74.51%-
XYZ30.6433.6453.59-
YUV153.84148.4108.14-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.42%
GREEN value IS 161 (63.28% from 255) = 33.75%
BLUE value IS 190 (74.61% from 255) = 39.83%
R=26.42%
G=33.75%
B=39.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261611900.340.1500.25207.1932.9961.96
Hex7EA1BE22F019cf213e
Octal17624127642170313174176
Binary11111101010000110111110100010111101100111001111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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