Html Css Color HEX #7966AE Scampi

📋 copy color: '#7966AE'

red 121 ◦ green 102 ◦ blue 174

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

Shades of Scampi #7966AE

Tints of Scampi #7966AE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.69%

 BLUE value IS 174 (68.36% from 255) = 43.83%

R = 30.48%
G = 25.69%
B = 43.83%

CMYK

 C value IS 0.30

 M value IS 0.41

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7966AE (or 0x7966AE) is known color: Scampi. HEX triplet: 79, 66 and AE. RGB value is (121,102,174). Sum of RGB (Red+Green+Blue) = 121+102+174=397 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.48% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 174 - color contains mainly: blue. Hex color #7966AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7966AE is #869951. Grayscale: #737373. Windows color (decimal): -8821074 or 11429497. OLE color: 11429497.

HSL color Cylindrical-coordinate representation of color #7966AE: hue angle of 255.83º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7966AE is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 121 102 174 -
CMYK 0.30 0.41 0 0.32
HSL 255.83º 0.31% 0.54% -
HSV(B) 255.83º 0.41% 0.68% -
XYZ 20.28 16.62 42.18 -
YUV 115.89 160.79 131.65 -
System Red Green Blue C M Y K H S L
Decimal 121 102 174 0.30 0.41 0 0.32 255.83 0.31 0.54
Hex 79 66 AE 1E 29 0 20 100 1F 36
Octal 171 146 256 36 51 0 40 400 37 66
Binary 1111001 1100110 10101110 11110 101001 0 100000 100000000 11111 110110

Color Harmonies of #7966AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7966AE

Black with #7966AE

Text Example


Text Example

White with #7966AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7966AE; }

 p { color: rgb(121,102,174); }

 H1.HeaderClassName
 {
   color: #7966AE;
 }
 .AnyTagClassName
 {
   color: #7966AE;
 }
</style>

background-color css

<style>
 a { background-color: #7966AE; }

 a { background-color: rgb(121,102,174); }

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

border-color css

<style>
 span { border-color: #7966AE; }

 span { border-color: rgb(121,102,174); }

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