Html Css Color HEX #716393 Scampi

📋 copy color: '#716393'

red 113 ◦ green 99 ◦ blue 147

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

Shades of Scampi #716393

Tints of Scampi #716393

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.58%

 BLUE value IS 147 (57.81% from 255) = 40.95%

R = 31.48%
G = 27.58%
B = 40.95%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#716393 (or 0x716393) is known color: Scampi. HEX triplet: 71, 63 and 93. RGB value is (113,99,147). Sum of RGB (Red+Green+Blue) = 113+99+147=359 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.48% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 147 (57.81% from 255 or 40.95% from 359); Max value from RGB is 147 - color contains mainly: blue. Hex color #716393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716393 is #8E9C6C. Grayscale: #6C6C6C. Windows color (decimal): -9346157 or 9659249. OLE color: 9659249.

HSL color Cylindrical-coordinate representation of color #716393: hue angle of 257.5º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #716393 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 99 147 -
CMYK 0.23 0.33 0 0.42
HSL 257.5º 0.2% 0.48% -
HSV(B) 257.5º 0.33% 0.58% -
XYZ 16.54 14.54 29.54 -
YUV 108.66 149.64 131.1 -
System Red Green Blue C M Y K H S L
Decimal 113 99 147 0.23 0.33 0 0.42 257.5 0.2 0.48
Hex 71 63 93 17 21 0 2A 102 14 30
Octal 161 143 223 27 41 0 52 402 24 60
Binary 1110001 1100011 10010011 10111 100001 0 101010 100000010 10100 110000

Color Harmonies of #716393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716393

Black with #716393

Text Example


Text Example

White with #716393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716393; }

 p { color: rgb(113,99,147); }

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

background-color css

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

 a { background-color: rgb(113,99,147); }

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

border-color css

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

 span { border-color: rgb(113,99,147); }

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