#716DAC

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

Shades of Scampi #716DAC

Tints of Scampi #716DAC

Color information

#716DAC (or 0x716DAC) is unknown color: approx Scampi. HEX triplet: 71, 6D and AC. RGB value is (113,109,172). Sum of RGB (Red+Green+Blue) = 113+109+172=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #716DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716DAC is #8E9253. Grayscale: #757575. Windows color (decimal): -9343572 or 11300209. OLE color: 11300209.

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

Color convert

RGB113109172-
CMYK0.340.3700.33
HSL243.81º27.51%55.1%-
HSV(B)243.81º36.63%67.45%-
XYZ19.7317.4341.35-
YUV117.38158.83124.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.68%
GREEN value IS 109 (42.97% from 255) = 27.66%
BLUE value IS 172 (67.58% from 255) = 43.65%
R=28.68%
G=27.66%
B=43.65%

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
Decimal1131091720.340.3700.33243.8127.5155.1
Hex716DAC2225021f41c37
Octal16115525442450413643467
Binary111000111011011010110010001010010101000011111010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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