#787898

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

Shades of Scampi #787898

Tints of Scampi #787898

Color information

#787898 (or 0x787898) is unknown color: approx Scampi. HEX triplet: 78, 78 and 98. RGB value is (120,120,152). Sum of RGB (Red+Green+Blue) = 120+120+152=392 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.61% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 152 (59.77% from 255 or 38.78% from 392); Max value from RGB is 152 - color contains mainly: blue. Hex color #787898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787898 is #878767. Grayscale: #7B7B7B. Windows color (decimal): -8882024 or 9992312. OLE color: 9992312.

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

Color convert

RGB120120152-
CMYK0.210.2100.40
HSL240º13.45%53.33%-
HSV(B)240º21.05%59.61%-
XYZ20.1319.6932.45-
YUV123.65144125.4-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.61%
GREEN value IS 120 (47.27% from 255) = 30.61%
BLUE value IS 152 (59.77% from 255) = 38.78%
R=30.61%
G=30.61%
B=38.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1201201520.210.2100.4024013.4553.33
Hex7878981515028f0d35
Octal17017023025250503601565
Binary111100011110001001100010101101010101000111100001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787898; }

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

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

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

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

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

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

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

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