#7BA2CA

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

Shades of Polo Blue #7BA2CA

Tints of Polo Blue #7BA2CA

Color information

#7BA2CA (or 0x7BA2CA) is unknown color: approx Polo Blue. HEX triplet: 7B, A2 and CA. RGB value is (123,162,202). Sum of RGB (Red+Green+Blue) = 123+162+202=487 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.26% from 487); Green value is 162 (63.67% from 255 or 33.26% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #7BA2CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA2CA is #845D35. Grayscale: #9A9A9A. Windows color (decimal): -8674614 or 13279867. OLE color: 13279867.

HSL color Cylindrical-coordinate representation of color #7BA2CA: hue angle of 210.38º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7BA2CA is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB123162202-
CMYK0.390.2000.21
HSL210.38º42.7%63.73%-
HSV(B)210.38º39.11%79.22%-
XYZ31.7534.3260.83-
YUV154.9154.58105.25-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.26%
GREEN value IS 162 (63.67% from 255) = 33.26%
BLUE value IS 202 (79.30% from 255) = 41.48%
R=25.26%
G=33.26%
B=41.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1231622020.390.2000.21210.3842.763.73
Hex7BA2CA2714015d22b40
Octal173242312472402532253100
Binary1111011101000101100101010011110100010101110100101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,162,202); }

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

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

 a { background-color: rgb(123,162,202); }

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

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

 span { border-color: rgb(123,162,202); }

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