#794199

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

Shades of Studio #794199

Tints of Studio #794199

Color information

#794199 (or 0x794199) is unknown color: approx Studio. HEX triplet: 79, 41 and 99. RGB value is (121,65,153). Sum of RGB (Red+Green+Blue) = 121+65+153=339 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.69% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 153 - color contains mainly: blue. Hex color #794199 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794199 is #86BE66. Grayscale: #5B5B5B. Windows color (decimal): -8830567 or 10043769. OLE color: 10043769.

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

Color convert

RGB12165153-
CMYK0.210.5800.4
HSL278.18º40.37%42.75%-
HSV(B)278.18º57.52%60%-
XYZ15.5310.1531.28-
YUV91.78162.55148.84-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.69%
GREEN value IS 65 (25.78% from 255) = 19.17%
BLUE value IS 153 (60.16% from 255) = 45.13%
R=35.69%
G=19.17%
B=45.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal121651530.210.5800.4278.1840.3742.75
Hex794199153A028116282b
Octal17110123125720504265053
Binary1111001100000110011001101011110100101000100010110101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794199; }

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

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

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

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

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

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

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

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