#7D9FD1

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

Shades of Polo Blue #7D9FD1

Tints of Polo Blue #7D9FD1

Color information

#7D9FD1 (or 0x7D9FD1) is unknown color: approx Polo Blue. HEX triplet: 7D, 9F and D1. RGB value is (125,159,209). Sum of RGB (Red+Green+Blue) = 125+159+209=493 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.35% from 493); Green value is 159 (62.5% from 255 or 32.25% from 493); Blue value is 209 (82.03% from 255 or 42.39% from 493); Max value from RGB is 209 - color contains mainly: blue. Hex color #7D9FD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9FD1 is #82602E. Grayscale: #9A9A9A. Windows color (decimal): -8544303 or 13737853. OLE color: 13737853.

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

Color convert

RGB125159209-
CMYK0.400.2400.18
HSL215.71º47.73%65.49%-
HSV(B)215.71º40.19%81.96%-
XYZ32.3633.7665.13-
YUV154.53158.74106.93-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.35%
GREEN value IS 159 (62.5% from 255) = 32.25%
BLUE value IS 209 (82.03% from 255) = 42.39%
R=25.35%
G=32.25%
B=42.39%

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
Decimal1251592090.400.2400.18215.7147.7365.49
Hex7D9FD12818012d83041
Octal175237321503002233060101
Binary1111101100111111101000110100011000010010110110001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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