Html Css Color HEX #716E8D Scampi

📋 copy color: '#716E8D'

red 113 ◦ green 110 ◦ blue 141

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

Shades of Scampi #716E8D

Tints of Scampi #716E8D

RGB

 RED value IS 113 (44.53% from 255) = 31.04%

 GREEN value IS 110 (43.36% from 255) = 30.22%

 BLUE value IS 141 (55.47% from 255) = 38.74%

R = 31.04%
G = 30.22%
B = 38.74%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#716E8D (or 0x716E8D) is known color: Scampi. HEX triplet: 71, 6E and 8D. RGB value is (113,110,141). Sum of RGB (Red+Green+Blue) = 113+110+141=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 141 - color contains mainly: blue. Hex color #716E8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716E8D is #8E9172. Grayscale: #727272. Windows color (decimal): -9343347 or 9268849. OLE color: 9268849.

HSL color Cylindrical-coordinate representation of color #716E8D: hue angle of 245.81º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #716E8D is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 110 141 -
CMYK 0.20 0.22 0 0.45
HSL 245.81º 0.12% 0.49% -
HSV(B) 245.81º 0.22% 0.55% -
XYZ 17.19 16.59 27.49 -
YUV 114.43 142.99 126.98 -
System Red Green Blue C M Y K H S L
Decimal 113 110 141 0.20 0.22 0 0.45 245.81 0.12 0.49
Hex 71 6E 8D 14 16 0 2D F6 C 31
Octal 161 156 215 24 26 0 55 366 14 61
Binary 1110001 1101110 10001101 10100 10110 0 101101 11110110 1100 110001

Color Harmonies of #716E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716E8D

Black with #716E8D

Text Example


Text Example

White with #716E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #716E8D;
 }
 .AnyTagClassName
 {
   color: #716E8D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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