Html Css Color HEX #797892 Scampi

📋 copy color: '#797892'

red 121 ◦ green 120 ◦ blue 146

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

Shades of Scampi #797892

Tints of Scampi #797892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.73%

R = 31.27%
G = 31.01%
B = 37.73%

CMYK

 C value IS 0.17

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#797892 (or 0x797892) is known color: Scampi. HEX triplet: 79, 78 and 92. RGB value is (121,120,146). Sum of RGB (Red+Green+Blue) = 121+120+146=387 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.27% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 146 (57.42% from 255 or 37.73% from 387); Max value from RGB is 146 - color contains mainly: blue. Hex color #797892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797892 is #86876D. Grayscale: #7B7B7B. Windows color (decimal): -8816494 or 9599097. OLE color: 9599097.

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

Color convert

RGB 121 120 146 -
CMYK 0.17 0.18 0 0.43
HSL 242.31º 0.11% 0.52% -
HSV(B) 242.31º 0.18% 0.57% -
XYZ 19.79 19.57 29.93 -
YUV 123.26 140.83 126.39 -
System Red Green Blue C M Y K H S L
Decimal 121 120 146 0.17 0.18 0 0.43 242.31 0.11 0.52
Hex 79 78 92 11 12 0 2B F2 B 34
Octal 171 170 222 21 22 0 53 362 13 64
Binary 1111001 1111000 10010010 10001 10010 0 101011 11110010 1011 110100

Color Harmonies of #797892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797892

Black with #797892

Text Example


Text Example

White with #797892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797892; }

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

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

background-color css

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

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

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

border-color css

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

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

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