#7A97CC

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

Shades of Polo Blue #7A97CC

Tints of Polo Blue #7A97CC

Color information

#7A97CC (or 0x7A97CC) is unknown color: approx Polo Blue. HEX triplet: 7A, 97 and CC. RGB value is (122,151,204). Sum of RGB (Red+Green+Blue) = 122+151+204=477 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.58% from 477); Green value is 151 (59.38% from 255 or 31.66% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A97CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A97CC is #856833. Grayscale: #949494. Windows color (decimal): -8742964 or 13408122. OLE color: 13408122.

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

Color convert

RGB122151204-
CMYK0.400.2600.2
HSL218.78º44.57%63.92%-
HSV(B)218.78º40.2%80%-
XYZ29.9930.6361.46-
YUV148.37159.39109.19-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.58%
GREEN value IS 151 (59.38% from 255) = 31.66%
BLUE value IS 204 (80.08% from 255) = 42.77%
R=25.58%
G=31.66%
B=42.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1221512040.400.2600.2218.7844.5763.92
Hex7A97CC281A014db2d40
Octal172227314503202433355100
Binary1111010100101111100110010100011010010100110110111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A97CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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