#7DA3CC

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

Shades of Polo Blue #7DA3CC

Tints of Polo Blue #7DA3CC

Color information

#7DA3CC (or 0x7DA3CC) is unknown color: approx Polo Blue. HEX triplet: 7D, A3 and CC. RGB value is (125,163,204). Sum of RGB (Red+Green+Blue) = 125+163+204=492 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.41% from 492); Green value is 163 (64.06% from 255 or 33.13% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #7DA3CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA3CC is #825C33. Grayscale: #9C9C9C. Windows color (decimal): -8543284 or 13411197. OLE color: 13411197.

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

Color convert

RGB125163204-
CMYK0.390.2000.2
HSL211.14º43.65%64.51%-
HSV(B)211.14º38.73%80%-
XYZ32.4534.9162.16-
YUV156.31154.91105.67-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.41%
GREEN value IS 163 (64.06% from 255) = 33.13%
BLUE value IS 204 (80.08% from 255) = 41.46%
R=25.41%
G=33.13%
B=41.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1251632040.390.2000.2211.1443.6564.51
Hex7DA3CC2714014d32c41
Octal175243314472402432354101
Binary1111101101000111100110010011110100010100110100111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,163,204); }

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

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

 a { background-color: rgb(125,163,204); }

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

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

 span { border-color: rgb(125,163,204); }

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