Html Css Color HEX #7961AB Scampi

📋 copy color: '#7961AB'

red 121 ◦ green 97 ◦ blue 171

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

Shades of Scampi #7961AB

Tints of Scampi #7961AB

RGB

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

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

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

R = 31.11%
G = 24.94%
B = 43.96%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7961AB (or 0x7961AB) is known color: Scampi. HEX triplet: 79, 61 and AB. RGB value is (121,97,171). Sum of RGB (Red+Green+Blue) = 121+97+171=389 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.11% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #7961AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7961AB is #869E54. Grayscale: #707070. Windows color (decimal): -8822357 or 11231609. OLE color: 11231609.

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

Color convert

RGB 121 97 171 -
CMYK 0.29 0.43 0 0.33
HSL 259.46º 0.31% 0.53% -
HSV(B) 259.46º 0.43% 0.67% -
XYZ 19.51 15.55 40.5 -
YUV 112.61 160.95 133.98 -
System Red Green Blue C M Y K H S L
Decimal 121 97 171 0.29 0.43 0 0.33 259.46 0.31 0.53
Hex 79 61 AB 1D 2B 0 21 103 1F 35
Octal 171 141 253 35 53 0 41 403 37 65
Binary 1111001 1100001 10101011 11101 101011 0 100001 100000011 11111 110101

Color Harmonies of #7961AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7961AB

Black with #7961AB

Text Example


Text Example

White with #7961AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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