#7A9CBF

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

Shades of Polo Blue #7A9CBF

Tints of Polo Blue #7A9CBF

Color information

#7A9CBF (or 0x7A9CBF) is unknown color: approx Polo Blue. HEX triplet: 7A, 9C and BF. RGB value is (122,156,191). Sum of RGB (Red+Green+Blue) = 122+156+191=469 (62% of max value = 765). Red value is 122 (48.05% from 255 or 26.01% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 191 - color contains mainly: blue. Hex color #7A9CBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9CBF is #856340. Grayscale: #959595. Windows color (decimal): -8741697 or 12557434. OLE color: 12557434.

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

Color convert

RGB122156191-
CMYK0.360.1800.25
HSL210.43º35.03%61.37%-
HSV(B)210.43º36.13%74.9%-
XYZ29.3231.6853.86-
YUV149.82151.24108.15-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.01%
GREEN value IS 156 (61.33% from 255) = 33.26%
BLUE value IS 191 (75% from 255) = 40.72%
R=26.01%
G=33.26%
B=40.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221561910.360.1800.25210.4335.0361.37
Hex7A9CBF2412019d2233d
Octal17223427744220313224375
Binary111101010011100101111111001001001001100111010010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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