#7DA7CE

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

Shades of Polo Blue #7DA7CE

Tints of Polo Blue #7DA7CE

Color information

#7DA7CE (or 0x7DA7CE) is unknown color: approx Polo Blue. HEX triplet: 7D, A7 and CE. RGB value is (125,167,206). Sum of RGB (Red+Green+Blue) = 125+167+206=498 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.10% from 498); Green value is 167 (65.62% from 255 or 33.53% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #7DA7CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA7CE is #825831. Grayscale: #9E9E9E. Windows color (decimal): -8542258 or 13543293. OLE color: 13543293.

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

Color convert

RGB125167206-
CMYK0.390.1900.19
HSL208.89º45.25%64.9%-
HSV(B)208.89º39.32%80.78%-
XYZ33.4236.4563.67-
YUV158.89154.59103.83-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.10%
GREEN value IS 167 (65.62% from 255) = 33.53%
BLUE value IS 206 (80.86% from 255) = 41.37%
R=25.10%
G=33.53%
B=41.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1251672060.390.1900.19208.8945.2564.9
Hex7DA7CE2713013d12d41
Octal175247316472302332155101
Binary1111101101001111100111010011110011010011110100011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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