Html Css Color HEX #797993 Scampi

📋 copy color: '#797993'

red 121 ◦ green 121 ◦ blue 147

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

Shades of Scampi #797993

Tints of Scampi #797993

RGB

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

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

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

R = 31.11%
G = 31.11%
B = 37.79%

CMYK

 C value IS 0.18

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#797993 (or 0x797993) is known color: Scampi. HEX triplet: 79, 79 and 93. RGB value is (121,121,147). Sum of RGB (Red+Green+Blue) = 121+121+147=389 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.11% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 147 - color contains mainly: blue. Hex color #797993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797993 is #86866C. Grayscale: #7B7B7B. Windows color (decimal): -8816237 or 9664889. OLE color: 9664889.

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

Color convert

RGB 121 121 147 -
CMYK 0.18 0.18 0 0.42
HSL 240º 0.11% 0.53% -
HSV(B) 240º 0.18% 0.58% -
XYZ 19.99 19.85 30.38 -
YUV 123.96 141 125.89 -
System Red Green Blue C M Y K H S L
Decimal 121 121 147 0.18 0.18 0 0.42 240 0.11 0.53
Hex 79 79 93 12 12 0 2A F0 B 35
Octal 171 171 223 22 22 0 52 360 13 65
Binary 1111001 1111001 10010011 10010 10010 0 101010 11110000 1011 110101

Color Harmonies of #797993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797993

Black with #797993

Text Example


Text Example

White with #797993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797993; }

 p { color: rgb(121,121,147); }

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

background-color css

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

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

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

border-color css

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

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

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