Html Css Color HEX #7967A2 Scampi

📋 copy color: '#7967A2'

red 121 ◦ green 103 ◦ blue 162

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

Shades of Scampi #7967A2

Tints of Scampi #7967A2

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.68%

 BLUE value IS 162 (63.67% from 255) = 41.97%

R = 31.35%
G = 26.68%
B = 41.97%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7967A2 (or 0x7967A2) is known color: Scampi. HEX triplet: 79, 67 and A2. RGB value is (121,103,162). Sum of RGB (Red+Green+Blue) = 121+103+162=386 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.35% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 162 (63.67% from 255 or 41.97% from 386); Max value from RGB is 162 - color contains mainly: blue. Hex color #7967A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7967A2 is #86985D. Grayscale: #727272. Windows color (decimal): -8820830 or 10643321. OLE color: 10643321.

HSL color Cylindrical-coordinate representation of color #7967A2: hue angle of 258.31º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7967A2 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 121 103 162 -
CMYK 0.25 0.36 0 0.36
HSL 258.31º 0.24% 0.52% -
HSV(B) 258.31º 0.36% 0.64% -
XYZ 19.26 16.37 36.33 -
YUV 115.11 154.46 132.2 -
System Red Green Blue C M Y K H S L
Decimal 121 103 162 0.25 0.36 0 0.36 258.31 0.24 0.52
Hex 79 67 A2 19 24 0 24 102 18 34
Octal 171 147 242 31 44 0 44 402 30 64
Binary 1111001 1100111 10100010 11001 100100 0 100100 100000010 11000 110100

Color Harmonies of #7967A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7967A2

Black with #7967A2

Text Example


Text Example

White with #7967A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7967A2; }

 p { color: rgb(121,103,162); }

 H1.HeaderClassName
 {
   color: #7967A2;
 }
 .AnyTagClassName
 {
   color: #7967A2;
 }
</style>

background-color css

<style>
 a { background-color: #7967A2; }

 a { background-color: rgb(121,103,162); }

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

border-color css

<style>
 span { border-color: #7967A2; }

 span { border-color: rgb(121,103,162); }

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