#795F9E

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

Shades of Scampi #795F9E

Tints of Scampi #795F9E

Color information

#795F9E (or 0x795F9E) is unknown color: approx Scampi. HEX triplet: 79, 5F and 9E. RGB value is (121,95,158). Sum of RGB (Red+Green+Blue) = 121+95+158=374 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.35% from 374); Green value is 95 (37.5% from 255 or 25.40% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 158 - color contains mainly: blue. Hex color #795F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795F9E is #86A061. Grayscale: #6D6D6D. Windows color (decimal): -8822882 or 10379129. OLE color: 10379129.

HSL color Cylindrical-coordinate representation of color #795F9E: hue angle of 264.76º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #795F9E is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12195158-
CMYK0.230.4000.38
HSL264.76º24.9%49.61%-
HSV(B)264.76º39.87%61.96%-
XYZ18.1514.7234.23-
YUV109.96155.11135.88-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.35%
GREEN value IS 95 (37.5% from 255) = 25.40%
BLUE value IS 158 (62.11% from 255) = 42.25%
R=32.35%
G=25.40%
B=42.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal121951580.230.4000.38264.7624.949.61
Hex795F9E17280261091932
Octal17113723627500464113162
Binary111100110111111001111010111101000010011010000100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795F9E; }

 p { color: rgb(121,95,158); }

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

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

 a { background-color: rgb(121,95,158); }

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

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

 span { border-color: rgb(121,95,158); }

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