#7DA8CC

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

Shades of Polo Blue #7DA8CC

Tints of Polo Blue #7DA8CC

Color information

#7DA8CC (or 0x7DA8CC) is unknown color: approx Polo Blue. HEX triplet: 7D, A8 and CC. RGB value is (125,168,204). Sum of RGB (Red+Green+Blue) = 125+168+204=497 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.15% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #7DA8CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA8CC is #825733. Grayscale: #9F9F9F. Windows color (decimal): -8542004 or 13412477. OLE color: 13412477.

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

Color convert

RGB125168204-
CMYK0.390.1800.2
HSL207.34º43.65%64.51%-
HSV(B)207.34º38.73%80%-
XYZ33.3636.7262.46-
YUV159.25153.25103.57-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.15%
GREEN value IS 168 (66.02% from 255) = 33.80%
BLUE value IS 204 (80.08% from 255) = 41.05%
R=25.15%
G=33.80%
B=41.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1251682040.390.1800.2207.3443.6564.51
Hex7DA8CC2712014cf2c41
Octal175250314472202431754101
Binary1111101101010001100110010011110010010100110011111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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