#7FA5D2

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

Shades of Polo Blue #7FA5D2

Tints of Polo Blue #7FA5D2

Color information

#7FA5D2 (or 0x7FA5D2) is unknown color: approx Polo Blue. HEX triplet: 7F, A5 and D2. RGB value is (127,165,210). Sum of RGB (Red+Green+Blue) = 127+165+210=502 (66% of max value = 765). Red value is 127 (50% from 255 or 25.30% from 502); Green value is 165 (64.84% from 255 or 32.87% from 502); Blue value is 210 (82.42% from 255 or 41.83% from 502); Max value from RGB is 210 - color contains mainly: blue. Hex color #7FA5D2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA5D2 is #805A2D. Grayscale: #9E9E9E. Windows color (decimal): -8411694 or 13804927. OLE color: 13804927.

HSL color Cylindrical-coordinate representation of color #7FA5D2: hue angle of 212.53º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FA5D2 is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB127165210-
CMYK0.400.2100.18
HSL212.53º47.98%66.08%-
HSV(B)212.53º39.52%82.35%-
XYZ33.8436.0866.15-
YUV158.77156.91105.34-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.30%
GREEN value IS 165 (64.84% from 255) = 32.87%
BLUE value IS 210 (82.42% from 255) = 41.83%
R=25.30%
G=32.87%
B=41.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1271652100.400.2100.18212.5347.9866.08
Hex7FA5D22815012d53042
Octal177245322502502232560102
Binary1111111101001011101001010100010101010010110101011100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA5D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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