#7F9FD3

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

Shades of Polo Blue #7F9FD3

Tints of Polo Blue #7F9FD3

Color information

#7F9FD3 (or 0x7F9FD3) is unknown color: approx Polo Blue. HEX triplet: 7F, 9F and D3. RGB value is (127,159,211). Sum of RGB (Red+Green+Blue) = 127+159+211=497 (65% of max value = 765). Red value is 127 (50% from 255 or 25.55% from 497); Green value is 159 (62.5% from 255 or 31.99% from 497); Blue value is 211 (82.81% from 255 or 42.45% from 497); Max value from RGB is 211 - color contains mainly: blue. Hex color #7F9FD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9FD3 is #80602C. Grayscale: #9B9B9B. Windows color (decimal): -8413229 or 13868927. OLE color: 13868927.

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

Color convert

RGB127159211-
CMYK0.400.2500.17
HSL217.14º48.84%66.27%-
HSV(B)217.14º39.81%82.75%-
XYZ32.9134.0166.46-
YUV155.36159.4107.77-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.55%
GREEN value IS 159 (62.5% from 255) = 31.99%
BLUE value IS 211 (82.81% from 255) = 42.45%
R=25.55%
G=31.99%
B=42.45%

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
Decimal1271592110.400.2500.17217.1448.8466.27
Hex7F9FD32819011d93142
Octal177237323503102133161102
Binary1111111100111111101001110100011001010001110110011100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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