#7FA1CA

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

Shades of Polo Blue #7FA1CA

Tints of Polo Blue #7FA1CA

Color information

#7FA1CA (or 0x7FA1CA) is unknown color: approx Polo Blue. HEX triplet: 7F, A1 and CA. RGB value is (127,161,202). Sum of RGB (Red+Green+Blue) = 127+161+202=490 (64% of max value = 765). Red value is 127 (50% from 255 or 25.92% from 490); Green value is 161 (63.28% from 255 or 32.86% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #7FA1CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA1CA is #805E35. Grayscale: #9B9B9B. Windows color (decimal): -8412726 or 13279615. OLE color: 13279615.

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

Color convert

RGB127161202-
CMYK0.370.2000.21
HSL212.8º41.44%64.51%-
HSV(B)212.8º37.13%79.22%-
XYZ32.1634.2760.8-
YUV155.51154.24107.67-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.92%
GREEN value IS 161 (63.28% from 255) = 32.86%
BLUE value IS 202 (79.30% from 255) = 41.22%
R=25.92%
G=32.86%
B=41.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1271612020.370.2000.21212.841.4464.51
Hex7FA1CA2514015d52941
Octal177241312452402532551101
Binary1111111101000011100101010010110100010101110101011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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