#7AA1CC

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

Shades of Polo Blue #7AA1CC

Tints of Polo Blue #7AA1CC

Color information

#7AA1CC (or 0x7AA1CC) is unknown color: approx Polo Blue. HEX triplet: 7A, A1 and CC. RGB value is (122,161,204). Sum of RGB (Red+Green+Blue) = 122+161+204=487 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.05% from 487); Green value is 161 (63.28% from 255 or 33.06% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #7AA1CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA1CC is #855E33. Grayscale: #9A9A9A. Windows color (decimal): -8740404 or 13410682. OLE color: 13410682.

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

Color convert

RGB122161204-
CMYK0.400.2100.2
HSL211.46º44.57%63.92%-
HSV(B)211.46º40.2%80%-
XYZ31.6733.9962.02-
YUV154.24156.08105-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.05%
GREEN value IS 161 (63.28% from 255) = 33.06%
BLUE value IS 204 (80.08% from 255) = 41.89%
R=25.05%
G=33.06%
B=41.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1221612040.400.2100.2211.4644.5763.92
Hex7AA1CC2815014d32d40
Octal172241314502502432355100
Binary1111010101000011100110010100010101010100110100111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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