#7AA0C8

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

Shades of Polo Blue #7AA0C8

Tints of Polo Blue #7AA0C8

Color information

#7AA0C8 (or 0x7AA0C8) is unknown color: approx Polo Blue. HEX triplet: 7A, A0 and C8. RGB value is (122,160,200). Sum of RGB (Red+Green+Blue) = 122+160+200=482 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.31% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 200 (78.52% from 255 or 41.49% from 482); Max value from RGB is 200 - color contains mainly: blue. Hex color #7AA0C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA0C8 is #855F37. Grayscale: #999999. Windows color (decimal): -8740664 or 13148282. OLE color: 13148282.

HSL color Cylindrical-coordinate representation of color #7AA0C8: hue angle of 210.77º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7AA0C8 is Cyan = 0.39, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB122160200-
CMYK0.390.200.22
HSL210.77º41.49%63.14%-
HSV(B)210.77º39%78.43%-
XYZ31.0233.4559.46-
YUV153.2154.41105.75-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.31%
GREEN value IS 160 (62.89% from 255) = 33.20%
BLUE value IS 200 (78.52% from 255) = 41.49%
R=25.31%
G=33.20%
B=41.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1221602000.390.200.22210.7741.4963.14
Hex7AA0C82714016d3293f
Octal17224031047240263235177
Binary111101010100000110010001001111010001011011010011101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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