Html Css Color HEX #797897 Scampi

📋 copy color: '#797897'

red 121 ◦ green 120 ◦ blue 151

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

Shades of Scampi #797897

Tints of Scampi #797897

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.61%

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

R = 30.87%
G = 30.61%
B = 38.52%

CMYK

 C value IS 0.20

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#797897 (or 0x797897) is known color: Scampi. HEX triplet: 79, 78 and 97. RGB value is (121,120,151). Sum of RGB (Red+Green+Blue) = 121+120+151=392 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.87% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 151 (59.38% from 255 or 38.52% from 392); Max value from RGB is 151 - color contains mainly: blue. Hex color #797897 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797897 is #868768. Grayscale: #7B7B7B. Windows color (decimal): -8816489 or 9926777. OLE color: 9926777.

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

Color convert

RGB 121 120 151 -
CMYK 0.20 0.21 0 0.41
HSL 241.94º 0.13% 0.53% -
HSV(B) 241.94º 0.21% 0.59% -
XYZ 20.19 19.73 32.02 -
YUV 123.83 143.33 125.98 -
System Red Green Blue C M Y K H S L
Decimal 121 120 151 0.20 0.21 0 0.41 241.94 0.13 0.53
Hex 79 78 97 14 15 0 29 F2 D 35
Octal 171 170 227 24 25 0 51 362 15 65
Binary 1111001 1111000 10010111 10100 10101 0 101001 11110010 1101 110101

Color Harmonies of #797897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797897

Black with #797897

Text Example


Text Example

White with #797897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797897; }

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

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

background-color css

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

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

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

border-color css

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

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

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