#7AA0BF

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

Shades of Polo Blue #7AA0BF

Tints of Polo Blue #7AA0BF

Color information

#7AA0BF (or 0x7AA0BF) is unknown color: approx Polo Blue. HEX triplet: 7A, A0 and BF. RGB value is (122,160,191). Sum of RGB (Red+Green+Blue) = 122+160+191=473 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.79% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 191 - color contains mainly: blue. Hex color #7AA0BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA0BF is #855F40. Grayscale: #989898. Windows color (decimal): -8740673 or 12558458. OLE color: 12558458.

HSL color Cylindrical-coordinate representation of color #7AA0BF: hue angle of 206.96º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7AA0BF is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB122160191-
CMYK0.360.1600.25
HSL206.96º35.03%61.37%-
HSV(B)206.96º36.13%74.9%-
XYZ3033.0454.09-
YUV152.17149.91106.48-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.79%
GREEN value IS 160 (62.89% from 255) = 33.83%
BLUE value IS 191 (75% from 255) = 40.38%
R=25.79%
G=33.83%
B=40.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221601910.360.1600.25206.9635.0361.37
Hex7AA0BF2410019cf233d
Octal17224027744200313174375
Binary111101010100000101111111001001000001100111001111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,160,191); }

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

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

 a { background-color: rgb(122,160,191); }

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

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

 span { border-color: rgb(122,160,191); }

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