#7E9DBE

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

Shades of Polo Blue #7E9DBE

Tints of Polo Blue #7E9DBE

Color information

#7E9DBE (or 0x7E9DBE) is unknown color: approx Polo Blue. HEX triplet: 7E, 9D and BE. RGB value is (126,157,190). Sum of RGB (Red+Green+Blue) = 126+157+190=473 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.64% from 473); Green value is 157 (61.72% from 255 or 33.19% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #7E9DBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E9DBE is #816241. Grayscale: #979797. Windows color (decimal): -8479298 or 12492158. OLE color: 12492158.

HSL color Cylindrical-coordinate representation of color #7E9DBE: hue angle of 210.94º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7E9DBE is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB126157190-
CMYK0.340.1700.25
HSL210.94º32.99%61.96%-
HSV(B)210.94º33.68%74.51%-
XYZ29.9632.2753.36-
YUV151.49149.73109.82-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.64%
GREEN value IS 157 (61.72% from 255) = 33.19%
BLUE value IS 190 (74.61% from 255) = 40.17%
R=26.64%
G=33.19%
B=40.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261571900.340.1700.25210.9432.9961.96
Hex7E9DBE2211019d3213e
Octal17623527642210313234176
Binary111111010011101101111101000101000101100111010011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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