#786899

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

Shades of Scampi #786899

Tints of Scampi #786899

Color information

#786899 (or 0x786899) is unknown color: approx Scampi. HEX triplet: 78, 68 and 99. RGB value is (120,104,153). Sum of RGB (Red+Green+Blue) = 120+104+153=377 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.83% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 153 - color contains mainly: blue. Hex color #786899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786899 is #879766. Grayscale: #727272. Windows color (decimal): -8886119 or 10053752. OLE color: 10053752.

HSL color Cylindrical-coordinate representation of color #786899: hue angle of 259.59º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #786899 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB120104153-
CMYK0.220.3200.4
HSL259.59º19.37%50.39%-
HSV(B)259.59º32.03%60%-
XYZ18.4516.1932.29-
YUV114.37149.8132.02-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.83%
GREEN value IS 104 (41.02% from 255) = 27.59%
BLUE value IS 153 (60.16% from 255) = 40.58%
R=31.83%
G=27.59%
B=40.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1201041530.220.3200.4259.5919.3750.39
Hex78689916200281041332
Octal17015023126400504042362
Binary111100011010001001100110110100000010100010000010010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786899; }

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

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

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

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

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

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

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

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