#7BA0BE

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

Shades of Polo Blue #7BA0BE

Tints of Polo Blue #7BA0BE

Color information

#7BA0BE (or 0x7BA0BE) is unknown color: approx Polo Blue. HEX triplet: 7B, A0 and BE. RGB value is (123,160,190). Sum of RGB (Red+Green+Blue) = 123+160+190=473 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.00% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #7BA0BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA0BE is #845F41. Grayscale: #989898. Windows color (decimal): -8675138 or 12492923. OLE color: 12492923.

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

Color convert

RGB123160190-
CMYK0.350.1600.25
HSL206.87º34.01%61.37%-
HSV(B)206.87º35.26%74.51%-
XYZ30.0333.0753.52-
YUV152.36149.24107.06-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.00%
GREEN value IS 160 (62.89% from 255) = 33.83%
BLUE value IS 190 (74.61% from 255) = 40.17%
R=26.00%
G=33.83%
B=40.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1231601900.350.1600.25206.8734.0161.37
Hex7BA0BE2310019cf223d
Octal17324027643200313174275
Binary111101110100000101111101000111000001100111001111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,160,190); }

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

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

 a { background-color: rgb(123,160,190); }

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

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

 span { border-color: rgb(123,160,190); }

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