#797598

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

Shades of Scampi #797598

Tints of Scampi #797598

Color information

#797598 (or 0x797598) is unknown color: approx Scampi. HEX triplet: 79, 75 and 98. RGB value is (121,117,152). Sum of RGB (Red+Green+Blue) = 121+117+152=390 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.03% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 152 - color contains mainly: blue. Hex color #797598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797598 is #868A67. Grayscale: #7A7A7A. Windows color (decimal): -8817256 or 9991545. OLE color: 9991545.

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

Color convert

RGB121117152-
CMYK0.200.2300.40
HSL246.86º14.52%52.75%-
HSV(B)246.86º23.03%59.61%-
XYZ19.9119.0532.33-
YUV122.19144.83127.15-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.03%
GREEN value IS 117 (46.09% from 255) = 30%
BLUE value IS 152 (59.77% from 255) = 38.97%
R=31.03%
G=30%
B=38.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1211171520.200.2300.40246.8614.5252.75
Hex7975981417028f7f35
Octal17116523024270503671765
Binary111100111101011001100010100101110101000111101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797598; }

 p { color: rgb(121,117,152); }

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

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

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

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

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

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

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