#716791

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

Shades of Scampi #716791

Tints of Scampi #716791

Color information

#716791 (or 0x716791) is unknown color: approx Scampi. HEX triplet: 71, 67 and 91. RGB value is (113,103,145). Sum of RGB (Red+Green+Blue) = 113+103+145=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 145 - color contains mainly: blue. Hex color #716791 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716791 is #8E986E. Grayscale: #6E6E6E. Windows color (decimal): -9345135 or 9529201. OLE color: 9529201.

HSL color Cylindrical-coordinate representation of color #716791: hue angle of 254.29º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #716791 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB113103145-
CMYK0.220.2900.43
HSL254.29º16.94%48.63%-
HSV(B)254.29º28.97%56.86%-
XYZ16.7715.2628.85-
YUV110.78147.31129.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.30%
GREEN value IS 103 (40.62% from 255) = 28.53%
BLUE value IS 145 (57.03% from 255) = 40.17%
R=31.30%
G=28.53%
B=40.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1131031450.220.2900.43254.2916.9448.63
Hex716791161D02Bfe1131
Octal16114722126350533762161
Binary1110001110011110010001101101110101010111111111010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716791; }

 p { color: rgb(113,103,145); }

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

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

 a { background-color: rgb(113,103,145); }

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

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

 span { border-color: rgb(113,103,145); }

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