#7FA5C3

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

Shades of Polo Blue #7FA5C3

Tints of Polo Blue #7FA5C3

Color information

#7FA5C3 (or 0x7FA5C3) is unknown color: approx Polo Blue. HEX triplet: 7F, A5 and C3. RGB value is (127,165,195). Sum of RGB (Red+Green+Blue) = 127+165+195=487 (64% of max value = 765). Red value is 127 (50% from 255 or 26.08% from 487); Green value is 165 (64.84% from 255 or 33.88% from 487); Blue value is 195 (76.56% from 255 or 40.04% from 487); Max value from RGB is 195 - color contains mainly: blue. Hex color #7FA5C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA5C3 is #805A3C. Grayscale: #9C9C9C. Windows color (decimal): -8411709 or 12821887. OLE color: 12821887.

HSL color Cylindrical-coordinate representation of color #7FA5C3: hue angle of 206.47º degrees, saturation: 0.36, 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 #7FA5C3 is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB127165195-
CMYK0.350.1500.24
HSL206.47º36.17%63.14%-
HSV(B)206.47º34.87%76.47%-
XYZ32.0635.3656.77-
YUV157.06149.41106.56-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.08%
GREEN value IS 165 (64.84% from 255) = 33.88%
BLUE value IS 195 (76.56% from 255) = 40.04%
R=26.08%
G=33.88%
B=40.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1271651950.350.1500.24206.4736.1763.14
Hex7FA5C323F018ce243f
Octal17724530343170303164477
Binary11111111010010111000011100011111101100011001110100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA5C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,165,195); }

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

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

 a { background-color: rgb(127,165,195); }

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

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

 span { border-color: rgb(127,165,195); }

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