#786498

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

Shades of Scampi #786498

Tints of Scampi #786498

Color information

#786498 (or 0x786498) is unknown color: approx Scampi. HEX triplet: 78, 64 and 98. RGB value is (120,100,152). Sum of RGB (Red+Green+Blue) = 120+100+152=372 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.26% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 152 (59.77% from 255 or 40.86% from 372); Max value from RGB is 152 - color contains mainly: blue. Hex color #786498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786498 is #879B67. Grayscale: #6F6F6F. Windows color (decimal): -8887144 or 9987192. OLE color: 9987192.

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

Color convert

RGB120100152-
CMYK0.210.3400.40
HSL263.08º20.63%49.41%-
HSV(B)263.08º34.21%59.61%-
XYZ17.9715.3731.73-
YUV111.91150.63133.77-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.26%
GREEN value IS 100 (39.45% from 255) = 26.88%
BLUE value IS 152 (59.77% from 255) = 40.86%
R=32.26%
G=26.88%
B=40.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1201001520.210.3400.40263.0820.6349.41
Hex78649815220281071531
Octal17014423025420504072561
Binary111100011001001001100010101100010010100010000011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786498; }

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

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

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

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

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

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

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

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