#7DA8CB

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

Shades of Polo Blue #7DA8CB

Tints of Polo Blue #7DA8CB

Color information

#7DA8CB (or 0x7DA8CB) is unknown color: approx Polo Blue. HEX triplet: 7D, A8 and CB. RGB value is (125,168,203). Sum of RGB (Red+Green+Blue) = 125+168+203=496 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.20% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #7DA8CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA8CB is #825734. Grayscale: #9E9E9E. Windows color (decimal): -8542005 or 13346941. OLE color: 13346941.

HSL color Cylindrical-coordinate representation of color #7DA8CB: hue angle of 206.92º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DA8CB is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB125168203-
CMYK0.380.1700.20
HSL206.92º42.86%64.31%-
HSV(B)206.92º38.42%79.61%-
XYZ33.2436.6861.83-
YUV159.13152.75103.65-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.20%
GREEN value IS 168 (66.02% from 255) = 33.87%
BLUE value IS 203 (79.69% from 255) = 40.93%
R=25.20%
G=33.87%
B=40.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1251682030.380.1700.20206.9242.8664.31
Hex7DA8CB2611014cf2b40
Octal175250313462102431753100
Binary1111101101010001100101110011010001010100110011111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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