#716A91

Color #716A91 Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #716A91

Tints of Scampi #716A91

Color information

#716A91 (or 0x716A91) is unknown color: approx Scampi. HEX triplet: 71, 6A and 91. RGB value is (113,106,145). Sum of RGB (Red+Green+Blue) = 113+106+145=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 145 (57.03% from 255 or 39.84% from 364); Max value from RGB is 145 - color contains mainly: blue. Hex color #716A91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716A91 is #8E956E. Grayscale: #707070. Windows color (decimal): -9344367 or 9529969. OLE color: 9529969.

HSL color Cylindrical-coordinate representation of color #716A91: hue angle of 250.77º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #716A91 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB113106145-
CMYK0.220.2700.43
HSL250.77º15.54%49.22%-
HSV(B)250.77º26.9%56.86%-
XYZ17.0715.8628.95-
YUV112.54146.32128.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.04%
GREEN value IS 106 (41.80% from 255) = 29.12%
BLUE value IS 145 (57.03% from 255) = 39.84%
R=31.04%
G=29.12%
B=39.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1131061450.220.2700.43250.7715.5449.22
Hex716A91161B02Bfb1031
Octal16115222126330533732061
Binary1110001110101010010001101101101101010111111101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716A91; }

 p { color: rgb(113,106,145); }

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

<style>
 a { background-color: #716A91; }

 a { background-color: rgb(113,106,145); }

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

<style>
 span { border-color: #716A91; }

 span { border-color: rgb(113,106,145); }

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