#786398

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

Shades of Scampi #786398

Tints of Scampi #786398

Color information

#786398 (or 0x786398) is unknown color: approx Scampi. HEX triplet: 78, 63 and 98. RGB value is (120,99,152). Sum of RGB (Red+Green+Blue) = 120+99+152=371 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.35% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 152 (59.77% from 255 or 40.97% from 371); Max value from RGB is 152 - color contains mainly: blue. Hex color #786398 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786398 is #879C67. Grayscale: #6F6F6F. Windows color (decimal): -8887400 or 9986936. OLE color: 9986936.

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

Color convert

RGB12099152-
CMYK0.210.3500.40
HSL263.77º21.12%49.22%-
HSV(B)263.77º34.87%59.61%-
XYZ17.8815.1831.69-
YUV111.32150.96134.19-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.35%
GREEN value IS 99 (39.06% from 255) = 26.68%
BLUE value IS 152 (59.77% from 255) = 40.97%
R=32.35%
G=26.68%
B=40.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal120991520.210.3500.40263.7721.1249.22
Hex78639815230281081531
Octal17014323025430504102561
Binary111100011000111001100010101100011010100010000100010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786398; }

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

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

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

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

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

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

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

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