#7FA7CC

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

Shades of Polo Blue #7FA7CC

Tints of Polo Blue #7FA7CC

Color information

#7FA7CC (or 0x7FA7CC) is unknown color: approx Polo Blue. HEX triplet: 7F, A7 and CC. RGB value is (127,167,204). Sum of RGB (Red+Green+Blue) = 127+167+204=498 (65% of max value = 765). Red value is 127 (50% from 255 or 25.50% from 498); Green value is 167 (65.62% from 255 or 33.53% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #7FA7CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA7CC is #805833. Grayscale: #9F9F9F. Windows color (decimal): -8411188 or 13412223. OLE color: 13412223.

HSL color Cylindrical-coordinate representation of color #7FA7CC: hue angle of 208.83º degrees, saturation: 0.43, 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 #7FA7CC is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB127167204-
CMYK0.380.1800.2
HSL208.83º43.02%64.9%-
HSV(B)208.83º37.75%80%-
XYZ33.4736.5162.41-
YUV159.26153.25104.99-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.50%
GREEN value IS 167 (65.62% from 255) = 33.53%
BLUE value IS 204 (80.08% from 255) = 40.96%
R=25.50%
G=33.53%
B=40.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1271672040.380.1800.2208.8343.0264.9
Hex7FA7CC2612014d12b41
Octal177247314462202432153101
Binary1111111101001111100110010011010010010100110100011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,167,204); }

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

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

 a { background-color: rgb(127,167,204); }

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

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

 span { border-color: rgb(127,167,204); }

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