#716C95

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

Shades of Scampi #716C95

Tints of Scampi #716C95

Color information

#716C95 (or 0x716C95) is unknown color: approx Scampi. HEX triplet: 71, 6C and 95. RGB value is (113,108,149). Sum of RGB (Red+Green+Blue) = 113+108+149=370 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.54% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 149 - color contains mainly: blue. Hex color #716C95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716C95 is #8E936A. Grayscale: #727272. Windows color (decimal): -9343851 or 9792625. OLE color: 9792625.

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

Color convert

RGB113108149-
CMYK0.240.2800.42
HSL247.32º16.21%50.39%-
HSV(B)247.32º27.52%58.43%-
XYZ17.616.4130.67-
YUV114.17147.66127.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.54%
GREEN value IS 108 (42.58% from 255) = 29.19%
BLUE value IS 149 (58.59% from 255) = 40.27%
R=30.54%
G=29.19%
B=40.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131081490.240.2800.42247.3216.2150.39
Hex716C95181C02Af71032
Octal16115422530340523672062
Binary1110001110110010010101110001110001010101111011110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,108,149); }

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

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

 a { background-color: rgb(113,108,149); }

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

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

 span { border-color: rgb(113,108,149); }

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