#7860AD

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

Shades of Scampi #7860AD

Tints of Scampi #7860AD

Color information

#7860AD (or 0x7860AD) is unknown color: approx Scampi. HEX triplet: 78, 60 and AD. RGB value is (120,96,173). Sum of RGB (Red+Green+Blue) = 120+96+173=389 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.85% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 173 - color contains mainly: blue. Hex color #7860AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7860AD is #879F52. Grayscale: #6F6F6F. Windows color (decimal): -8888147 or 11362424. OLE color: 11362424.

HSL color Cylindrical-coordinate representation of color #7860AD: hue angle of 258.7º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7860AD is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12096173-
CMYK0.310.4500.32
HSL258.7º31.95%52.75%-
HSV(B)258.7º44.51%67.84%-
XYZ19.4715.3841.48-
YUV111.95162.45133.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.85%
GREEN value IS 96 (37.89% from 255) = 24.68%
BLUE value IS 173 (67.97% from 255) = 44.47%
R=30.85%
G=24.68%
B=44.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal120961730.310.4500.32258.731.9552.75
Hex7860AD1F2D0201032035
Octal17014025537550404034065
Binary1111000110000010101101111111011010100000100000011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7860AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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