#785F9F

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

Shades of Scampi #785F9F

Tints of Scampi #785F9F

Color information

#785F9F (or 0x785F9F) is unknown color: approx Scampi. HEX triplet: 78, 5F and 9F. RGB value is (120,95,159). Sum of RGB (Red+Green+Blue) = 120+95+159=374 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.09% from 374); Green value is 95 (37.5% from 255 or 25.40% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 159 - color contains mainly: blue. Hex color #785F9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785F9F is #87A060. Grayscale: #6D6D6D. Windows color (decimal): -8888417 or 10444664. OLE color: 10444664.

HSL color Cylindrical-coordinate representation of color #785F9F: hue angle of 263.44º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #785F9F is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12095159-
CMYK0.250.4000.38
HSL263.44º25.2%49.8%-
HSV(B)263.44º40.25%62.35%-
XYZ18.114.6834.68-
YUV109.77155.78135.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.09%
GREEN value IS 95 (37.5% from 255) = 25.40%
BLUE value IS 159 (62.5% from 255) = 42.51%
R=32.09%
G=25.40%
B=42.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal120951590.250.4000.38263.4425.249.8
Hex785F9F19280261071932
Octal17013723731500464073162
Binary111100010111111001111111001101000010011010000011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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