#7FA7CA

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

Shades of Polo Blue #7FA7CA

Tints of Polo Blue #7FA7CA

Color information

#7FA7CA (or 0x7FA7CA) is unknown color: approx Polo Blue. HEX triplet: 7F, A7 and CA. RGB value is (127,167,202). Sum of RGB (Red+Green+Blue) = 127+167+202=496 (65% of max value = 765). Red value is 127 (50% from 255 or 25.60% from 496); Green value is 167 (65.62% from 255 or 33.67% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #7FA7CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA7CA is #805835. Grayscale: #9E9E9E. Windows color (decimal): -8411190 or 13281151. OLE color: 13281151.

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

Color convert

RGB127167202-
CMYK0.370.1700.21
HSL208º41.44%64.51%-
HSV(B)208º37.13%79.22%-
XYZ33.2336.4161.15-
YUV159.03152.25105.15-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.60%
GREEN value IS 167 (65.62% from 255) = 33.67%
BLUE value IS 202 (79.30% from 255) = 40.73%
R=25.60%
G=33.67%
B=40.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1271672020.370.1700.2120841.4464.51
Hex7FA7CA2511015d02941
Octal177247312452102532051101
Binary1111111101001111100101010010110001010101110100001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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