#794D9C

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

Shades of Studio #794D9C

Tints of Studio #794D9C

Color information

#794D9C (or 0x794D9C) is unknown color: approx Studio. HEX triplet: 79, 4D and 9C. RGB value is (121,77,156). Sum of RGB (Red+Green+Blue) = 121+77+156=354 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.18% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 156 - color contains mainly: blue. Hex color #794D9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #794D9C is #86B263. Grayscale: #626262. Windows color (decimal): -8827492 or 10243449. OLE color: 10243449.

HSL color Cylindrical-coordinate representation of color #794D9C: hue angle of 273.42º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #794D9C is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12177156-
CMYK0.220.5100.39
HSL273.42º33.91%45.69%-
HSV(B)273.42º50.64%61.18%-
XYZ16.5411.7732.85-
YUV99.16160.08143.58-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.18%
GREEN value IS 77 (30.47% from 255) = 21.75%
BLUE value IS 156 (61.33% from 255) = 44.07%
R=34.18%
G=21.75%
B=44.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal121771560.220.5100.39273.4233.9145.69
Hex794D9C1633027111222e
Octal17111523426630474214256
Binary1111001100110110011100101101100110100111100010001100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794D9C; }

 p { color: rgb(121,77,156); }

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

<style>
 a { background-color: #794D9C; }

 a { background-color: rgb(121,77,156); }

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

<style>
 span { border-color: #794D9C; }

 span { border-color: rgb(121,77,156); }

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