#7A9FCC

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

Shades of Polo Blue #7A9FCC

Tints of Polo Blue #7A9FCC

Color information

#7A9FCC (or 0x7A9FCC) is unknown color: approx Polo Blue. HEX triplet: 7A, 9F and CC. RGB value is (122,159,204). Sum of RGB (Red+Green+Blue) = 122+159+204=485 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.15% from 485); Green value is 159 (62.5% from 255 or 32.78% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A9FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9FCC is #856033. Grayscale: #989898. Windows color (decimal): -8740916 or 13410170. OLE color: 13410170.

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

Color convert

RGB122159204-
CMYK0.400.2200.2
HSL212.93º44.57%63.92%-
HSV(B)212.93º40.2%80%-
XYZ31.3233.2961.9-
YUV153.07156.74105.84-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.15%
GREEN value IS 159 (62.5% from 255) = 32.78%
BLUE value IS 204 (80.08% from 255) = 42.06%
R=25.15%
G=32.78%
B=42.06%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1221592040.400.2200.2212.9344.5763.92
Hex7A9FCC2816014d52d40
Octal172237314502602432555100
Binary1111010100111111100110010100010110010100110101011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,159,204); }

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

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

 a { background-color: rgb(122,159,204); }

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

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

 span { border-color: rgb(122,159,204); }

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