#7A9BCC

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

Shades of Polo Blue #7A9BCC

Tints of Polo Blue #7A9BCC

Color information

#7A9BCC (or 0x7A9BCC) is unknown color: approx Polo Blue. HEX triplet: 7A, 9B and CC. RGB value is (122,155,204). Sum of RGB (Red+Green+Blue) = 122+155+204=481 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.36% from 481); Green value is 155 (60.94% from 255 or 32.22% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A9BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9BCC is #856433. Grayscale: #969696. Windows color (decimal): -8741940 or 13409146. OLE color: 13409146.

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

Color convert

RGB122155204-
CMYK0.400.2400.2
HSL215.85º44.57%63.92%-
HSV(B)215.85º40.2%80%-
XYZ30.6531.9461.68-
YUV150.72158.07107.52-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.36%
GREEN value IS 155 (60.94% from 255) = 32.22%
BLUE value IS 204 (80.08% from 255) = 42.41%
R=25.36%
G=32.22%
B=42.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1221552040.400.2400.2215.8544.5763.92
Hex7A9BCC2818014d82d40
Octal172233314503002433055100
Binary1111010100110111100110010100011000010100110110001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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