Html Css Color HEX #716D95 Scampi

📋 copy color: '#716D95'

red 113 ◦ green 109 ◦ blue 149

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

Shades of Scampi #716D95

Tints of Scampi #716D95

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.38%

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

R = 30.46%
G = 29.38%
B = 40.16%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#716D95 (or 0x716D95) is known color: Scampi. HEX triplet: 71, 6D and 95. RGB value is (113,109,149). Sum of RGB (Red+Green+Blue) = 113+109+149=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 149 - color contains mainly: blue. Hex color #716D95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716D95 is #8E926A. Grayscale: #727272. Windows color (decimal): -9343595 or 9792881. OLE color: 9792881.

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

Color convert

RGB 113 109 149 -
CMYK 0.24 0.27 0 0.42
HSL 246º 0.16% 0.51% -
HSV(B) 246º 0.27% 0.58% -
XYZ 17.7 16.62 30.71 -
YUV 114.76 147.33 126.75 -
System Red Green Blue C M Y K H S L
Decimal 113 109 149 0.24 0.27 0 0.42 246 0.16 0.51
Hex 71 6D 95 18 1B 0 2A F6 10 33
Octal 161 155 225 30 33 0 52 366 20 63
Binary 1110001 1101101 10010101 11000 11011 0 101010 11110110 10000 110011

Color Harmonies of #716D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716D95

Black with #716D95

Text Example


Text Example

White with #716D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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