#794499

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

Shades of Studio #794499

Tints of Studio #794499

Color information

#794499 (or 0x794499) is unknown color: approx Studio. HEX triplet: 79, 44 and 99. RGB value is (121,68,153). Sum of RGB (Red+Green+Blue) = 121+68+153=342 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.38% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 153 - color contains mainly: blue. Hex color #794499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794499 is #86BB66. Grayscale: #5D5D5D. Windows color (decimal): -8829799 or 10044537. OLE color: 10044537.

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

Color convert

RGB12168153-
CMYK0.210.5600.4
HSL277.41º38.46%43.33%-
HSV(B)277.41º55.56%60%-
XYZ15.710.531.34-
YUV93.54161.56147.59-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.38%
GREEN value IS 68 (26.95% from 255) = 19.88%
BLUE value IS 153 (60.16% from 255) = 44.74%
R=35.38%
G=19.88%
B=44.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal121681530.210.5600.4277.4138.4643.33
Hex7944991538028115262b
Octal17110423125700504254653
Binary1111001100010010011001101011110000101000100010101100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794499; }

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

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

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

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

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

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

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

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