Html Css Color HEX #716796 Scampi

📋 copy color: '#716796'

red 113 ◦ green 103 ◦ blue 150

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

Shades of Scampi #716796

Tints of Scampi #716796

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.14%

 BLUE value IS 150 (58.98% from 255) = 40.98%

R = 30.87%
G = 28.14%
B = 40.98%

CMYK

 C value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#716796 (or 0x716796) is known color: Scampi. HEX triplet: 71, 67 and 96. RGB value is (113,103,150). Sum of RGB (Red+Green+Blue) = 113+103+150=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 150 - color contains mainly: blue. Hex color #716796 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716796 is #8E9869. Grayscale: #6F6F6F. Windows color (decimal): -9345130 or 9856881. OLE color: 9856881.

HSL color Cylindrical-coordinate representation of color #716796: hue angle of 252.77º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #716796 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 103 150 -
CMYK 0.25 0.31 0 0.41
HSL 252.77º 0.19% 0.5% -
HSV(B) 252.77º 0.31% 0.59% -
XYZ 17.17 15.41 30.92 -
YUV 111.35 149.81 129.18 -
System Red Green Blue C M Y K H S L
Decimal 113 103 150 0.25 0.31 0 0.41 252.77 0.19 0.5
Hex 71 67 96 19 1F 0 29 FD 13 32
Octal 161 147 226 31 37 0 51 375 23 62
Binary 1110001 1100111 10010110 11001 11111 0 101001 11111101 10011 110010

Color Harmonies of #716796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716796

Black with #716796

Text Example


Text Example

White with #716796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716796; }

 p { color: rgb(113,103,150); }

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

background-color css

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

 a { background-color: rgb(113,103,150); }

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

border-color css

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

 span { border-color: rgb(113,103,150); }

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