#794E9E

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

Shades of Studio #794E9E

Tints of Studio #794E9E

Color information

#794E9E (or 0x794E9E) is unknown color: approx Studio. HEX triplet: 79, 4E and 9E. RGB value is (121,78,158). Sum of RGB (Red+Green+Blue) = 121+78+158=357 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.89% from 357); Green value is 78 (30.86% from 255 or 21.85% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 158 - color contains mainly: blue. Hex color #794E9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #794E9E is #86B161. Grayscale: #636363. Windows color (decimal): -8827234 or 10374777. OLE color: 10374777.

HSL color Cylindrical-coordinate representation of color #794E9E: hue angle of 272.25º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #794E9E is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12178158-
CMYK0.230.5100.38
HSL272.25º33.9%46.27%-
HSV(B)272.25º50.63%61.96%-
XYZ16.7811.9833.78-
YUV99.98160.75143-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.89%
GREEN value IS 78 (30.86% from 255) = 21.85%
BLUE value IS 158 (62.11% from 255) = 44.26%
R=33.89%
G=21.85%
B=44.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal121781580.230.5100.38272.2533.946.27
Hex794E9E1733026110222e
Octal17111623627630464204256
Binary1111001100111010011110101111100110100110100010000100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794E9E; }

 p { color: rgb(121,78,158); }

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

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

 a { background-color: rgb(121,78,158); }

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

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

 span { border-color: rgb(121,78,158); }

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