#7FA3CA

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

Shades of Polo Blue #7FA3CA

Tints of Polo Blue #7FA3CA

Color information

#7FA3CA (or 0x7FA3CA) is unknown color: approx Polo Blue. HEX triplet: 7F, A3 and CA. RGB value is (127,163,202). Sum of RGB (Red+Green+Blue) = 127+163+202=492 (65% of max value = 765). Red value is 127 (50% from 255 or 25.81% from 492); Green value is 163 (64.06% from 255 or 33.13% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #7FA3CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA3CA is #805C35. Grayscale: #9C9C9C. Windows color (decimal): -8412214 or 13280127. OLE color: 13280127.

HSL color Cylindrical-coordinate representation of color #7FA3CA: hue angle of 211.2º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FA3CA is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB127163202-
CMYK0.370.1900.21
HSL211.2º41.44%64.51%-
HSV(B)211.2º37.13%79.22%-
XYZ32.5134.9760.91-
YUV156.68153.57106.83-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.81%
GREEN value IS 163 (64.06% from 255) = 33.13%
BLUE value IS 202 (79.30% from 255) = 41.06%
R=25.81%
G=33.13%
B=41.06%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1271632020.370.1900.21211.241.4464.51
Hex7FA3CA2513015d32941
Octal177243312452302532351101
Binary1111111101000111100101010010110011010101110100111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,163,202); }

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

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

 a { background-color: rgb(127,163,202); }

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

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

 span { border-color: rgb(127,163,202); }

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