#787897

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

Shades of Scampi #787897

Tints of Scampi #787897

Color information

#787897 (or 0x787897) is unknown color: approx Scampi. HEX triplet: 78, 78 and 97. RGB value is (120,120,151). Sum of RGB (Red+Green+Blue) = 120+120+151=391 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.69% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 151 (59.38% from 255 or 38.62% from 391); Max value from RGB is 151 - color contains mainly: blue. Hex color #787897 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787897 is #878768. Grayscale: #7B7B7B. Windows color (decimal): -8882025 or 9926776. OLE color: 9926776.

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

Color convert

RGB120120151-
CMYK0.210.2100.41
HSL240º12.97%53.14%-
HSV(B)240º20.53%59.22%-
XYZ20.0519.6632.02-
YUV123.53143.5125.48-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.69%
GREEN value IS 120 (47.27% from 255) = 30.69%
BLUE value IS 151 (59.38% from 255) = 38.62%
R=30.69%
G=30.69%
B=38.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1201201510.210.2100.4124012.9753.14
Hex7878971515029f0d35
Octal17017022725250513601565
Binary111100011110001001011110101101010101001111100001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787897; }

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

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

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

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

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

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

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

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