#7E9DCE

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

Shades of Polo Blue #7E9DCE

Tints of Polo Blue #7E9DCE

Color information

#7E9DCE (or 0x7E9DCE) is unknown color: approx Polo Blue. HEX triplet: 7E, 9D and CE. RGB value is (126,157,206). Sum of RGB (Red+Green+Blue) = 126+157+206=489 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.77% from 489); Green value is 157 (61.72% from 255 or 32.11% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #7E9DCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E9DCE is #816231. Grayscale: #999999. Windows color (decimal): -8479282 or 13540734. OLE color: 13540734.

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

Color convert

RGB126157206-
CMYK0.390.2400.19
HSL216.75º44.94%65.1%-
HSV(B)216.75º38.83%80.78%-
XYZ31.833.0163.09-
YUV153.32157.73108.52-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.77%
GREEN value IS 157 (61.72% from 255) = 32.11%
BLUE value IS 206 (80.86% from 255) = 42.13%
R=25.77%
G=32.11%
B=42.13%

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
Decimal1261572060.390.2400.19216.7544.9465.1
Hex7E9DCE2718013d92d41
Octal176235316473002333155101
Binary1111110100111011100111010011111000010011110110011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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