#7B9EBF

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

Shades of Polo Blue #7B9EBF

Tints of Polo Blue #7B9EBF

Color information

#7B9EBF (or 0x7B9EBF) is unknown color: approx Polo Blue. HEX triplet: 7B, 9E and BF. RGB value is (123,158,191). Sum of RGB (Red+Green+Blue) = 123+158+191=472 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.06% from 472); Green value is 158 (62.11% from 255 or 33.47% 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 #7B9EBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9EBF is #846140. Grayscale: #979797. Windows color (decimal): -8675649 or 12557947. OLE color: 12557947.

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

Color convert

RGB123158191-
CMYK0.360.1700.25
HSL209.12º34.69%61.57%-
HSV(B)209.12º35.6%74.9%-
XYZ29.832.4353.98-
YUV151.3150.4107.82-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.06%
GREEN value IS 158 (62.11% from 255) = 33.47%
BLUE value IS 191 (75% from 255) = 40.47%
R=26.06%
G=33.47%
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
Decimal1231581910.360.1700.25209.1234.6961.57
Hex7B9EBF2411019d1233e
Octal17323627744210313214376
Binary111101110011110101111111001001000101100111010001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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