#716BAC

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

Shades of Scampi #716BAC

Tints of Scampi #716BAC

Color information

#716BAC (or 0x716BAC) is unknown color: approx Scampi. HEX triplet: 71, 6B and AC. RGB value is (113,107,172). Sum of RGB (Red+Green+Blue) = 113+107+172=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 107 (42.19% from 255 or 27.30% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #716BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716BAC is #8E9453. Grayscale: #737373. Windows color (decimal): -9344084 or 11299697. OLE color: 11299697.

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

Color convert

RGB113107172-
CMYK0.340.3800.33
HSL245.54º28.14%54.71%-
HSV(B)245.54º37.79%67.45%-
XYZ19.511741.28-
YUV116.2159.49125.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.83%
GREEN value IS 107 (42.19% from 255) = 27.30%
BLUE value IS 172 (67.58% from 255) = 43.88%
R=28.83%
G=27.30%
B=43.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1131071720.340.3800.33245.5428.1454.71
Hex716BAC2226021f61c37
Octal16115325442460413663467
Binary111000111010111010110010001010011001000011111011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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