Html Css Color HEX #796397 Scampi

📋 copy color: '#796397'

red 121 ◦ green 99 ◦ blue 151

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

Shades of Scampi #796397

Tints of Scampi #796397

RGB

 RED value IS 121 (47.66% from 255) = 32.61%

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

 BLUE value IS 151 (59.38% from 255) = 40.7%

R = 32.61%
G = 26.68%
B = 40.7%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#796397 (or 0x796397) is known color: Scampi. HEX triplet: 79, 63 and 97. RGB value is (121,99,151). Sum of RGB (Red+Green+Blue) = 121+99+151=371 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.61% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 151 (59.38% from 255 or 40.70% from 371); Max value from RGB is 151 - color contains mainly: blue. Hex color #796397 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796397 is #869C68. Grayscale: #6F6F6F. Windows color (decimal): -8821865 or 9921401. OLE color: 9921401.

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

Color convert

RGB 121 99 151 -
CMYK 0.20 0.34 0 0.41
HSL 265.38º 0.21% 0.49% -
HSV(B) 265.38º 0.34% 0.59% -
XYZ 17.93 15.22 31.27 -
YUV 111.51 150.29 134.77 -
System Red Green Blue C M Y K H S L
Decimal 121 99 151 0.20 0.34 0 0.41 265.38 0.21 0.49
Hex 79 63 97 14 22 0 29 109 15 31
Octal 171 143 227 24 42 0 51 411 25 61
Binary 1111001 1100011 10010111 10100 100010 0 101001 100001001 10101 110001

Color Harmonies of #796397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796397

Black with #796397

Text Example


Text Example

White with #796397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796397; }

 p { color: rgb(121,99,151); }

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

background-color css

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

 a { background-color: rgb(121,99,151); }

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

border-color css

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

 span { border-color: rgb(121,99,151); }

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