#795EAA

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

Shades of Scampi #795EAA

Tints of Scampi #795EAA

Color information

#795EAA (or 0x795EAA) is unknown color: approx Scampi. HEX triplet: 79, 5E and AA. RGB value is (121,94,170). Sum of RGB (Red+Green+Blue) = 121+94+170=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #795EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795EAA is #86A155. Grayscale: #6E6E6E. Windows color (decimal): -8823126 or 11165305. OLE color: 11165305.

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

Color convert

RGB12194170-
CMYK0.290.4500.33
HSL261.32º30.89%51.76%-
HSV(B)261.32º44.71%66.67%-
XYZ19.1414.9739.91-
YUV110.74161.45135.32-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.43%
GREEN value IS 94 (37.11% from 255) = 24.42%
BLUE value IS 170 (66.80% from 255) = 44.16%
R=31.43%
G=24.42%
B=44.16%

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
Decimal121941700.290.4500.33261.3230.8951.76
Hex795EAA1D2D0211051f34
Octal17113625235550414053764
Binary111100110111101010101011101101101010000110000010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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