#7A9CC9

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

Shades of Polo Blue #7A9CC9

Tints of Polo Blue #7A9CC9

Color information

#7A9CC9 (or 0x7A9CC9) is unknown color: approx Polo Blue. HEX triplet: 7A, 9C and C9. RGB value is (122,156,201). Sum of RGB (Red+Green+Blue) = 122+156+201=479 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.47% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 201 (78.91% from 255 or 41.96% from 479); Max value from RGB is 201 - color contains mainly: blue. Hex color #7A9CC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9CC9 is #856336. Grayscale: #969696. Windows color (decimal): -8741687 or 13212794. OLE color: 13212794.

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

Color convert

RGB122156201-
CMYK0.390.2200.21
HSL214.18º42.25%63.33%-
HSV(B)214.18º39.3%78.82%-
XYZ30.4632.1359.86-
YUV150.96156.24107.34-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.47%
GREEN value IS 156 (61.33% from 255) = 32.57%
BLUE value IS 201 (78.91% from 255) = 41.96%
R=25.47%
G=32.57%
B=41.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1221562010.390.2200.21214.1842.2563.33
Hex7A9CC92716015d62a3f
Octal17223431147260253265277
Binary111101010011100110010011001111011001010111010110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,156,201); }

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

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

 a { background-color: rgb(122,156,201); }

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

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

 span { border-color: rgb(122,156,201); }

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