#787298

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

Shades of Scampi #787298

Tints of Scampi #787298

Color information

#787298 (or 0x787298) is unknown color: approx Scampi. HEX triplet: 78, 72 and 98. RGB value is (120,114,152). Sum of RGB (Red+Green+Blue) = 120+114+152=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 152 (59.77% from 255 or 39.38% from 386); Max value from RGB is 152 - color contains mainly: blue. Hex color #787298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787298 is #878D67. Grayscale: #777777. Windows color (decimal): -8883560 or 9990776. OLE color: 9990776.

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

Color convert

RGB120114152-
CMYK0.210.2500.40
HSL249.47º15.57%52.16%-
HSV(B)249.47º25%59.61%-
XYZ19.4318.2932.21-
YUV120.13145.99127.91-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.09%
GREEN value IS 114 (44.92% from 255) = 29.53%
BLUE value IS 152 (59.77% from 255) = 39.38%
R=31.09%
G=29.53%
B=39.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1201141520.210.2500.40249.4715.5752.16
Hex7872981519028f91034
Octal17016223025310503712064
Binary1111000111001010011000101011100101010001111100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787298; }

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

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

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

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

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

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

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

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