#785CAB

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

Shades of Scampi #785CAB

Tints of Scampi #785CAB

Color information

#785CAB (or 0x785CAB) is unknown color: approx Scampi. HEX triplet: 78, 5C and AB. RGB value is (120,92,171). Sum of RGB (Red+Green+Blue) = 120+92+171=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #785CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785CAB is #87A354. Grayscale: #6D6D6D. Windows color (decimal): -8889173 or 11230328. OLE color: 11230328.

HSL color Cylindrical-coordinate representation of color #785CAB: hue angle of 261.27º 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 #785CAB is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12092171-
CMYK0.300.4600.33
HSL261.27º31.98%51.57%-
HSV(B)261.27º46.2%67.06%-
XYZ18.9214.5940.35-
YUV109.38162.78135.58-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.33%
GREEN value IS 92 (36.33% from 255) = 24.02%
BLUE value IS 171 (67.19% from 255) = 44.65%
R=31.33%
G=24.02%
B=44.65%

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
Decimal120921710.300.4600.33261.2731.9851.57
Hex785CAB1E2E0211052034
Octal17013425336560414054064
Binary1111000101110010101011111101011100100001100000101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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