Html Css Color HEX #797691 Scampi

📋 copy color: '#797691'

red 121 ◦ green 118 ◦ blue 145

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

Shades of Scampi #797691

Tints of Scampi #797691

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.73%

 BLUE value IS 145 (57.03% from 255) = 37.76%

R = 31.51%
G = 30.73%
B = 37.76%

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#797691 (or 0x797691) is known color: Scampi. HEX triplet: 79, 76 and 91. RGB value is (121,118,145). Sum of RGB (Red+Green+Blue) = 121+118+145=384 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.51% from 384); Green value is 118 (46.48% from 255 or 30.73% from 384); Blue value is 145 (57.03% from 255 or 37.76% from 384); Max value from RGB is 145 - color contains mainly: blue. Hex color #797691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797691 is #86896E. Grayscale: #797979. Windows color (decimal): -8817007 or 9533049. OLE color: 9533049.

HSL color Cylindrical-coordinate representation of color #797691: hue angle of 246.67º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #797691 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 121 118 145 -
CMYK 0.17 0.19 0 0.43
HSL 246.67º 0.11% 0.52% -
HSV(B) 246.67º 0.19% 0.57% -
XYZ 19.47 19.07 29.44 -
YUV 121.98 140.99 127.3 -
System Red Green Blue C M Y K H S L
Decimal 121 118 145 0.17 0.19 0 0.43 246.67 0.11 0.52
Hex 79 76 91 11 13 0 2B F7 B 34
Octal 171 166 221 21 23 0 53 367 13 64
Binary 1111001 1110110 10010001 10001 10011 0 101011 11110111 1011 110100

Color Harmonies of #797691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797691

Black with #797691

Text Example


Text Example

White with #797691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797691; }

 p { color: rgb(121,118,145); }

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

background-color css

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

 a { background-color: rgb(121,118,145); }

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

border-color css

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

 span { border-color: rgb(121,118,145); }

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