#716E99

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

Shades of Scampi #716E99

Tints of Scampi #716E99

Color information

#716E99 (or 0x716E99) is unknown color: approx Scampi. HEX triplet: 71, 6E and 99. RGB value is (113,110,153). Sum of RGB (Red+Green+Blue) = 113+110+153=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 153 - color contains mainly: blue. Hex color #716E99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716E99 is #8E9166. Grayscale: #737373. Windows color (decimal): -9343335 or 10055281. OLE color: 10055281.

HSL color Cylindrical-coordinate representation of color #716E99: hue angle of 244.19º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #716E99 is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB113110153-
CMYK0.260.2800.4
HSL244.19º17.41%51.57%-
HSV(B)244.19º28.1%60%-
XYZ18.1416.9632.46-
YUV115.8148.99126-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.05%
GREEN value IS 110 (43.36% from 255) = 29.26%
BLUE value IS 153 (60.16% from 255) = 40.69%
R=30.05%
G=29.26%
B=40.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1131101530.260.2800.4244.1917.4151.57
Hex716E991A1C028f41134
Octal16115623132340503642164
Binary1110001110111010011001110101110001010001111010010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,110,153); }

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

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

 a { background-color: rgb(113,110,153); }

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

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

 span { border-color: rgb(113,110,153); }

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