#7aa3ce

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

Shades of Polo Blue #7AA3CE

Tints of Polo Blue #7AA3CE

Color information

#7AA3CE (or 0x7AA3CE) is unknown color: approx Polo Blue. HEX triplet: 7A, A3 and CE. RGB value is (122,163,206). Sum of RGB (Red+Green+Blue) = 122+163+206=491 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.85% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #7AA3CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA3CE is #855C31. Grayscale: #9B9B9B. Windows color (decimal): -8739890 or 13542266. OLE color: 13542266.

HSL color Cylindrical-coordinate representation of color #7AA3CE: hue angle of 210.71º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7AA3CE is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB122163206-
CMYK0.410.2100.19
HSL210.71º46.15%64.31%-
HSV(B)210.71º40.78%80.78%-
XYZ32.2634.7963.41-
YUV155.64156.42104-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.85%
GREEN value IS 163 (64.06% from 255) = 33.20%
BLUE value IS 206 (80.86% from 255) = 41.96%
R=24.85%
G=33.20%
B=41.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1221632060.410.2100.19210.7146.1564.31
Hex7AA3CE2915013d32e40
Octal172243316512502332356100
Binary1111010101000111100111010100110101010011110100111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7aa3ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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