#7DA5C3

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

Shades of Polo Blue #7DA5C3

Tints of Polo Blue #7DA5C3

Color information

#7DA5C3 (or 0x7DA5C3) is unknown color: approx Polo Blue. HEX triplet: 7D, A5 and C3. RGB value is (125,165,195). Sum of RGB (Red+Green+Blue) = 125+165+195=485 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.77% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 195 (76.56% from 255 or 40.21% from 485); Max value from RGB is 195 - color contains mainly: blue. Hex color #7DA5C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA5C3 is #825A3C. Grayscale: #9C9C9C. Windows color (decimal): -8542781 or 12821885. OLE color: 12821885.

HSL color Cylindrical-coordinate representation of color #7DA5C3: hue angle of 205.71º degrees, saturation: 0.37, 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 #7DA5C3 is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB125165195-
CMYK0.360.1500.24
HSL205.71º36.84%62.75%-
HSV(B)205.71º35.9%76.47%-
XYZ31.7635.2156.75-
YUV156.46149.75105.56-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.77%
GREEN value IS 165 (64.84% from 255) = 34.02%
BLUE value IS 195 (76.56% from 255) = 40.21%
R=25.77%
G=34.02%
B=40.21%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1251651950.360.1500.24205.7136.8462.75
Hex7DA5C324F018ce253f
Octal17524530344170303164577
Binary11111011010010111000011100100111101100011001110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA5C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,165,195); }

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

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

 a { background-color: rgb(125,165,195); }

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

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

 span { border-color: rgb(125,165,195); }

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