#7FA3C2

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

Shades of Polo Blue #7FA3C2

Tints of Polo Blue #7FA3C2

Color information

#7FA3C2 (or 0x7FA3C2) is unknown color: approx Polo Blue. HEX triplet: 7F, A3 and C2. RGB value is (127,163,194). Sum of RGB (Red+Green+Blue) = 127+163+194=484 (64% of max value = 765). Red value is 127 (50% from 255 or 26.24% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 194 (76.17% from 255 or 40.08% from 484); Max value from RGB is 194 - color contains mainly: blue. Hex color #7FA3C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA3C2 is #805C3D. Grayscale: #9B9B9B. Windows color (decimal): -8412222 or 12755839. OLE color: 12755839.

HSL color Cylindrical-coordinate representation of color #7FA3C2: hue angle of 207.76º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7FA3C2 is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB127163194-
CMYK0.350.1600.24
HSL207.76º35.45%62.94%-
HSV(B)207.76º34.54%76.08%-
XYZ31.5934.656.05-
YUV155.77149.57107.48-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.24%
GREEN value IS 163 (64.06% from 255) = 33.68%
BLUE value IS 194 (76.17% from 255) = 40.08%
R=26.24%
G=33.68%
B=40.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1271631940.350.1600.24207.7635.4562.94
Hex7FA3C22310018d0233f
Octal17724330243200303204377
Binary111111110100011110000101000111000001100011010000100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA3C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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