#795EAC

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

Shades of Scampi #795EAC

Tints of Scampi #795EAC

Color information

#795EAC (or 0x795EAC) is unknown color: approx Scampi. HEX triplet: 79, 5E and AC. RGB value is (121,94,172). Sum of RGB (Red+Green+Blue) = 121+94+172=387 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.27% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 172 - color contains mainly: blue. Hex color #795EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795EAC is #86A153. Grayscale: #6E6E6E. Windows color (decimal): -8823124 or 11296377. OLE color: 11296377.

HSL color Cylindrical-coordinate representation of color #795EAC: hue angle of 260.77º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #795EAC is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12194172-
CMYK0.300.4500.33
HSL260.77º31.97%52.16%-
HSV(B)260.77º45.35%67.45%-
XYZ19.3315.0540.92-
YUV110.96162.45135.16-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.27%
GREEN value IS 94 (37.11% from 255) = 24.29%
BLUE value IS 172 (67.58% from 255) = 44.44%
R=31.27%
G=24.29%
B=44.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal121941720.300.4500.33260.7731.9752.16
Hex795EAC1E2D0211052034
Octal17113625436550414054064
Binary1111001101111010101100111101011010100001100000101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,94,172); }

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

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

 a { background-color: rgb(121,94,172); }

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

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

 span { border-color: rgb(121,94,172); }

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