#7FA0D4

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

Shades of Polo Blue #7FA0D4

Tints of Polo Blue #7FA0D4

Color information

#7FA0D4 (or 0x7FA0D4) is unknown color: approx Polo Blue. HEX triplet: 7F, A0 and D4. RGB value is (127,160,212). Sum of RGB (Red+Green+Blue) = 127+160+212=499 (66% of max value = 765). Red value is 127 (50% from 255 or 25.45% from 499); Green value is 160 (62.89% from 255 or 32.06% from 499); Blue value is 212 (83.20% from 255 or 42.48% from 499); Max value from RGB is 212 - color contains mainly: blue. Hex color #7FA0D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA0D4 is #805F2B. Grayscale: #9B9B9B. Windows color (decimal): -8412972 or 13934719. OLE color: 13934719.

HSL color Cylindrical-coordinate representation of color #7FA0D4: hue angle of 216.71º 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 #7FA0D4 is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB127160212-
CMYK0.400.2500.17
HSL216.71º49.71%66.47%-
HSV(B)216.71º40.09%83.14%-
XYZ33.2134.4167.18-
YUV156.06159.57107.27-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.45%
GREEN value IS 160 (62.89% from 255) = 32.06%
BLUE value IS 212 (83.20% from 255) = 42.48%
R=25.45%
G=32.06%
B=42.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1271602120.400.2500.17216.7149.7166.47
Hex7FA0D42819011d93242
Octal177240324503102133162102
Binary1111111101000001101010010100011001010001110110011100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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