#785DAB

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

Shades of Scampi #785DAB

Tints of Scampi #785DAB

Color information

#785DAB (or 0x785DAB) is unknown color: approx Scampi. HEX triplet: 78, 5D and AB. RGB value is (120,93,171). Sum of RGB (Red+Green+Blue) = 120+93+171=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #785DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785DAB is #87A254. Grayscale: #6D6D6D. Windows color (decimal): -8888917 or 11230584. OLE color: 11230584.

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

Color convert

RGB12093171-
CMYK0.300.4600.33
HSL260.77º31.71%51.76%-
HSV(B)260.77º45.61%67.06%-
XYZ19.0114.7640.38-
YUV109.96162.45135.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.25%
GREEN value IS 93 (36.72% from 255) = 24.22%
BLUE value IS 171 (67.19% from 255) = 44.53%
R=31.25%
G=24.22%
B=44.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal120931710.300.4600.33260.7731.7151.76
Hex785DAB1E2E0211052034
Octal17013525336560414054064
Binary1111000101110110101011111101011100100001100000101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785DAB; }

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

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

<style>
 a { background-color: #785DAB; }

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

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

<style>
 span { border-color: #785DAB; }

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

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