#7DA7CF

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

Shades of Polo Blue #7DA7CF

Tints of Polo Blue #7DA7CF

Color information

#7DA7CF (or 0x7DA7CF) is unknown color: approx Polo Blue. HEX triplet: 7D, A7 and CF. RGB value is (125,167,207). Sum of RGB (Red+Green+Blue) = 125+167+207=499 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25.05% from 499); Green value is 167 (65.62% from 255 or 33.47% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #7DA7CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA7CF is #825830. Grayscale: #9E9E9E. Windows color (decimal): -8542257 or 13608829. OLE color: 13608829.

HSL color Cylindrical-coordinate representation of color #7DA7CF: hue angle of 209.27º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DA7CF is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB125167207-
CMYK0.400.1900.19
HSL209.27º46.07%65.1%-
HSV(B)209.27º39.61%81.18%-
XYZ33.5436.564.31-
YUV159155.09103.75-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.05%
GREEN value IS 167 (65.62% from 255) = 33.47%
BLUE value IS 207 (81.25% from 255) = 41.48%
R=25.05%
G=33.47%
B=41.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1251672070.400.1900.19209.2746.0765.1
Hex7DA7CF2813013d12e41
Octal175247317502302332156101
Binary1111101101001111100111110100010011010011110100011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,167,207); }

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

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

 a { background-color: rgb(125,167,207); }

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

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

 span { border-color: rgb(125,167,207); }

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