#7B9FBE

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

Shades of Polo Blue #7B9FBE

Tints of Polo Blue #7B9FBE

Color information

#7B9FBE (or 0x7B9FBE) is unknown color: approx Polo Blue. HEX triplet: 7B, 9F and BE. RGB value is (123,159,190). Sum of RGB (Red+Green+Blue) = 123+159+190=472 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.06% from 472); Green value is 159 (62.5% from 255 or 33.69% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B9FBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9FBE is #846041. Grayscale: #979797. Windows color (decimal): -8675394 or 12492667. OLE color: 12492667.

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

Color convert

RGB123159190-
CMYK0.350.1600.25
HSL207.76º34.01%61.37%-
HSV(B)207.76º35.26%74.51%-
XYZ29.8632.7253.46-
YUV151.77149.57107.48-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.06%
GREEN value IS 159 (62.5% from 255) = 33.69%
BLUE value IS 190 (74.61% from 255) = 40.25%
R=26.06%
G=33.69%
B=40.25%

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
Decimal1231591900.350.1600.25207.7634.0161.37
Hex7B9FBE2310019d0223d
Octal17323727643200313204275
Binary111101110011111101111101000111000001100111010000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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