#794299

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

Shades of Studio #794299

Tints of Studio #794299

Color information

#794299 (or 0x794299) is unknown color: approx Studio. HEX triplet: 79, 42 and 99. RGB value is (121,66,153). Sum of RGB (Red+Green+Blue) = 121+66+153=340 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.59% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 153 - color contains mainly: blue. Hex color #794299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794299 is #86BD66. Grayscale: #5C5C5C. Windows color (decimal): -8830311 or 10044025. OLE color: 10044025.

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

Color convert

RGB12166153-
CMYK0.210.5700.4
HSL277.93º39.73%42.94%-
HSV(B)277.93º56.86%60%-
XYZ15.5810.2631.3-
YUV92.36162.22148.43-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.59%
GREEN value IS 66 (26.17% from 255) = 19.41%
BLUE value IS 153 (60.16% from 255) = 45%
R=35.59%
G=19.41%
B=45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal121661530.210.5700.4277.9339.7342.94
Hex7942991539028116282b
Octal17110223125710504265053
Binary1111001100001010011001101011110010101000100010110101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794299; }

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

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

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

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

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

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

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

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