#7797C9

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

Shades of Polo Blue #7797C9

Tints of Polo Blue #7797C9

Color information

#7797C9 (or 0x7797C9) is unknown color: approx Polo Blue. HEX triplet: 77, 97 and C9. RGB value is (119,151,201). Sum of RGB (Red+Green+Blue) = 119+151+201=471 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.27% from 471); Green value is 151 (59.38% from 255 or 32.06% from 471); Blue value is 201 (78.91% from 255 or 42.68% from 471); Max value from RGB is 201 - color contains mainly: blue. Hex color #7797C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7797C9 is #886836. Grayscale: #929292. Windows color (decimal): -8939575 or 13211511. OLE color: 13211511.

HSL color Cylindrical-coordinate representation of color #7797C9: hue angle of 216.59º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7797C9 is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB119151201-
CMYK0.410.2500.21
HSL216.59º43.16%62.75%-
HSV(B)216.59º40.8%78.82%-
XYZ29.2230.2759.56-
YUV147.13158.4107.93-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.27%
GREEN value IS 151 (59.38% from 255) = 32.06%
BLUE value IS 201 (78.91% from 255) = 42.68%
R=25.27%
G=32.06%
B=42.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1191512010.410.2500.21216.5943.1662.75
Hex7797C92919015d92b3f
Octal16722731151310253315377
Binary111011110010111110010011010011100101010111011001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7797C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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