#716C94

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

Shades of Scampi #716C94

Tints of Scampi #716C94

Color information

#716C94 (or 0x716C94) is unknown color: approx Scampi. HEX triplet: 71, 6C and 94. RGB value is (113,108,148). Sum of RGB (Red+Green+Blue) = 113+108+148=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 148 (58.20% from 255 or 40.11% from 369); Max value from RGB is 148 - color contains mainly: blue. Hex color #716C94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716C94 is #8E936B. Grayscale: #717171. Windows color (decimal): -9343852 or 9727089. OLE color: 9727089.

HSL color Cylindrical-coordinate representation of color #716C94: hue angle of 247.5º 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 #716C94 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB113108148-
CMYK0.240.2700.42
HSL247.5º15.75%50.2%-
HSV(B)247.5º27.03%58.04%-
XYZ17.5216.3730.25-
YUV114.06147.16127.25-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.62%
GREEN value IS 108 (42.58% from 255) = 29.27%
BLUE value IS 148 (58.20% from 255) = 40.11%
R=30.62%
G=29.27%
B=40.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131081480.240.2700.42247.515.7550.2
Hex716C94181B02Af81032
Octal16115422430330523702062
Binary1110001110110010010100110001101101010101111100010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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