#716BAE

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

Shades of Scampi #716BAE

Tints of Scampi #716BAE

Color information

#716BAE (or 0x716BAE) is unknown color: approx Scampi. HEX triplet: 71, 6B and AE. RGB value is (113,107,174). Sum of RGB (Red+Green+Blue) = 113+107+174=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 107 (42.19% from 255 or 27.16% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 174 - color contains mainly: blue. Hex color #716BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716BAE is #8E9451. Grayscale: #747474. Windows color (decimal): -9344082 or 11430769. OLE color: 11430769.

HSL color Cylindrical-coordinate representation of color #716BAE: hue angle of 245.37º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #716BAE is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB113107174-
CMYK0.350.3900.32
HSL245.37º29.26%55.1%-
HSV(B)245.37º38.51%68.24%-
XYZ19.7117.0842.3-
YUV116.43160.49125.55-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.68%
GREEN value IS 107 (42.19% from 255) = 27.16%
BLUE value IS 174 (68.36% from 255) = 44.16%
R=28.68%
G=27.16%
B=44.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1131071740.350.3900.32245.3729.2655.1
Hex716BAE2327020f51d37
Octal16115325643470403653567
Binary111000111010111010111010001110011101000001111010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,107,174); }

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

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

 a { background-color: rgb(113,107,174); }

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

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

 span { border-color: rgb(113,107,174); }

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