#7A7990

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

Shades of Scampi #7A7990

Tints of Scampi #7A7990

Color information

#7A7990 (or 0x7A7990) is unknown color: approx Scampi. HEX triplet: 7A, 79 and 90. RGB value is (122,121,144). Sum of RGB (Red+Green+Blue) = 122+121+144=387 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.52% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 144 - color contains mainly: blue. Hex color #7A7990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7990 is #85866F. Grayscale: #7B7B7B. Windows color (decimal): -8750704 or 9468282. OLE color: 9468282.

HSL color Cylindrical-coordinate representation of color #7A7990: hue angle of 242.61º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7A7990 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB122121144-
CMYK0.150.1600.44
HSL242.61º9.39%51.96%-
HSV(B)242.61º15.97%56.47%-
XYZ19.919.8329.16-
YUV123.92139.33126.63-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.52%
GREEN value IS 121 (47.66% from 255) = 31.27%
BLUE value IS 144 (56.64% from 255) = 37.21%
R=31.52%
G=31.27%
B=37.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1221211440.150.1600.44242.619.3951.96
Hex7A7990F1002Cf3934
Octal17217122017200543631164
Binary11110101111001100100001111100000101100111100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A7990; }

 p { color: rgb(122,121,144); }

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

<style>
 a { background-color: #7A7990; }

 a { background-color: rgb(122,121,144); }

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

<style>
 span { border-color: #7A7990; }

 span { border-color: rgb(122,121,144); }

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