#7DA0CD

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

Shades of Polo Blue #7DA0CD

Tints of Polo Blue #7DA0CD

Color information

#7DA0CD (or 0x7DA0CD) is unknown color: approx Polo Blue. HEX triplet: 7D, A0 and CD. RGB value is (125,160,205). Sum of RGB (Red+Green+Blue) = 125+160+205=490 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.51% from 490); Green value is 160 (62.89% from 255 or 32.65% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #7DA0CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA0CD is #825F32. Grayscale: #9A9A9A. Windows color (decimal): -8544051 or 13475965. OLE color: 13475965.

HSL color Cylindrical-coordinate representation of color #7DA0CD: hue angle of 213.75º 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 #7DA0CD is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB125160205-
CMYK0.390.2200.20
HSL213.75º44.44%64.71%-
HSV(B)213.75º39.02%80.39%-
XYZ32.0533.9162.61-
YUV154.66156.4106.84-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.51%
GREEN value IS 160 (62.89% from 255) = 32.65%
BLUE value IS 205 (80.47% from 255) = 41.84%
R=25.51%
G=32.65%
B=41.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1251602050.390.2200.20213.7544.4464.71
Hex7DA0CD2716014d62c41
Octal175240315472602432654101
Binary1111101101000001100110110011110110010100110101101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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