#716BAA

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

Shades of Scampi #716BAA

Tints of Scampi #716BAA

Color information

#716BAA (or 0x716BAA) is unknown color: approx Scampi. HEX triplet: 71, 6B and AA. RGB value is (113,107,170). Sum of RGB (Red+Green+Blue) = 113+107+170=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 170 - color contains mainly: blue. Hex color #716BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716BAA is #8E9455. Grayscale: #737373. Windows color (decimal): -9344086 or 11168625. OLE color: 11168625.

HSL color Cylindrical-coordinate representation of color #716BAA: hue angle of 245.71º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #716BAA is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB113107170-
CMYK0.340.3700.33
HSL245.71º27.04%54.31%-
HSV(B)245.71º37.06%66.67%-
XYZ19.3216.9340.28-
YUV115.98158.49125.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.97%
GREEN value IS 107 (42.19% from 255) = 27.44%
BLUE value IS 170 (66.80% from 255) = 43.59%
R=28.97%
G=27.44%
B=43.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1131071700.340.3700.33245.7127.0454.31
Hex716BAA2225021f61b36
Octal16115325242450413663366
Binary111000111010111010101010001010010101000011111011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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