#7F9FD0

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

Shades of Polo Blue #7F9FD0

Tints of Polo Blue #7F9FD0

Color information

#7F9FD0 (or 0x7F9FD0) is unknown color: approx Polo Blue. HEX triplet: 7F, 9F and D0. RGB value is (127,159,208). Sum of RGB (Red+Green+Blue) = 127+159+208=494 (65% of max value = 765). Red value is 127 (50% from 255 or 25.71% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 208 (81.64% from 255 or 42.11% from 494); Max value from RGB is 208 - color contains mainly: blue. Hex color #7F9FD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9FD0 is #80602F. Grayscale: #9A9A9A. Windows color (decimal): -8413232 or 13672319. OLE color: 13672319.

HSL color Cylindrical-coordinate representation of color #7F9FD0: hue angle of 216.3º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7F9FD0 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB127159208-
CMYK0.390.2400.18
HSL216.3º46.29%65.69%-
HSV(B)216.3º38.94%81.57%-
XYZ32.5433.8664.5-
YUV155.02157.9108.02-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.71%
GREEN value IS 159 (62.5% from 255) = 32.19%
BLUE value IS 208 (81.64% from 255) = 42.11%
R=25.71%
G=32.19%
B=42.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1271592080.390.2400.18216.346.2965.69
Hex7F9FD02718012d82e42
Octal177237320473002233056102
Binary1111111100111111101000010011111000010010110110001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,159,208); }

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

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

 a { background-color: rgb(127,159,208); }

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

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

 span { border-color: rgb(127,159,208); }

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