Html Css Color HEX #716DAC Scampi

📋 copy color: '#716DAC'

red 113 ◦ green 109 ◦ blue 172

#716DAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scampi #716DAC

Tints of Scampi #716DAC

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 value IS 0.34

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#716DAC (or 0x716DAC) is known color: 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

RGB 113 109 172 -
CMYK 0.34 0.37 0 0.33
HSL 243.81º 0.28% 0.55% -
HSV(B) 243.81º 0.37% 0.67% -
XYZ 19.73 17.43 41.35 -
YUV 117.38 158.83 124.88 -
System Red Green Blue C M Y K H S L
Decimal 113 109 172 0.34 0.37 0 0.33 243.81 0.28 0.55
Hex 71 6D AC 22 25 0 21 F4 1C 37
Octal 161 155 254 42 45 0 41 364 34 67
Binary 1110001 1101101 10101100 100010 100101 0 100001 11110100 11100 110111

Color Harmonies of #716DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716DAC

Black with #716DAC

Text Example


Text Example

White with #716DAC

Text Example


Text Example

HTML Codes & Css Web 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>