#7D9ED1

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

Shades of Polo Blue #7D9ED1

Tints of Polo Blue #7D9ED1

Color information

#7D9ED1 (or 0x7D9ED1) is unknown color: approx Polo Blue. HEX triplet: 7D, 9E and D1. RGB value is (125,158,209). Sum of RGB (Red+Green+Blue) = 125+158+209=492 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.41% from 492); Green value is 158 (62.11% from 255 or 32.11% from 492); Blue value is 209 (82.03% from 255 or 42.48% from 492); Max value from RGB is 209 - color contains mainly: blue. Hex color #7D9ED1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9ED1 is #82612E. Grayscale: #999999. Windows color (decimal): -8544559 or 13737597. OLE color: 13737597.

HSL color Cylindrical-coordinate representation of color #7D9ED1: hue angle of 216.43º 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 #7D9ED1 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB125158209-
CMYK0.400.2400.18
HSL216.43º47.73%65.49%-
HSV(B)216.43º40.19%81.96%-
XYZ32.1933.4265.08-
YUV153.95159.07107.35-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.41%
GREEN value IS 158 (62.11% from 255) = 32.11%
BLUE value IS 209 (82.03% from 255) = 42.48%
R=25.41%
G=32.11%
B=42.48%

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
Decimal1251582090.400.2400.18216.4347.7365.49
Hex7D9ED12818012d83041
Octal175236321503002233060101
Binary1111101100111101101000110100011000010010110110001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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