#7E9BCD

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

Shades of Polo Blue #7E9BCD

Tints of Polo Blue #7E9BCD

Color information

#7E9BCD (or 0x7E9BCD) is unknown color: approx Polo Blue. HEX triplet: 7E, 9B and CD. RGB value is (126,155,205). Sum of RGB (Red+Green+Blue) = 126+155+205=486 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.93% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #7E9BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E9BCD is #816432. Grayscale: #979797. Windows color (decimal): -8479795 or 13474686. OLE color: 13474686.

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

Color convert

RGB126155205-
CMYK0.390.2400.20
HSL217.97º44.13%64.9%-
HSV(B)217.97º38.54%80.39%-
XYZ31.3432.2962.34-
YUV152.03157.89109.43-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.93%
GREEN value IS 155 (60.94% from 255) = 31.89%
BLUE value IS 205 (80.47% from 255) = 42.18%
R=25.93%
G=31.89%
B=42.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1261552050.390.2400.20217.9744.1364.9
Hex7E9BCD2718014da2c41
Octal176233315473002433254101
Binary1111110100110111100110110011111000010100110110101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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