#7A9ECD

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

Shades of Polo Blue #7A9ECD

Tints of Polo Blue #7A9ECD

Color information

#7A9ECD (or 0x7A9ECD) is unknown color: approx Polo Blue. HEX triplet: 7A, 9E and CD. RGB value is (122,158,205). Sum of RGB (Red+Green+Blue) = 122+158+205=485 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.15% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A9ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9ECD is #856132. Grayscale: #989898. Windows color (decimal): -8741171 or 13475450. OLE color: 13475450.

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

Color convert

RGB122158205-
CMYK0.400.2300.20
HSL213.98º45.36%64.12%-
HSV(B)213.98º40.49%80.39%-
XYZ31.273362.48-
YUV152.59157.57106.18-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.15%
GREEN value IS 158 (62.11% from 255) = 32.58%
BLUE value IS 205 (80.47% from 255) = 42.27%
R=25.15%
G=32.58%
B=42.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1221582050.400.2300.20213.9845.3664.12
Hex7A9ECD2817014d62d40
Octal172236315502702432655100
Binary1111010100111101100110110100010111010100110101101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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