#7AA7CC

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

Shades of Polo Blue #7AA7CC

Tints of Polo Blue #7AA7CC

Color information

#7AA7CC (or 0x7AA7CC) is unknown color: approx Polo Blue. HEX triplet: 7A, A7 and CC. RGB value is (122,167,204). Sum of RGB (Red+Green+Blue) = 122+167+204=493 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.75% from 493); Green value is 167 (65.62% from 255 or 33.87% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #7AA7CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA7CC is #855833. Grayscale: #9D9D9D. Windows color (decimal): -8738868 or 13412218. OLE color: 13412218.

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

Color convert

RGB122167204-
CMYK0.400.1800.2
HSL207.07º44.57%63.92%-
HSV(B)207.07º40.2%80%-
XYZ32.7436.1362.38-
YUV157.76154.09102.49-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.75%
GREEN value IS 167 (65.62% from 255) = 33.87%
BLUE value IS 204 (80.08% from 255) = 41.38%
R=24.75%
G=33.87%
B=41.38%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1221672040.400.1800.2207.0744.5763.92
Hex7AA7CC2812014cf2d40
Octal172247314502202431755100
Binary1111010101001111100110010100010010010100110011111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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