#7BA6C4

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

Shades of Polo Blue #7BA6C4

Tints of Polo Blue #7BA6C4

Color information

#7BA6C4 (or 0x7BA6C4) is unknown color: approx Polo Blue. HEX triplet: 7B, A6 and C4. RGB value is (123,166,196). Sum of RGB (Red+Green+Blue) = 123+166+196=485 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.36% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 196 (76.95% from 255 or 40.41% from 485); Max value from RGB is 196 - color contains mainly: blue. Hex color #7BA6C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA6C4 is #84593B. Grayscale: #9C9C9C. Windows color (decimal): -8673596 or 12887675. OLE color: 12887675.

HSL color Cylindrical-coordinate representation of color #7BA6C4: hue angle of 204.66º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7BA6C4 is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB123166196-
CMYK0.370.1500.23
HSL204.66º38.22%62.55%-
HSV(B)204.66º37.24%76.86%-
XYZ31.7735.4757.4-
YUV156.56150.25104.06-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.36%
GREEN value IS 166 (65.23% from 255) = 34.23%
BLUE value IS 196 (76.95% from 255) = 40.41%
R=25.36%
G=34.23%
B=40.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1231661960.370.1500.23204.6638.2262.55
Hex7BA6C425F017cd263f
Octal17324630445170273154677
Binary11110111010011011000100100101111101011111001101100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA6C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,166,196); }

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

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

 a { background-color: rgb(123,166,196); }

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

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

 span { border-color: rgb(123,166,196); }

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