#7E9FCA

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

Shades of Polo Blue #7E9FCA

Tints of Polo Blue #7E9FCA

Color information

#7E9FCA (or 0x7E9FCA) is unknown color: approx Polo Blue. HEX triplet: 7E, 9F and CA. RGB value is (126,159,202). Sum of RGB (Red+Green+Blue) = 126+159+202=487 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.87% from 487); Green value is 159 (62.5% from 255 or 32.65% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #7E9FCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E9FCA is #816035. Grayscale: #999999. Windows color (decimal): -8478774 or 13279102. OLE color: 13279102.

HSL color Cylindrical-coordinate representation of color #7E9FCA: hue angle of 213.95º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7E9FCA is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB126159202-
CMYK0.380.2100.21
HSL213.95º41.76%64.31%-
HSV(B)213.95º37.62%79.22%-
XYZ31.6633.560.67-
YUV154.04155.07108-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.87%
GREEN value IS 159 (62.5% from 255) = 32.65%
BLUE value IS 202 (79.30% from 255) = 41.48%
R=25.87%
G=32.65%
B=41.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1261592020.380.2100.21213.9541.7664.31
Hex7E9FCA2615015d62a40
Octal176237312462502532652100
Binary1111110100111111100101010011010101010101110101101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,159,202); }

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

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

 a { background-color: rgb(126,159,202); }

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

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

 span { border-color: rgb(126,159,202); }

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