#716B93

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

Shades of Scampi #716B93

Tints of Scampi #716B93

Color information

#716B93 (or 0x716B93) is unknown color: approx Scampi. HEX triplet: 71, 6B and 93. RGB value is (113,107,147). Sum of RGB (Red+Green+Blue) = 113+107+147=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 147 (57.81% from 255 or 40.05% from 367); Max value from RGB is 147 - color contains mainly: blue. Hex color #716B93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716B93 is #8E946C. Grayscale: #717171. Windows color (decimal): -9344109 or 9661297. OLE color: 9661297.

HSL color Cylindrical-coordinate representation of color #716B93: hue angle of 249º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #716B93 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB113107147-
CMYK0.230.2700.42
HSL249º15.75%49.8%-
HSV(B)249º27.21%57.65%-
XYZ17.3316.1329.8-
YUV113.35146.99127.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.79%
GREEN value IS 107 (42.19% from 255) = 29.16%
BLUE value IS 147 (57.81% from 255) = 40.05%
R=30.79%
G=29.16%
B=40.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131071470.230.2700.4224915.7549.8
Hex716B93171B02Af91032
Octal16115322327330523712062
Binary1110001110101110010011101111101101010101111100110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,107,147); }

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

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

 a { background-color: rgb(113,107,147); }

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

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

 span { border-color: rgb(113,107,147); }

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