Html Css Color HEX #716C95 Scampi

📋 copy color: '#716C95'

red 113 ◦ green 108 ◦ blue 149

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

Shades of Scampi #716C95

Tints of Scampi #716C95

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.19%

 BLUE value IS 149 (58.59% from 255) = 40.27%

R = 30.54%
G = 29.19%
B = 40.27%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#716C95 (or 0x716C95) is known color: Scampi. HEX triplet: 71, 6C and 95. RGB value is (113,108,149). Sum of RGB (Red+Green+Blue) = 113+108+149=370 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.54% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 149 - color contains mainly: blue. Hex color #716C95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716C95 is #8E936A. Grayscale: #727272. Windows color (decimal): -9343851 or 9792625. OLE color: 9792625.

HSL color Cylindrical-coordinate representation of color #716C95: hue angle of 247.32º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #716C95 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 108 149 -
CMYK 0.24 0.28 0 0.42
HSL 247.32º 0.16% 0.5% -
HSV(B) 247.32º 0.28% 0.58% -
XYZ 17.6 16.41 30.67 -
YUV 114.17 147.66 127.17 -
System Red Green Blue C M Y K H S L
Decimal 113 108 149 0.24 0.28 0 0.42 247.32 0.16 0.5
Hex 71 6C 95 18 1C 0 2A F7 10 32
Octal 161 154 225 30 34 0 52 367 20 62
Binary 1110001 1101100 10010101 11000 11100 0 101010 11110111 10000 110010

Color Harmonies of #716C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716C95

Black with #716C95

Text Example


Text Example

White with #716C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,108,149); }

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

background-color css

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

 a { background-color: rgb(113,108,149); }

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

border-color css

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

 span { border-color: rgb(113,108,149); }

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