#7DA2C2

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

Shades of Polo Blue #7DA2C2

Tints of Polo Blue #7DA2C2

Color information

#7DA2C2 (or 0x7DA2C2) is unknown color: approx Polo Blue. HEX triplet: 7D, A2 and C2. RGB value is (125,162,194). Sum of RGB (Red+Green+Blue) = 125+162+194=481 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.99% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 194 (76.17% from 255 or 40.33% from 481); Max value from RGB is 194 - color contains mainly: blue. Hex color #7DA2C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA2C2 is #825D3D. Grayscale: #9A9A9A. Windows color (decimal): -8543550 or 12755581. OLE color: 12755581.

HSL color Cylindrical-coordinate representation of color #7DA2C2: hue angle of 207.83º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7DA2C2 is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB125162194-
CMYK0.360.1600.24
HSL207.83º36.13%62.55%-
HSV(B)207.83º35.57%76.08%-
XYZ31.1234.155.98-
YUV154.58150.24106.9-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.99%
GREEN value IS 162 (63.67% from 255) = 33.68%
BLUE value IS 194 (76.17% from 255) = 40.33%
R=25.99%
G=33.68%
B=40.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1251621940.360.1600.24207.8336.1362.55
Hex7DA2C22410018d0243f
Octal17524230244200303204477
Binary111110110100010110000101001001000001100011010000100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA2C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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