#7A9ECC

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

Shades of Polo Blue #7A9ECC

Tints of Polo Blue #7A9ECC

Color information

#7A9ECC (or 0x7A9ECC) is unknown color: approx Polo Blue. HEX triplet: 7A, 9E and CC. RGB value is (122,158,204). Sum of RGB (Red+Green+Blue) = 122+158+204=484 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.21% from 484); Green value is 158 (62.11% from 255 or 32.64% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A9ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9ECC is #856133. Grayscale: #989898. Windows color (decimal): -8741172 or 13409914. OLE color: 13409914.

HSL color Cylindrical-coordinate representation of color #7A9ECC: hue angle of 213.66º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A9ECC is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB122158204-
CMYK0.400.2300.2
HSL213.66º44.57%63.92%-
HSV(B)213.66º40.2%80%-
XYZ31.1532.9561.85-
YUV152.48157.07106.26-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.21%
GREEN value IS 158 (62.11% from 255) = 32.64%
BLUE value IS 204 (80.08% from 255) = 42.15%
R=25.21%
G=32.64%
B=42.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1221582040.400.2300.2213.6644.5763.92
Hex7A9ECC2817014d62d40
Octal172236314502702432655100
Binary1111010100111101100110010100010111010100110101101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,158,204); }

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

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

 a { background-color: rgb(122,158,204); }

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

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

 span { border-color: rgb(122,158,204); }

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