#7A9CCE

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

Shades of Polo Blue #7A9CCE

Tints of Polo Blue #7A9CCE

Color information

#7A9CCE (or 0x7A9CCE) is unknown color: approx Polo Blue. HEX triplet: 7A, 9C and CE. RGB value is (122,156,206). Sum of RGB (Red+Green+Blue) = 122+156+206=484 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.21% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A9CCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9CCE is #856331. Grayscale: #979797. Windows color (decimal): -8741682 or 13540474. OLE color: 13540474.

HSL color Cylindrical-coordinate representation of color #7A9CCE: hue angle of 215.71º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7A9CCE is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB122156206-
CMYK0.410.2400.19
HSL215.71º46.15%64.31%-
HSV(B)215.71º40.78%80.78%-
XYZ31.0632.3763-
YUV151.53158.74106.93-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.21%
GREEN value IS 156 (61.33% from 255) = 32.23%
BLUE value IS 206 (80.86% from 255) = 42.56%
R=25.21%
G=32.23%
B=42.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1221562060.410.2400.19215.7146.1564.31
Hex7A9CCE2918013d82e40
Octal172234316513002333056100
Binary1111010100111001100111010100111000010011110110001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,156,206); }

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

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

 a { background-color: rgb(122,156,206); }

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

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

 span { border-color: rgb(122,156,206); }

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