#795DAA

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

Shades of Scampi #795DAA

Tints of Scampi #795DAA

Color information

#795DAA (or 0x795DAA) is unknown color: approx Scampi. HEX triplet: 79, 5D and AA. RGB value is (121,93,170). Sum of RGB (Red+Green+Blue) = 121+93+170=384 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.51% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 170 - color contains mainly: blue. Hex color #795DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795DAA is #86A255. Grayscale: #6D6D6D. Windows color (decimal): -8823382 or 11165049. OLE color: 11165049.

HSL color Cylindrical-coordinate representation of color #795DAA: hue angle of 261.82º degrees, saturation: 0.31, 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 #795DAA is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12193170-
CMYK0.290.4500.33
HSL261.82º31.17%51.57%-
HSV(B)261.82º45.29%66.67%-
XYZ19.0614.839.88-
YUV110.15161.78135.74-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.51%
GREEN value IS 93 (36.72% from 255) = 24.22%
BLUE value IS 170 (66.80% from 255) = 44.27%
R=31.51%
G=24.22%
B=44.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal121931700.290.4500.33261.8231.1751.57
Hex795DAA1D2D0211061f34
Octal17113525235550414063764
Binary111100110111011010101011101101101010000110000011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,93,170); }

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

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

 a { background-color: rgb(121,93,170); }

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

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

 span { border-color: rgb(121,93,170); }

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