#7797cc

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

Shades of Polo Blue #7797CC

Tints of Polo Blue #7797CC

Color information

#7797CC (or 0x7797CC) is unknown color: approx Polo Blue. HEX triplet: 77, 97 and CC. RGB value is (119,151,204). Sum of RGB (Red+Green+Blue) = 119+151+204=474 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.11% from 474); Green value is 151 (59.38% from 255 or 31.86% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #7797CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7797CC is #886833. Grayscale: #939393. Windows color (decimal): -8939572 or 13408119. OLE color: 13408119.

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

Color convert

RGB119151204-
CMYK0.420.2600.2
HSL217.41º45.45%63.33%-
HSV(B)217.41º41.67%80%-
XYZ29.5730.4161.44-
YUV147.47159.9107.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.11%
GREEN value IS 151 (59.38% from 255) = 31.86%
BLUE value IS 204 (80.08% from 255) = 43.04%
R=25.11%
G=31.86%
B=43.04%

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
Decimal1191512040.420.2600.2217.4145.4563.33
Hex7797CC2A1A014d92d3f
Octal16722731452320243315577
Binary111011110010111110011001010101101001010011011001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7797cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7797cc; }

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

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

<style>
 a { background-color: #7797cc; }

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

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

<style>
 span { border-color: #7797cc; }

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

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