#716393

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

Shades of Scampi #716393

Tints of Scampi #716393

Color information

#716393 (or 0x716393) is unknown color: approx Scampi. HEX triplet: 71, 63 and 93. RGB value is (113,99,147). Sum of RGB (Red+Green+Blue) = 113+99+147=359 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.48% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 147 (57.81% from 255 or 40.95% from 359); Max value from RGB is 147 - color contains mainly: blue. Hex color #716393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716393 is #8E9C6C. Grayscale: #6C6C6C. Windows color (decimal): -9346157 or 9659249. OLE color: 9659249.

HSL color Cylindrical-coordinate representation of color #716393: hue angle of 257.5º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #716393 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11399147-
CMYK0.230.3300.42
HSL257.5º19.51%48.24%-
HSV(B)257.5º32.65%57.65%-
XYZ16.5414.5429.54-
YUV108.66149.64131.1-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.48%
GREEN value IS 99 (39.06% from 255) = 27.58%
BLUE value IS 147 (57.81% from 255) = 40.95%
R=31.48%
G=27.58%
B=40.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113991470.230.3300.42257.519.5148.24
Hex716393172102A1021430
Octal16114322327410524022460
Binary111000111000111001001110111100001010101010000001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716393; }

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

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

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

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

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

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

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

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