Html Css Color HEX #796398 Scampi

📋 copy color: '#796398'

red 121 ◦ green 99 ◦ blue 152

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

Shades of Scampi #796398

Tints of Scampi #796398

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.61%

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

R = 32.53%
G = 26.61%
B = 40.86%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#796398 (or 0x796398) is known color: Scampi. HEX triplet: 79, 63 and 98. RGB value is (121,99,152). Sum of RGB (Red+Green+Blue) = 121+99+152=372 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.53% from 372); Green value is 99 (39.06% from 255 or 26.61% from 372); Blue value is 152 (59.77% from 255 or 40.86% from 372); Max value from RGB is 152 - color contains mainly: blue. Hex color #796398 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796398 is #869C67. Grayscale: #6F6F6F. Windows color (decimal): -8821864 or 9986937. OLE color: 9986937.

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

Color convert

RGB 121 99 152 -
CMYK 0.20 0.35 0 0.40
HSL 264.91º 0.21% 0.49% -
HSV(B) 264.91º 0.35% 0.6% -
XYZ 18.01 15.26 31.7 -
YUV 111.62 150.79 134.69 -
System Red Green Blue C M Y K H S L
Decimal 121 99 152 0.20 0.35 0 0.40 264.91 0.21 0.49
Hex 79 63 98 14 23 0 28 109 15 31
Octal 171 143 230 24 43 0 50 411 25 61
Binary 1111001 1100011 10011000 10100 100011 0 101000 100001001 10101 110001

Color Harmonies of #796398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796398

Black with #796398

Text Example


Text Example

White with #796398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796398; }

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

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

background-color css

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

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

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

border-color css

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

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

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