#7FA6CD

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

Shades of Polo Blue #7FA6CD

Tints of Polo Blue #7FA6CD

Color information

#7FA6CD (or 0x7FA6CD) is unknown color: approx Polo Blue. HEX triplet: 7F, A6 and CD. RGB value is (127,166,205). Sum of RGB (Red+Green+Blue) = 127+166+205=498 (65% of max value = 765). Red value is 127 (50% from 255 or 25.50% from 498); Green value is 166 (65.23% from 255 or 33.33% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #7FA6CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA6CD is #805932. Grayscale: #9E9E9E. Windows color (decimal): -8411443 or 13477503. OLE color: 13477503.

HSL color Cylindrical-coordinate representation of color #7FA6CD: hue angle of 210º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FA6CD is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB127166205-
CMYK0.380.1900.20
HSL210º43.82%65.1%-
HSV(B)210º38.05%80.39%-
XYZ33.4136.1962.98-
YUV158.78154.08105.33-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.50%
GREEN value IS 166 (65.23% from 255) = 33.33%
BLUE value IS 205 (80.47% from 255) = 41.16%
R=25.50%
G=33.33%
B=41.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1271662050.380.1900.2021043.8265.1
Hex7FA6CD2613014d22c41
Octal177246315462302432254101
Binary1111111101001101100110110011010011010100110100101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,166,205); }

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

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

 a { background-color: rgb(127,166,205); }

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

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

 span { border-color: rgb(127,166,205); }

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