#786798

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

Shades of Scampi #786798

Tints of Scampi #786798

Color information

#786798 (or 0x786798) is unknown color: approx Scampi. HEX triplet: 78, 67 and 98. RGB value is (120,103,152). Sum of RGB (Red+Green+Blue) = 120+103+152=375 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 152 - color contains mainly: blue. Hex color #786798 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786798 is #879867. Grayscale: #717171. Windows color (decimal): -8886376 or 9987960. OLE color: 9987960.

HSL color Cylindrical-coordinate representation of color #786798: hue angle of 260.82º 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 #786798 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB120103152-
CMYK0.210.3200.40
HSL260.82º19.22%50%-
HSV(B)260.82º32.24%59.61%-
XYZ18.2615.9631.82-
YUV113.67149.63132.52-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32%
GREEN value IS 103 (40.62% from 255) = 27.47%
BLUE value IS 152 (59.77% from 255) = 40.53%
R=32%
G=27.47%
B=40.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1201031520.210.3200.40260.8219.2250
Hex78679815200281051332
Octal17014723025400504052362
Binary111100011001111001100010101100000010100010000010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786798; }

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

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

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

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

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

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

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

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