#794AAE

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

Shades of Studio #794AAE

Tints of Studio #794AAE

Color information

#794AAE (or 0x794AAE) is unknown color: approx Studio. HEX triplet: 79, 4A and AE. RGB value is (121,74,174). Sum of RGB (Red+Green+Blue) = 121+74+174=369 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.79% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #794AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794AAE is #86B551. Grayscale: #636363. Windows color (decimal): -8828242 or 11422329. OLE color: 11422329.

HSL color Cylindrical-coordinate representation of color #794AAE: hue angle of 268.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #794AAE is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12174174-
CMYK0.300.5700.32
HSL268.2º40.32%48.63%-
HSV(B)268.2º57.47%68.24%-
XYZ17.9712.0241.42-
YUV99.45170.07143.37-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.79%
GREEN value IS 74 (29.30% from 255) = 20.05%
BLUE value IS 174 (68.36% from 255) = 47.15%
R=32.79%
G=20.05%
B=47.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal121741740.300.5700.32268.240.3248.63
Hex794AAE1E3902010c2831
Octal17111225636710404145061
Binary1111001100101010101110111101110010100000100001100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,74,174); }

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

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

 a { background-color: rgb(121,74,174); }

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

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

 span { border-color: rgb(121,74,174); }

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