#7B9ABE

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

Shades of Polo Blue #7B9ABE

Tints of Polo Blue #7B9ABE

Color information

#7B9ABE (or 0x7B9ABE) is unknown color: approx Polo Blue. HEX triplet: 7B, 9A and BE. RGB value is (123,154,190). Sum of RGB (Red+Green+Blue) = 123+154+190=467 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.34% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B9ABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9ABE is #846541. Grayscale: #949494. Windows color (decimal): -8676674 or 12491387. OLE color: 12491387.

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

Color convert

RGB123154190-
CMYK0.350.1900.25
HSL212.24º34.01%61.37%-
HSV(B)212.24º35.26%74.51%-
XYZ29.0231.0453.18-
YUV148.84151.23109.57-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.34%
GREEN value IS 154 (60.55% from 255) = 32.98%
BLUE value IS 190 (74.61% from 255) = 40.69%
R=26.34%
G=32.98%
B=40.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1231541900.350.1900.25212.2434.0161.37
Hex7B9ABE2313019d4223d
Octal17323227643230313244275
Binary111101110011010101111101000111001101100111010100100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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