#7FA1D4

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

Shades of Polo Blue #7FA1D4

Tints of Polo Blue #7FA1D4

Color information

#7FA1D4 (or 0x7FA1D4) is unknown color: approx Polo Blue. HEX triplet: 7F, A1 and D4. RGB value is (127,161,212). Sum of RGB (Red+Green+Blue) = 127+161+212=500 (66% of max value = 765). Red value is 127 (50% from 255 or 25.4% from 500); Green value is 161 (63.28% from 255 or 32.2% from 500); Blue value is 212 (83.20% from 255 or 42.4% from 500); Max value from RGB is 212 - color contains mainly: blue. Hex color #7FA1D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA1D4 is #805E2B. Grayscale: #9C9C9C. Windows color (decimal): -8412716 or 13934975. OLE color: 13934975.

HSL color Cylindrical-coordinate representation of color #7FA1D4: hue angle of 216º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FA1D4 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB127161212-
CMYK0.400.2400.17
HSL216º49.71%66.47%-
HSV(B)216º40.09%83.14%-
XYZ33.3834.7667.24-
YUV156.65159.24106.85-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.4%
GREEN value IS 161 (63.28% from 255) = 32.2%
BLUE value IS 212 (83.20% from 255) = 42.4%
R=25.4%
G=32.2%
B=42.4%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1271612120.400.2400.1721649.7166.47
Hex7FA1D42818011d83242
Octal177241324503002133062102
Binary1111111101000011101010010100011000010001110110001100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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