#786BAB

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

Shades of Scampi #786BAB

Tints of Scampi #786BAB

Color information

#786BAB (or 0x786BAB) is unknown color: approx Scampi. HEX triplet: 78, 6B and AB. RGB value is (120,107,171). Sum of RGB (Red+Green+Blue) = 120+107+171=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #786BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786BAB is #879454. Grayscale: #757575. Windows color (decimal): -8885333 or 11234168. OLE color: 11234168.

HSL color Cylindrical-coordinate representation of color #786BAB: hue angle of 252.19º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #786BAB is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB120107171-
CMYK0.300.3700.33
HSL252.19º27.59%54.51%-
HSV(B)252.19º37.43%67.06%-
XYZ20.3517.4540.82-
YUV118.18157.81129.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.15%
GREEN value IS 107 (42.19% from 255) = 26.88%
BLUE value IS 171 (67.19% from 255) = 42.96%
R=30.15%
G=26.88%
B=42.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201071710.300.3700.33252.1927.5954.51
Hex786BAB1E25021fc1c37
Octal17015325336450413743467
Binary11110001101011101010111111010010101000011111110011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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