#7B9BC3

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

Shades of Polo Blue #7B9BC3

Tints of Polo Blue #7B9BC3

Color information

#7B9BC3 (or 0x7B9BC3) is unknown color: approx Polo Blue. HEX triplet: 7B, 9B and C3. RGB value is (123,155,195). Sum of RGB (Red+Green+Blue) = 123+155+195=473 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.00% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 195 (76.56% from 255 or 41.23% from 473); Max value from RGB is 195 - color contains mainly: blue. Hex color #7B9BC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9BC3 is #84643C. Grayscale: #959595. Windows color (decimal): -8676413 or 12819323. OLE color: 12819323.

HSL color Cylindrical-coordinate representation of color #7B9BC3: hue angle of 213.33º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7B9BC3 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB123155195-
CMYK0.370.2100.24
HSL213.33º37.5%62.35%-
HSV(B)213.33º36.92%76.47%-
XYZ29.7431.5956.16-
YUV149.99153.4108.75-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.00%
GREEN value IS 155 (60.94% from 255) = 32.77%
BLUE value IS 195 (76.56% from 255) = 41.23%
R=26.00%
G=32.77%
B=41.23%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1231551950.370.2100.24213.3337.562.35
Hex7B9BC32515018d5263e
Octal17323330345250303254676
Binary111101110011011110000111001011010101100011010101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,155,195); }

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

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

 a { background-color: rgb(123,155,195); }

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

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

 span { border-color: rgb(123,155,195); }

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