#7697CC

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

Shades of Polo Blue #7697CC

Tints of Polo Blue #7697CC

Color information

#7697CC (or 0x7697CC) is unknown color: approx Polo Blue. HEX triplet: 76, 97 and CC. RGB value is (118,151,204). Sum of RGB (Red+Green+Blue) = 118+151+204=473 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.95% from 473); Green value is 151 (59.38% from 255 or 31.92% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #7697CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7697CC is #896833. Grayscale: #929292. Windows color (decimal): -9005108 or 13408118. OLE color: 13408118.

HSL color Cylindrical-coordinate representation of color #7697CC: hue angle of 216.98º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7697CC is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB118151204-
CMYK0.420.2600.2
HSL216.98º45.74%63.14%-
HSV(B)216.98º42.16%80%-
XYZ29.4430.3461.43-
YUV147.18160.07107.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.95%
GREEN value IS 151 (59.38% from 255) = 31.92%
BLUE value IS 204 (80.08% from 255) = 43.13%
R=24.95%
G=31.92%
B=43.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1181512040.420.2600.2216.9845.7463.14
Hex7697CC2A1A014d92e3f
Octal16622731452320243315677
Binary111011010010111110011001010101101001010011011001101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7697CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7697CC; }

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

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

<style>
 a { background-color: #7697CC; }

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

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

<style>
 span { border-color: #7697CC; }

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

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