#7E9FD1

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

Shades of Polo Blue #7E9FD1

Tints of Polo Blue #7E9FD1

Color information

#7E9FD1 (or 0x7E9FD1) is unknown color: approx Polo Blue. HEX triplet: 7E, 9F and D1. RGB value is (126,159,209). Sum of RGB (Red+Green+Blue) = 126+159+209=494 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.51% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 209 (82.03% from 255 or 42.31% from 494); Max value from RGB is 209 - color contains mainly: blue. Hex color #7E9FD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E9FD1 is #81602E. Grayscale: #9A9A9A. Windows color (decimal): -8478767 or 13737854. OLE color: 13737854.

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

Color convert

RGB126159209-
CMYK0.400.2400.18
HSL216.14º47.43%65.69%-
HSV(B)216.14º39.71%81.96%-
XYZ32.5133.8465.14-
YUV154.83158.57107.43-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.51%
GREEN value IS 159 (62.5% from 255) = 32.19%
BLUE value IS 209 (82.03% from 255) = 42.31%
R=25.51%
G=32.19%
B=42.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1261592090.400.2400.18216.1447.4365.69
Hex7E9FD12818012d82f42
Octal176237321503002233057102
Binary1111110100111111101000110100011000010010110110001011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,159,209); }

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

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

 a { background-color: rgb(126,159,209); }

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

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

 span { border-color: rgb(126,159,209); }

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