#7E9DCF

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

Shades of Polo Blue #7E9DCF

Tints of Polo Blue #7E9DCF

Color information

#7E9DCF (or 0x7E9DCF) is unknown color: approx Polo Blue. HEX triplet: 7E, 9D and CF. RGB value is (126,157,207). Sum of RGB (Red+Green+Blue) = 126+157+207=490 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.71% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #7E9DCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E9DCF is #816230. Grayscale: #999999. Windows color (decimal): -8479281 or 13606270. OLE color: 13606270.

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

Color convert

RGB126157207-
CMYK0.390.2400.19
HSL217.04º45.76%65.29%-
HSV(B)217.04º39.13%81.18%-
XYZ31.9233.0563.73-
YUV153.43158.23108.43-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.71%
GREEN value IS 157 (61.72% from 255) = 32.04%
BLUE value IS 207 (81.25% from 255) = 42.24%
R=25.71%
G=32.04%
B=42.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1261572070.390.2400.19217.0445.7665.29
Hex7E9DCF2718013d92e41
Octal176235317473002333156101
Binary1111110100111011100111110011111000010011110110011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,157,207); }

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

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

 a { background-color: rgb(126,157,207); }

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

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

 span { border-color: rgb(126,157,207); }

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