Html Css Color HEX #7961AC Scampi

📋 copy color: '#7961AC'

red 121 ◦ green 97 ◦ blue 172

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

Shades of Scampi #7961AC

Tints of Scampi #7961AC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.87%

 BLUE value IS 172 (67.58% from 255) = 44.1%

R = 31.03%
G = 24.87%
B = 44.1%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7961AC (or 0x7961AC) is known color: Scampi. HEX triplet: 79, 61 and AC. RGB value is (121,97,172). Sum of RGB (Red+Green+Blue) = 121+97+172=390 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.03% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #7961AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7961AC is #869E53. Grayscale: #707070. Windows color (decimal): -8822356 or 11297145. OLE color: 11297145.

HSL color Cylindrical-coordinate representation of color #7961AC: hue angle of 259.2º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7961AC is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 97 172 -
CMYK 0.30 0.44 0 0.33
HSL 259.2º 0.31% 0.53% -
HSV(B) 259.2º 0.44% 0.67% -
XYZ 19.61 15.59 41.01 -
YUV 112.73 161.45 133.9 -
System Red Green Blue C M Y K H S L
Decimal 121 97 172 0.30 0.44 0 0.33 259.2 0.31 0.53
Hex 79 61 AC 1E 2C 0 21 103 1F 35
Octal 171 141 254 36 54 0 41 403 37 65
Binary 1111001 1100001 10101100 11110 101100 0 100001 100000011 11111 110101

Color Harmonies of #7961AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7961AC

Black with #7961AC

Text Example


Text Example

White with #7961AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7961AC; }

 p { color: rgb(121,97,172); }

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

background-color css

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

 a { background-color: rgb(121,97,172); }

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

border-color css

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

 span { border-color: rgb(121,97,172); }

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