#795CA9

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

Shades of Scampi #795CA9

Tints of Scampi #795CA9

Color information

#795CA9 (or 0x795CA9) is unknown color: approx Scampi. HEX triplet: 79, 5C and A9. RGB value is (121,92,169). Sum of RGB (Red+Green+Blue) = 121+92+169=382 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.68% from 382); Green value is 92 (36.33% from 255 or 24.08% from 382); Blue value is 169 (66.41% from 255 or 44.24% from 382); Max value from RGB is 169 - color contains mainly: blue. Hex color #795CA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795CA9 is #86A356. Grayscale: #6D6D6D. Windows color (decimal): -8823639 or 11099257. OLE color: 11099257.

HSL color Cylindrical-coordinate representation of color #795CA9: hue angle of 262.6º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #795CA9 is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB12192169-
CMYK0.280.4600.34
HSL262.6º30.92%51.18%-
HSV(B)262.6º45.56%66.27%-
XYZ18.8714.5839.36-
YUV109.45161.61136.24-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.68%
GREEN value IS 92 (36.33% from 255) = 24.08%
BLUE value IS 169 (66.41% from 255) = 44.24%
R=31.68%
G=24.08%
B=44.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal121921690.280.4600.34262.630.9251.18
Hex795CA91C2E0221071f33
Octal17113425134560424073763
Binary111100110111001010100111100101110010001010000011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,92,169); }

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

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

 a { background-color: rgb(121,92,169); }

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

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

 span { border-color: rgb(121,92,169); }

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