#7E9ACA

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

Shades of Polo Blue #7E9ACA

Tints of Polo Blue #7E9ACA

Color information

#7E9ACA (or 0x7E9ACA) is unknown color: approx Polo Blue. HEX triplet: 7E, 9A and CA. RGB value is (126,154,202). Sum of RGB (Red+Green+Blue) = 126+154+202=482 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.14% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #7E9ACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E9ACA is #816535. Grayscale: #969696. Windows color (decimal): -8480054 or 13277822. OLE color: 13277822.

HSL color Cylindrical-coordinate representation of color #7E9ACA: hue angle of 217.89º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7E9ACA is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB126154202-
CMYK0.380.2400.21
HSL217.89º41.76%64.31%-
HSV(B)217.89º37.62%79.22%-
XYZ30.8231.8160.39-
YUV151.1156.72110.1-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.14%
GREEN value IS 154 (60.55% from 255) = 31.95%
BLUE value IS 202 (79.30% from 255) = 41.91%
R=26.14%
G=31.95%
B=41.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1261542020.380.2400.21217.8941.7664.31
Hex7E9ACA2618015da2a40
Octal176232312463002533252100
Binary1111110100110101100101010011011000010101110110101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,154,202); }

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

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

 a { background-color: rgb(126,154,202); }

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

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

 span { border-color: rgb(126,154,202); }

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