Html Css Color HEX #7960AB Scampi

📋 copy color: '#7960AB'

red 121 ◦ green 96 ◦ blue 171

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

Shades of Scampi #7960AB

Tints of Scampi #7960AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.07%

R = 31.19%
G = 24.74%
B = 44.07%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7960AB (or 0x7960AB) is known color: Scampi. HEX triplet: 79, 60 and AB. RGB value is (121,96,171). Sum of RGB (Red+Green+Blue) = 121+96+171=388 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.19% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #7960AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7960AB is #869F54. Grayscale: #6F6F6F. Windows color (decimal): -8822613 or 11231353. OLE color: 11231353.

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

Color convert

RGB 121 96 171 -
CMYK 0.29 0.44 0 0.33
HSL 260º 0.31% 0.52% -
HSV(B) 260º 0.44% 0.67% -
XYZ 19.42 15.37 40.47 -
YUV 112.03 161.28 134.4 -
System Red Green Blue C M Y K H S L
Decimal 121 96 171 0.29 0.44 0 0.33 260 0.31 0.52
Hex 79 60 AB 1D 2C 0 21 104 1F 34
Octal 171 140 253 35 54 0 41 404 37 64
Binary 1111001 1100000 10101011 11101 101100 0 100001 100000100 11111 110100

Color Harmonies of #7960AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7960AB

Black with #7960AB

Text Example


Text Example

White with #7960AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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