#7AA3CC

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

Shades of Polo Blue #7AA3CC

Tints of Polo Blue #7AA3CC

Color information

#7AA3CC (or 0x7AA3CC) is unknown color: approx Polo Blue. HEX triplet: 7A, A3 and CC. RGB value is (122,163,204). Sum of RGB (Red+Green+Blue) = 122+163+204=489 (64% of max value = 765). Red value is 122 (48.05% from 255 or 24.95% from 489); Green value is 163 (64.06% from 255 or 33.33% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #7AA3CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA3CC is #855C33. Grayscale: #9B9B9B. Windows color (decimal): -8739892 or 13411194. OLE color: 13411194.

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

Color convert

RGB122163204-
CMYK0.400.2000.2
HSL210º44.57%63.92%-
HSV(B)210º40.2%80%-
XYZ32.0234.6962.14-
YUV155.42155.42104.17-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.95%
GREEN value IS 163 (64.06% from 255) = 33.33%
BLUE value IS 204 (80.08% from 255) = 41.72%
R=24.95%
G=33.33%
B=41.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1221632040.400.2000.221044.5763.92
Hex7AA3CC2814014d22d40
Octal172243314502402432255100
Binary1111010101000111100110010100010100010100110100101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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