#7862AB

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

Shades of Scampi #7862AB

Tints of Scampi #7862AB

Color information

#7862AB (or 0x7862AB) is unknown color: approx Scampi. HEX triplet: 78, 62 and AB. RGB value is (120,98,171). Sum of RGB (Red+Green+Blue) = 120+98+171=389 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.85% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #7862AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7862AB is #879D54. Grayscale: #707070. Windows color (decimal): -8887637 or 11231864. OLE color: 11231864.

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

Color convert

RGB12098171-
CMYK0.300.4300.33
HSL258.08º30.29%52.75%-
HSV(B)258.08º42.69%67.06%-
XYZ19.4615.6740.53-
YUV112.9160.79133.06-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.85%
GREEN value IS 98 (38.67% from 255) = 25.19%
BLUE value IS 171 (67.19% from 255) = 43.96%
R=30.85%
G=25.19%
B=43.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal120981710.300.4300.33258.0830.2952.75
Hex7862AB1E2B0211021e35
Octal17014225336530414023665
Binary111100011000101010101111110101011010000110000001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7862AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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