#786698

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

Shades of Scampi #786698

Tints of Scampi #786698

Color information

#786698 (or 0x786698) is unknown color: approx Scampi. HEX triplet: 78, 66 and 98. RGB value is (120,102,152). Sum of RGB (Red+Green+Blue) = 120+102+152=374 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.09% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 152 - color contains mainly: blue. Hex color #786698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786698 is #879967. Grayscale: #707070. Windows color (decimal): -8886632 or 9987704. OLE color: 9987704.

HSL color Cylindrical-coordinate representation of color #786698: hue angle of 261.6º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #786698 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB120102152-
CMYK0.210.3300.40
HSL261.6º19.69%49.8%-
HSV(B)261.6º32.89%59.61%-
XYZ18.1615.7631.79-
YUV113.08149.96132.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.09%
GREEN value IS 102 (40.23% from 255) = 27.27%
BLUE value IS 152 (59.77% from 255) = 40.64%
R=32.09%
G=27.27%
B=40.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1201021520.210.3300.40261.619.6949.8
Hex78669815210281061432
Octal17014623025410504062462
Binary111100011001101001100010101100001010100010000011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786698; }

 p { color: rgb(120,102,152); }

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

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

 a { background-color: rgb(120,102,152); }

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

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

 span { border-color: rgb(120,102,152); }

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