#7FA1CD

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

Shades of Polo Blue #7FA1CD

Tints of Polo Blue #7FA1CD

Color information

#7FA1CD (or 0x7FA1CD) is unknown color: approx Polo Blue. HEX triplet: 7F, A1 and CD. RGB value is (127,161,205). Sum of RGB (Red+Green+Blue) = 127+161+205=493 (65% of max value = 765). Red value is 127 (50% from 255 or 25.76% from 493); Green value is 161 (63.28% from 255 or 32.66% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #7FA1CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA1CD is #805E32. Grayscale: #9B9B9B. Windows color (decimal): -8412723 or 13476223. OLE color: 13476223.

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

Color convert

RGB127161205-
CMYK0.380.2100.20
HSL213.85º43.82%65.1%-
HSV(B)213.85º38.05%80.39%-
XYZ32.5234.4162.69-
YUV155.85155.74107.42-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.76%
GREEN value IS 161 (63.28% from 255) = 32.66%
BLUE value IS 205 (80.47% from 255) = 41.58%
R=25.76%
G=32.66%
B=41.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1271612050.380.2100.20213.8543.8265.1
Hex7FA1CD2615014d62c41
Octal177241315462502432654101
Binary1111111101000011100110110011010101010100110101101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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