#794997

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

Shades of Studio #794997

Tints of Studio #794997

Color information

#794997 (or 0x794997) is unknown color: approx Studio. HEX triplet: 79, 49 and 97. RGB value is (121,73,151). Sum of RGB (Red+Green+Blue) = 121+73+151=345 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.07% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 151 (59.38% from 255 or 43.77% from 345); Max value from RGB is 151 - color contains mainly: blue. Hex color #794997 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794997 is #86B668. Grayscale: #5F5F5F. Windows color (decimal): -8828521 or 9914745. OLE color: 9914745.

HSL color Cylindrical-coordinate representation of color #794997: hue angle of 276.92º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #794997 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB12173151-
CMYK0.200.5200.41
HSL276.92º34.82%43.92%-
HSV(B)276.92º51.66%59.22%-
XYZ15.8511.0630.58-
YUV96.24158.9145.66-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.07%
GREEN value IS 73 (28.91% from 255) = 21.16%
BLUE value IS 151 (59.38% from 255) = 43.77%
R=35.07%
G=21.16%
B=43.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal121731510.200.5200.41276.9234.8243.92
Hex7949971434029115232c
Octal17111122724640514254354
Binary1111001100100110010111101001101000101001100010101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794997; }

 p { color: rgb(121,73,151); }

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

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

 a { background-color: rgb(121,73,151); }

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

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

 span { border-color: rgb(121,73,151); }

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