#7967AD

Color #7967AD Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #7967AD

Tints of Scampi #7967AD

Color information

#7967AD (or 0x7967AD) is unknown color: approx Scampi. HEX triplet: 79, 67 and AD. RGB value is (121,103,173). Sum of RGB (Red+Green+Blue) = 121+103+173=397 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.48% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 173 - color contains mainly: blue. Hex color #7967AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7967AD is #869852. Grayscale: #747474. Windows color (decimal): -8820819 or 11364217. OLE color: 11364217.

HSL color Cylindrical-coordinate representation of color #7967AD: hue angle of 255.43º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7967AD is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB121103173-
CMYK0.300.4000.32
HSL255.43º29.91%54.12%-
HSV(B)255.43º40.46%67.84%-
XYZ20.2816.7841.71-
YUV116.36159.96131.31-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.48%
GREEN value IS 103 (40.62% from 255) = 25.94%
BLUE value IS 173 (67.97% from 255) = 43.58%
R=30.48%
G=25.94%
B=43.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1211031730.300.4000.32255.4329.9154.12
Hex7967AD1E28020ff1e36
Octal17114725536500403773666
Binary11110011100111101011011111010100001000001111111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7967AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7967AD;
 }
 .AnyTagClassName
 {
   color: #7967AD;
 }
</style>
background-color css

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

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

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

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

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

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