#7BA1BF

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

Shades of Polo Blue #7BA1BF

Tints of Polo Blue #7BA1BF

Color information

#7BA1BF (or 0x7BA1BF) is unknown color: approx Polo Blue. HEX triplet: 7B, A1 and BF. RGB value is (123,161,191). Sum of RGB (Red+Green+Blue) = 123+161+191=475 (62% of max value = 765). Red value is 123 (48.44% from 255 or 25.89% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 191 - color contains mainly: blue. Hex color #7BA1BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA1BF is #845E40. Grayscale: #989898. Windows color (decimal): -8674881 or 12558715. OLE color: 12558715.

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

Color convert

RGB123161191-
CMYK0.360.1600.25
HSL206.47º34.69%61.57%-
HSV(B)206.47º35.6%74.9%-
XYZ30.3233.4654.15-
YUV153.06149.41106.56-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.89%
GREEN value IS 161 (63.28% from 255) = 33.89%
BLUE value IS 191 (75% from 255) = 40.21%
R=25.89%
G=33.89%
B=40.21%

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
Decimal1231611910.360.1600.25206.4734.6961.57
Hex7BA1BF2410019ce233e
Octal17324127744200313164376
Binary111101110100001101111111001001000001100111001110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,161,191); }

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

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

 a { background-color: rgb(123,161,191); }

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

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

 span { border-color: rgb(123,161,191); }

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