#7BA3CC

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

Shades of Polo Blue #7BA3CC

Tints of Polo Blue #7BA3CC

Color information

#7BA3CC (or 0x7BA3CC) is unknown color: approx Polo Blue. HEX triplet: 7B, A3 and CC. RGB value is (123,163,204). Sum of RGB (Red+Green+Blue) = 123+163+204=490 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.10% from 490); Green value is 163 (64.06% from 255 or 33.27% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #7BA3CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA3CC is #845C33. Grayscale: #9B9B9B. Windows color (decimal): -8674356 or 13411195. OLE color: 13411195.

HSL color Cylindrical-coordinate representation of color #7BA3CC: hue angle of 210.37º 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 #7BA3CC is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB123163204-
CMYK0.400.2000.2
HSL210.37º44.26%64.12%-
HSV(B)210.37º39.71%80%-
XYZ32.1634.7662.14-
YUV155.71155.25104.67-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.10%
GREEN value IS 163 (64.06% from 255) = 33.27%
BLUE value IS 204 (80.08% from 255) = 41.63%
R=25.10%
G=33.27%
B=41.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1231632040.400.2000.2210.3744.2664.12
Hex7BA3CC2814014d22c40
Octal173243314502402432254100
Binary1111011101000111100110010100010100010100110100101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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