#786AAF

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

Shades of Scampi #786AAF

Tints of Scampi #786AAF

Color information

#786AAF (or 0x786AAF) is unknown color: approx Scampi. HEX triplet: 78, 6A and AF. RGB value is (120,106,175). Sum of RGB (Red+Green+Blue) = 120+106+175=401 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.93% from 401); Green value is 106 (41.80% from 255 or 26.43% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 175 - color contains mainly: blue. Hex color #786AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786AAF is #879550. Grayscale: #757575. Windows color (decimal): -8885585 or 11496056. OLE color: 11496056.

HSL color Cylindrical-coordinate representation of color #786AAF: hue angle of 252.17º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #786AAF is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB120106175-
CMYK0.310.3900.31
HSL252.17º30.13%55.1%-
HSV(B)252.17º39.43%68.63%-
XYZ20.6417.442.83-
YUV118.05160.14129.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.93%
GREEN value IS 106 (41.80% from 255) = 26.43%
BLUE value IS 175 (68.75% from 255) = 43.64%
R=29.93%
G=26.43%
B=43.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1201061750.310.3900.31252.1730.1355.1
Hex786AAF1F2701Ffc1e37
Octal17015225737470373743667
Binary1111000110101010101111111111001110111111111110011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786AAF; }

 p { color: rgb(120,106,175); }

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

<style>
 a { background-color: #786AAF; }

 a { background-color: rgb(120,106,175); }

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

<style>
 span { border-color: #786AAF; }

 span { border-color: rgb(120,106,175); }

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