#794899

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

Shades of Studio #794899

Tints of Studio #794899

Color information

#794899 (or 0x794899) is unknown color: approx Studio. HEX triplet: 79, 48 and 99. RGB value is (121,72,153). Sum of RGB (Red+Green+Blue) = 121+72+153=346 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.97% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 153 - color contains mainly: blue. Hex color #794899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794899 is #86B766. Grayscale: #5F5F5F. Windows color (decimal): -8828775 or 10045561. OLE color: 10045561.

HSL color Cylindrical-coordinate representation of color #794899: hue angle of 276.3º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #794899 is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12172153-
CMYK0.210.5300.4
HSL276.3º36%44.12%-
HSV(B)276.3º52.94%60%-
XYZ15.951131.42-
YUV95.88160.23145.91-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.97%
GREEN value IS 72 (28.52% from 255) = 20.81%
BLUE value IS 153 (60.16% from 255) = 44.22%
R=34.97%
G=20.81%
B=44.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal121721530.210.5300.4276.33644.12
Hex7948991535028114242c
Octal17111023125650504244454
Binary1111001100100010011001101011101010101000100010100100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794899; }

 p { color: rgb(121,72,153); }

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

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

 a { background-color: rgb(121,72,153); }

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

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

 span { border-color: rgb(121,72,153); }

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