#7FA0D1

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

Shades of Polo Blue #7FA0D1

Tints of Polo Blue #7FA0D1

Color information

#7FA0D1 (or 0x7FA0D1) is unknown color: approx Polo Blue. HEX triplet: 7F, A0 and D1. RGB value is (127,160,209). Sum of RGB (Red+Green+Blue) = 127+160+209=496 (65% of max value = 765). Red value is 127 (50% from 255 or 25.60% from 496); Green value is 160 (62.89% from 255 or 32.26% from 496); Blue value is 209 (82.03% from 255 or 42.14% from 496); Max value from RGB is 209 - color contains mainly: blue. Hex color #7FA0D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA0D1 is #805F2E. Grayscale: #9B9B9B. Windows color (decimal): -8412975 or 13738111. OLE color: 13738111.

HSL color Cylindrical-coordinate representation of color #7FA0D1: hue angle of 215.85º degrees, saturation: 0.47, 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 #7FA0D1 is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB127160209-
CMYK0.390.2300.18
HSL215.85º47.13%65.88%-
HSV(B)215.85º39.23%81.96%-
XYZ32.8334.2665.2-
YUV155.72158.07107.52-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.60%
GREEN value IS 160 (62.89% from 255) = 32.26%
BLUE value IS 209 (82.03% from 255) = 42.14%
R=25.60%
G=32.26%
B=42.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1271602090.390.2300.18215.8547.1365.88
Hex7FA0D12717012d82f42
Octal177240321472702233057102
Binary1111111101000001101000110011110111010010110110001011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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