#7A9BCA

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

Shades of Polo Blue #7A9BCA

Tints of Polo Blue #7A9BCA

Color information

#7A9BCA (or 0x7A9BCA) is unknown color: approx Polo Blue. HEX triplet: 7A, 9B and CA. RGB value is (122,155,202). Sum of RGB (Red+Green+Blue) = 122+155+202=479 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.47% from 479); Green value is 155 (60.94% from 255 or 32.36% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #7A9BCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9BCA is #856435. Grayscale: #969696. Windows color (decimal): -8741942 or 13278074. OLE color: 13278074.

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

Color convert

RGB122155202-
CMYK0.400.2300.21
HSL215.25º43.01%63.53%-
HSV(B)215.25º39.6%79.22%-
XYZ30.4131.8460.42-
YUV150.49157.07107.68-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.47%
GREEN value IS 155 (60.94% from 255) = 32.36%
BLUE value IS 202 (79.30% from 255) = 42.17%
R=25.47%
G=32.36%
B=42.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1221552020.400.2300.21215.2543.0163.53
Hex7A9BCA2817015d72b40
Octal172233312502702532753100
Binary1111010100110111100101010100010111010101110101111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,155,202); }

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

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

 a { background-color: rgb(122,155,202); }

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

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

 span { border-color: rgb(122,155,202); }

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