Html Css Color HEX #7963AA Scampi

📋 copy color: '#7963AA'

red 121 ◦ green 99 ◦ blue 170

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

Shades of Scampi #7963AA

Tints of Scampi #7963AA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.38%

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

R = 31.03%
G = 25.38%
B = 43.59%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7963AA (or 0x7963AA) is known color: Scampi. HEX triplet: 79, 63 and AA. RGB value is (121,99,170). Sum of RGB (Red+Green+Blue) = 121+99+170=390 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.03% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 170 - color contains mainly: blue. Hex color #7963AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7963AA is #869C55. Grayscale: #717171. Windows color (decimal): -8821846 or 11166585. OLE color: 11166585.

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

Color convert

RGB 121 99 170 -
CMYK 0.29 0.42 0 0.33
HSL 258.59º 0.29% 0.53% -
HSV(B) 258.59º 0.42% 0.67% -
XYZ 19.6 15.89 40.06 -
YUV 113.67 159.79 133.23 -
System Red Green Blue C M Y K H S L
Decimal 121 99 170 0.29 0.42 0 0.33 258.59 0.29 0.53
Hex 79 63 AA 1D 2A 0 21 103 1D 35
Octal 171 143 252 35 52 0 41 403 35 65
Binary 1111001 1100011 10101010 11101 101010 0 100001 100000011 11101 110101

Color Harmonies of #7963AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7963AA

Black with #7963AA

Text Example


Text Example

White with #7963AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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