#786893

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

Shades of Scampi #786893

Tints of Scampi #786893

Color information

#786893 (or 0x786893) is unknown color: approx Scampi. HEX triplet: 78, 68 and 93. RGB value is (120,104,147). Sum of RGB (Red+Green+Blue) = 120+104+147=371 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.35% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 147 - color contains mainly: blue. Hex color #786893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786893 is #87976C. Grayscale: #717171. Windows color (decimal): -8886125 or 9660536. OLE color: 9660536.

HSL color Cylindrical-coordinate representation of color #786893: hue angle of 262.33º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #786893 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB120104147-
CMYK0.180.2900.42
HSL262.33º17.13%49.22%-
HSV(B)262.33º29.25%57.65%-
XYZ17.961629.75-
YUV113.69146.8132.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.35%
GREEN value IS 104 (41.02% from 255) = 28.03%
BLUE value IS 147 (57.81% from 255) = 39.62%
R=32.35%
G=28.03%
B=39.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1201041470.180.2900.42262.3317.1349.22
Hex786893121D02A1061131
Octal17015022322350524062161
Binary11110001101000100100111001011101010101010000011010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786893; }

 p { color: rgb(120,104,147); }

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

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

 a { background-color: rgb(120,104,147); }

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

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

 span { border-color: rgb(120,104,147); }

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