#7860AB

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

Shades of Scampi #7860AB

Tints of Scampi #7860AB

Color information

#7860AB (or 0x7860AB) is unknown color: approx Scampi. HEX triplet: 78, 60 and AB. RGB value is (120,96,171). Sum of RGB (Red+Green+Blue) = 120+96+171=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #7860AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7860AB is #879F54. Grayscale: #6F6F6F. Windows color (decimal): -8888149 or 11231352. OLE color: 11231352.

HSL color Cylindrical-coordinate representation of color #7860AB: hue angle of 259.2º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7860AB is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12096171-
CMYK0.300.4400.33
HSL259.2º30.86%52.35%-
HSV(B)259.2º43.86%67.06%-
XYZ19.2815.340.46-
YUV111.73161.45133.9-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.01%
GREEN value IS 96 (37.89% from 255) = 24.81%
BLUE value IS 171 (67.19% from 255) = 44.19%
R=31.01%
G=24.81%
B=44.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal120961710.300.4400.33259.230.8652.35
Hex7860AB1E2C0211031f34
Octal17014025336540414033764
Binary111100011000001010101111110101100010000110000001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7860AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7860AB; }

 p { color: rgb(120,96,171); }

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

<style>
 a { background-color: #7860AB; }

 a { background-color: rgb(120,96,171); }

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

<style>
 span { border-color: #7860AB; }

 span { border-color: rgb(120,96,171); }

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