#7E9DCD

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

Shades of Polo Blue #7E9DCD

Tints of Polo Blue #7E9DCD

Color information

#7E9DCD (or 0x7E9DCD) is unknown color: approx Polo Blue. HEX triplet: 7E, 9D and CD. RGB value is (126,157,205). Sum of RGB (Red+Green+Blue) = 126+157+205=488 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.82% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #7E9DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E9DCD is #816232. Grayscale: #989898. Windows color (decimal): -8479283 or 13475198. OLE color: 13475198.

HSL color Cylindrical-coordinate representation of color #7E9DCD: hue angle of 216.46º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7E9DCD is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB126157205-
CMYK0.390.2300.20
HSL216.46º44.13%64.9%-
HSV(B)216.46º38.54%80.39%-
XYZ31.6832.9662.45-
YUV153.2157.23108.6-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.82%
GREEN value IS 157 (61.72% from 255) = 32.17%
BLUE value IS 205 (80.47% from 255) = 42.01%
R=25.82%
G=32.17%
B=42.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1261572050.390.2300.20216.4644.1364.9
Hex7E9DCD2717014d82c41
Octal176235315472702433054101
Binary1111110100111011100110110011110111010100110110001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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