Html Css Color HEX #7960A1 Scampi

📋 copy color: '#7960A1'

red 121 ◦ green 96 ◦ blue 161

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

Shades of Scampi #7960A1

Tints of Scampi #7960A1

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.4%

 BLUE value IS 161 (63.28% from 255) = 42.59%

R = 32.01%
G = 25.4%
B = 42.59%

CMYK

 C value IS 0.25

 M value IS 0.40

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#7960A1 (or 0x7960A1) is known color: Scampi. HEX triplet: 79, 60 and A1. RGB value is (121,96,161). Sum of RGB (Red+Green+Blue) = 121+96+161=378 (50% of max value = 765). Red value is 121 (47.66% from 255 or 32.01% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 161 (63.28% from 255 or 42.59% from 378); Max value from RGB is 161 - color contains mainly: blue. Hex color #7960A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7960A1 is #869F5E. Grayscale: #6E6E6E. Windows color (decimal): -8822623 or 10575993. OLE color: 10575993.

HSL color Cylindrical-coordinate representation of color #7960A1: hue angle of 263.08º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7960A1 is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 121 96 161 -
CMYK 0.25 0.40 0 0.37
HSL 263.08º 0.26% 0.5% -
HSV(B) 263.08º 0.4% 0.63% -
XYZ 18.5 15 35.64 -
YUV 110.89 156.28 135.21 -
System Red Green Blue C M Y K H S L
Decimal 121 96 161 0.25 0.40 0 0.37 263.08 0.26 0.5
Hex 79 60 A1 19 28 0 25 107 1A 32
Octal 171 140 241 31 50 0 45 407 32 62
Binary 1111001 1100000 10100001 11001 101000 0 100101 100000111 11010 110010

Color Harmonies of #7960A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7960A1

Black with #7960A1

Text Example


Text Example

White with #7960A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7960A1; }

 p { color: rgb(121,96,161); }

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

background-color css

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

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

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

border-color css

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

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

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