#7DA2C0

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

Shades of Polo Blue #7DA2C0

Tints of Polo Blue #7DA2C0

Color information

#7DA2C0 (or 0x7DA2C0) is unknown color: approx Polo Blue. HEX triplet: 7D, A2 and C0. RGB value is (125,162,192). Sum of RGB (Red+Green+Blue) = 125+162+192=479 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.10% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 192 - color contains mainly: blue. Hex color #7DA2C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA2C0 is #825D3F. Grayscale: #9A9A9A. Windows color (decimal): -8543552 or 12624509. OLE color: 12624509.

HSL color Cylindrical-coordinate representation of color #7DA2C0: hue angle of 206.87º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DA2C0 is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB125162192-
CMYK0.350.1600.25
HSL206.87º34.72%62.16%-
HSV(B)206.87º34.9%75.29%-
XYZ30.8934.0154.8-
YUV154.36149.24107.06-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.10%
GREEN value IS 162 (63.67% from 255) = 33.82%
BLUE value IS 192 (75.39% from 255) = 40.08%
R=26.10%
G=33.82%
B=40.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1251621920.350.1600.25206.8734.7262.16
Hex7DA2C02310019cf233e
Octal17524230043200313174376
Binary111110110100010110000001000111000001100111001111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,162,192); }

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

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

 a { background-color: rgb(125,162,192); }

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

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

 span { border-color: rgb(125,162,192); }

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