Html Css Color HEX #716496 Scampi

📋 copy color: '#716496'

red 113 ◦ green 100 ◦ blue 150

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

Shades of Scampi #716496

Tints of Scampi #716496

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.55%

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

R = 31.13%
G = 27.55%
B = 41.32%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#716496 (or 0x716496) is known color: Scampi. HEX triplet: 71, 64 and 96. RGB value is (113,100,150). Sum of RGB (Red+Green+Blue) = 113+100+150=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 150 - color contains mainly: blue. Hex color #716496 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716496 is #8E9B69. Grayscale: #6D6D6D. Windows color (decimal): -9345898 or 9856113. OLE color: 9856113.

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

Color convert

RGB 113 100 150 -
CMYK 0.25 0.33 0 0.41
HSL 255.6º 0.2% 0.49% -
HSV(B) 255.6º 0.33% 0.59% -
XYZ 16.87 14.83 30.83 -
YUV 109.59 150.81 130.43 -
System Red Green Blue C M Y K H S L
Decimal 113 100 150 0.25 0.33 0 0.41 255.6 0.2 0.49
Hex 71 64 96 19 21 0 29 100 14 31
Octal 161 144 226 31 41 0 51 400 24 61
Binary 1110001 1100100 10010110 11001 100001 0 101001 100000000 10100 110001

Color Harmonies of #716496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716496

Black with #716496

Text Example


Text Example

White with #716496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716496; }

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

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

background-color css

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

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

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

border-color css

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

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

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