Html Css Color HEX #797795 Scampi

📋 copy color: '#797795'

red 121 ◦ green 119 ◦ blue 149

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

Shades of Scampi #797795

Tints of Scampi #797795

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.59%

 BLUE value IS 149 (58.59% from 255) = 38.3%

R = 31.11%
G = 30.59%
B = 38.3%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#797795 (or 0x797795) is known color: Scampi. HEX triplet: 79, 77 and 95. RGB value is (121,119,149). Sum of RGB (Red+Green+Blue) = 121+119+149=389 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.11% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 149 (58.59% from 255 or 38.30% from 389); Max value from RGB is 149 - color contains mainly: blue. Hex color #797795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797795 is #86886A. Grayscale: #7A7A7A. Windows color (decimal): -8816747 or 9795449. OLE color: 9795449.

HSL color Cylindrical-coordinate representation of color #797795: hue angle of 244º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #797795 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 119 149 -
CMYK 0.19 0.20 0 0.42
HSL 244º 0.12% 0.53% -
HSV(B) 244º 0.2% 0.58% -
XYZ 19.91 19.43 31.13 -
YUV 123.02 142.66 126.56 -
System Red Green Blue C M Y K H S L
Decimal 121 119 149 0.19 0.20 0 0.42 244 0.12 0.53
Hex 79 77 95 13 14 0 2A F4 C 35
Octal 171 167 225 23 24 0 52 364 14 65
Binary 1111001 1110111 10010101 10011 10100 0 101010 11110100 1100 110101

Color Harmonies of #797795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797795

Black with #797795

Text Example


Text Example

White with #797795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797795; }

 p { color: rgb(121,119,149); }

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

background-color css

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

 a { background-color: rgb(121,119,149); }

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

border-color css

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

 span { border-color: rgb(121,119,149); }

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