#793F9A

Color #793F9A Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #793F9A

Tints of Studio #793F9A

Color information

#793F9A (or 0x793F9A) is unknown color: approx Studio. HEX triplet: 79, 3F and 9A. RGB value is (121,63,154). Sum of RGB (Red+Green+Blue) = 121+63+154=338 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.80% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 154 (60.55% from 255 or 45.56% from 338); Max value from RGB is 154 - color contains mainly: blue. Hex color #793F9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793F9A is #86C065. Grayscale: #5A5A5A. Windows color (decimal): -8831078 or 10108793. OLE color: 10108793.

HSL color Cylindrical-coordinate representation of color #793F9A: hue angle of 278.24º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #793F9A is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12163154-
CMYK0.210.5900.40
HSL278.24º41.94%42.55%-
HSV(B)278.24º59.09%60.39%-
XYZ15.59.9531.68-
YUV90.72163.72149.6-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.80%
GREEN value IS 63 (25% from 255) = 18.64%
BLUE value IS 154 (60.55% from 255) = 45.56%
R=35.80%
G=18.64%
B=45.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal121631540.210.5900.40278.2441.9442.55
Hex793F9A153B0281162a2b
Octal1717723225730504265253
Binary111100111111110011010101011110110101000100010110101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793F9A; }

 p { color: rgb(121,63,154); }

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

<style>
 a { background-color: #793F9A; }

 a { background-color: rgb(121,63,154); }

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

<style>
 span { border-color: #793F9A; }

 span { border-color: rgb(121,63,154); }

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