Html Css Color HEX #7964AA Scampi

📋 copy color: '#7964AA'

red 121 ◦ green 100 ◦ blue 170

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

Shades of Scampi #7964AA

Tints of Scampi #7964AA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.58%

 BLUE value IS 170 (66.8% from 255) = 43.48%

R = 30.95%
G = 25.58%
B = 43.48%

CMYK

 C value IS 0.29

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7964AA (or 0x7964AA) is known color: Scampi. HEX triplet: 79, 64 and AA. RGB value is (121,100,170). Sum of RGB (Red+Green+Blue) = 121+100+170=391 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.95% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 170 - color contains mainly: blue. Hex color #7964AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7964AA is #869B55. Grayscale: #727272. Windows color (decimal): -8821590 or 11166841. OLE color: 11166841.

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

Color convert

RGB 121 100 170 -
CMYK 0.29 0.41 0 0.33
HSL 258º 0.29% 0.53% -
HSV(B) 258º 0.41% 0.67% -
XYZ 19.7 16.08 40.1 -
YUV 114.26 159.46 132.81 -
System Red Green Blue C M Y K H S L
Decimal 121 100 170 0.29 0.41 0 0.33 258 0.29 0.53
Hex 79 64 AA 1D 29 0 21 102 1D 35
Octal 171 144 252 35 51 0 41 402 35 65
Binary 1111001 1100100 10101010 11101 101001 0 100001 100000010 11101 110101

Color Harmonies of #7964AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7964AA

Black with #7964AA

Text Example


Text Example

White with #7964AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7964AA; }

 p { color: rgb(121,100,170); }

 H1.HeaderClassName
 {
   color: #7964AA;
 }
 .AnyTagClassName
 {
   color: #7964AA;
 }
</style>

background-color css

<style>
 a { background-color: #7964AA; }

 a { background-color: rgb(121,100,170); }

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

border-color css

<style>
 span { border-color: #7964AA; }

 span { border-color: rgb(121,100,170); }

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