#7DA1CE

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

Shades of Polo Blue #7DA1CE

Tints of Polo Blue #7DA1CE

Color information

#7DA1CE (or 0x7DA1CE) is unknown color: approx Polo Blue. HEX triplet: 7D, A1 and CE. RGB value is (125,161,206). Sum of RGB (Red+Green+Blue) = 125+161+206=492 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.41% from 492); Green value is 161 (63.28% from 255 or 32.72% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #7DA1CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA1CE is #825E31. Grayscale: #9B9B9B. Windows color (decimal): -8543794 or 13541757. OLE color: 13541757.

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

Color convert

RGB125161206-
CMYK0.390.2200.19
HSL213.33º45.25%64.9%-
HSV(B)213.33º39.32%80.78%-
XYZ32.3434.3163.31-
YUV155.37156.57106.34-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.41%
GREEN value IS 161 (63.28% from 255) = 32.72%
BLUE value IS 206 (80.86% from 255) = 41.87%
R=25.41%
G=32.72%
B=41.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1251612060.390.2200.19213.3345.2564.9
Hex7DA1CE2716013d52d41
Octal175241316472602332555101
Binary1111101101000011100111010011110110010011110101011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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