#716EA2

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

Shades of Scampi #716EA2

Tints of Scampi #716EA2

Color information

#716EA2 (or 0x716EA2) is unknown color: approx Scampi. HEX triplet: 71, 6E and A2. RGB value is (113,110,162). Sum of RGB (Red+Green+Blue) = 113+110+162=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 162 - color contains mainly: blue. Hex color #716EA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716EA2 is #8E915D. Grayscale: #747474. Windows color (decimal): -9343326 or 10645105. OLE color: 10645105.

HSL color Cylindrical-coordinate representation of color #716EA2: hue angle of 243.46º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #716EA2 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB113110162-
CMYK0.300.3200.36
HSL243.46º21.85%53.33%-
HSV(B)243.46º32.1%63.53%-
XYZ18.9117.2736.52-
YUV116.82153.49125.27-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.35%
GREEN value IS 110 (43.36% from 255) = 28.57%
BLUE value IS 162 (63.67% from 255) = 42.08%
R=29.35%
G=28.57%
B=42.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1131101620.300.3200.36243.4621.8553.33
Hex716EA21E20024f31635
Octal16115624236400443632665
Binary11100011101110101000101111010000001001001111001110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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