#7871A2

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

Shades of Scampi #7871A2

Tints of Scampi #7871A2

Color information

#7871A2 (or 0x7871A2) is unknown color: approx Scampi. HEX triplet: 78, 71 and A2. RGB value is (120,113,162). Sum of RGB (Red+Green+Blue) = 120+113+162=395 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.38% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 162 (63.67% from 255 or 41.01% from 395); Max value from RGB is 162 - color contains mainly: blue. Hex color #7871A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7871A2 is #878E5D. Grayscale: #787878. Windows color (decimal): -8883806 or 10645880. OLE color: 10645880.

HSL color Cylindrical-coordinate representation of color #7871A2: hue angle of 248.57º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7871A2 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB120113162-
CMYK0.260.3000.36
HSL248.57º20.85%53.92%-
HSV(B)248.57º30.25%63.53%-
XYZ20.1718.4136.67-
YUV120.68151.32127.52-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.38%
GREEN value IS 113 (44.53% from 255) = 28.61%
BLUE value IS 162 (63.67% from 255) = 41.01%
R=30.38%
G=28.61%
B=41.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1201131620.260.3000.36248.5720.8553.92
Hex7871A21A1E024f91536
Octal17016124232360443712566
Binary1111000111000110100010110101111001001001111100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7871A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,113,162); }

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

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

 a { background-color: rgb(120,113,162); }

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

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

 span { border-color: rgb(120,113,162); }

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