Html Css Color HEX #797898 Scampi

📋 copy color: '#797898'

red 121 ◦ green 120 ◦ blue 152

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

Shades of Scampi #797898

Tints of Scampi #797898

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 38.68%

R = 30.79%
G = 30.53%
B = 38.68%

CMYK

 C value IS 0.20

 M value IS 0.21

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#797898 (or 0x797898) is known color: Scampi. HEX triplet: 79, 78 and 98. RGB value is (121,120,152). Sum of RGB (Red+Green+Blue) = 121+120+152=393 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.79% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 152 - color contains mainly: blue. Hex color #797898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797898 is #868767. Grayscale: #7B7B7B. Windows color (decimal): -8816488 or 9992313. OLE color: 9992313.

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

Color convert

RGB 121 120 152 -
CMYK 0.20 0.21 0 0.40
HSL 241.88º 0.13% 0.53% -
HSV(B) 241.88º 0.21% 0.6% -
XYZ 20.27 19.76 32.45 -
YUV 123.95 143.83 125.9 -
System Red Green Blue C M Y K H S L
Decimal 121 120 152 0.20 0.21 0 0.40 241.88 0.13 0.53
Hex 79 78 98 14 15 0 28 F2 D 35
Octal 171 170 230 24 25 0 50 362 15 65
Binary 1111001 1111000 10011000 10100 10101 0 101000 11110010 1101 110101

Color Harmonies of #797898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797898

Black with #797898

Text Example


Text Example

White with #797898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797898; }

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

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

background-color css

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

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

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

border-color css

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

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

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