#785FAB

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

Shades of Scampi #785FAB

Tints of Scampi #785FAB

Color information

#785FAB (or 0x785FAB) is unknown color: approx Scampi. HEX triplet: 78, 5F and AB. RGB value is (120,95,171). Sum of RGB (Red+Green+Blue) = 120+95+171=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 95 (37.5% from 255 or 24.61% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #785FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785FAB is #87A054. Grayscale: #6E6E6E. Windows color (decimal): -8888405 or 11231096. OLE color: 11231096.

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

Color convert

RGB12095171-
CMYK0.300.4400.33
HSL259.74º31.15%52.16%-
HSV(B)259.74º44.44%67.06%-
XYZ19.1915.1240.43-
YUV111.14161.78134.32-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.09%
GREEN value IS 95 (37.5% from 255) = 24.61%
BLUE value IS 171 (67.19% from 255) = 44.30%
R=31.09%
G=24.61%
B=44.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal120951710.300.4400.33259.7431.1552.16
Hex785FAB1E2C0211041f34
Octal17013725336540414043764
Binary111100010111111010101111110101100010000110000010011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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