#7B9BCC

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

Shades of Polo Blue #7B9BCC

Tints of Polo Blue #7B9BCC

Color information

#7B9BCC (or 0x7B9BCC) is unknown color: approx Polo Blue. HEX triplet: 7B, 9B and CC. RGB value is (123,155,204). Sum of RGB (Red+Green+Blue) = 123+155+204=482 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.52% from 482); Green value is 155 (60.94% from 255 or 32.16% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B9BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9BCC is #846433. Grayscale: #969696. Windows color (decimal): -8676404 or 13409147. OLE color: 13409147.

HSL color Cylindrical-coordinate representation of color #7B9BCC: hue angle of 216.3º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B9BCC is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB123155204-
CMYK0.400.2400.2
HSL216.3º44.26%64.12%-
HSV(B)216.3º39.71%80%-
XYZ30.7932.0161.68-
YUV151.02157.9108.02-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.52%
GREEN value IS 155 (60.94% from 255) = 32.16%
BLUE value IS 204 (80.08% from 255) = 42.32%
R=25.52%
G=32.16%
B=42.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1231552040.400.2400.2216.344.2664.12
Hex7B9BCC2818014d82c40
Octal173233314503002433054100
Binary1111011100110111100110010100011000010100110110001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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