#7A9FBF

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

Shades of Polo Blue #7A9FBF

Tints of Polo Blue #7A9FBF

Color information

#7A9FBF (or 0x7A9FBF) is unknown color: approx Polo Blue. HEX triplet: 7A, 9F and BF. RGB value is (122,159,191). Sum of RGB (Red+Green+Blue) = 122+159+191=472 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.85% from 472); Green value is 159 (62.5% from 255 or 33.69% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 191 - color contains mainly: blue. Hex color #7A9FBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9FBF is #856040. Grayscale: #979797. Windows color (decimal): -8740929 or 12558202. OLE color: 12558202.

HSL color Cylindrical-coordinate representation of color #7A9FBF: hue angle of 207.83º 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 #7A9FBF is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB122159191-
CMYK0.360.1700.25
HSL207.83º35.03%61.37%-
HSV(B)207.83º36.13%74.9%-
XYZ29.8332.754.03-
YUV151.58150.24106.9-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.85%
GREEN value IS 159 (62.5% from 255) = 33.69%
BLUE value IS 191 (75% from 255) = 40.47%
R=25.85%
G=33.69%
B=40.47%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221591910.360.1700.25207.8335.0361.37
Hex7A9FBF2411019d0233d
Octal17223727744210313204375
Binary111101010011111101111111001001000101100111010000100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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