Html Css Color HEX #79659B Scampi

📋 copy color: '#79659B'

red 121 ◦ green 101 ◦ blue 155

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

Shades of Scampi #79659B

Tints of Scampi #79659B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.79%

 BLUE value IS 155 (60.94% from 255) = 41.11%

R = 32.1%
G = 26.79%
B = 41.11%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#79659B (or 0x79659B) is known color: Scampi. HEX triplet: 79, 65 and 9B. RGB value is (121,101,155). Sum of RGB (Red+Green+Blue) = 121+101+155=377 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.10% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 155 - color contains mainly: blue. Hex color #79659B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79659B is #869A64. Grayscale: #707070. Windows color (decimal): -8821349 or 10184057. OLE color: 10184057.

HSL color Cylindrical-coordinate representation of color #79659B: hue angle of 262.22º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #79659B is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 121 101 155 -
CMYK 0.22 0.35 0 0.39
HSL 262.22º 0.21% 0.5% -
HSV(B) 262.22º 0.35% 0.61% -
XYZ 18.46 15.74 33.08 -
YUV 113.14 151.63 133.61 -
System Red Green Blue C M Y K H S L
Decimal 121 101 155 0.22 0.35 0 0.39 262.22 0.21 0.5
Hex 79 65 9B 16 23 0 27 106 15 32
Octal 171 145 233 26 43 0 47 406 25 62
Binary 1111001 1100101 10011011 10110 100011 0 100111 100000110 10101 110010

Color Harmonies of #79659B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79659B

Black with #79659B

Text Example


Text Example

White with #79659B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79659B; }

 p { color: rgb(121,101,155); }

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

background-color css

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

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

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

border-color css

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

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

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