#786598

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

Shades of Scampi #786598

Tints of Scampi #786598

Color information

#786598 (or 0x786598) is unknown color: approx Scampi. HEX triplet: 78, 65 and 98. RGB value is (120,101,152). Sum of RGB (Red+Green+Blue) = 120+101+152=373 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.17% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 152 (59.77% from 255 or 40.75% from 373); Max value from RGB is 152 - color contains mainly: blue. Hex color #786598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786598 is #879A67. Grayscale: #707070. Windows color (decimal): -8886888 or 9987448. OLE color: 9987448.

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

Color convert

RGB120101152-
CMYK0.210.3400.40
HSL262.35º20.16%49.61%-
HSV(B)262.35º33.55%59.61%-
XYZ18.0715.5731.76-
YUV112.5150.29133.35-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.17%
GREEN value IS 101 (39.84% from 255) = 27.08%
BLUE value IS 152 (59.77% from 255) = 40.75%
R=32.17%
G=27.08%
B=40.75%

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
Decimal1201011520.210.3400.40262.3520.1649.61
Hex78659815220281061432
Octal17014523025420504062462
Binary111100011001011001100010101100010010100010000011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786598; }

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

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

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

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

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

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

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

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