#716496

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

Shades of Scampi #716496

Tints of Scampi #716496

Color information

#716496 (or 0x716496) is unknown color: approx Scampi. HEX triplet: 71, 64 and 96. RGB value is (113,100,150). Sum of RGB (Red+Green+Blue) = 113+100+150=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 150 - color contains mainly: blue. Hex color #716496 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716496 is #8E9B69. Grayscale: #6D6D6D. Windows color (decimal): -9345898 or 9856113. OLE color: 9856113.

HSL color Cylindrical-coordinate representation of color #716496: hue angle of 255.6º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #716496 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB113100150-
CMYK0.250.3300.41
HSL255.6º20%49.02%-
HSV(B)255.6º33.33%58.82%-
XYZ16.8714.8330.83-
YUV109.59150.81130.43-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.13%
GREEN value IS 100 (39.45% from 255) = 27.55%
BLUE value IS 150 (58.98% from 255) = 41.32%
R=31.13%
G=27.55%
B=41.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1131001500.250.3300.41255.62049.02
Hex71649619210291001431
Octal16114422631410514002461
Binary111000111001001001011011001100001010100110000000010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716496; }

 p { color: rgb(113,100,150); }

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

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

 a { background-color: rgb(113,100,150); }

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

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

 span { border-color: rgb(113,100,150); }

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