#7DA9CD

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

Shades of Polo Blue #7DA9CD

Tints of Polo Blue #7DA9CD

Color information

#7DA9CD (or 0x7DA9CD) is unknown color: approx Polo Blue. HEX triplet: 7D, A9 and CD. RGB value is (125,169,205). Sum of RGB (Red+Green+Blue) = 125+169+205=499 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25.05% from 499); Green value is 169 (66.41% from 255 or 33.87% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #7DA9CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA9CD is #825632. Grayscale: #9F9F9F. Windows color (decimal): -8541747 or 13478269. OLE color: 13478269.

HSL color Cylindrical-coordinate representation of color #7DA9CD: hue angle of 207º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DA9CD is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB125169205-
CMYK0.390.1800.20
HSL207º44.44%64.71%-
HSV(B)207º39.02%80.39%-
XYZ33.6637.1463.15-
YUV159.95153.42103.07-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.05%
GREEN value IS 169 (66.41% from 255) = 33.87%
BLUE value IS 205 (80.47% from 255) = 41.08%
R=25.05%
G=33.87%
B=41.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1251692050.390.1800.2020744.4464.71
Hex7DA9CD2712014cf2c41
Octal175251315472202431754101
Binary1111101101010011100110110011110010010100110011111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,169,205); }

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

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

 a { background-color: rgb(125,169,205); }

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

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

 span { border-color: rgb(125,169,205); }

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