#794AA4

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

Shades of Studio #794AA4

Tints of Studio #794AA4

Color information

#794AA4 (or 0x794AA4) is unknown color: approx Studio. HEX triplet: 79, 4A and A4. RGB value is (121,74,164). Sum of RGB (Red+Green+Blue) = 121+74+164=359 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.70% from 359); Green value is 74 (29.30% from 255 or 20.61% from 359); Blue value is 164 (64.45% from 255 or 45.68% from 359); Max value from RGB is 164 - color contains mainly: blue. Hex color #794AA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794AA4 is #86B55B. Grayscale: #626262. Windows color (decimal): -8828252 or 10766969. OLE color: 10766969.

HSL color Cylindrical-coordinate representation of color #794AA4: hue angle of 271.33º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #794AA4 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12174164-
CMYK0.260.5500.36
HSL271.33º37.82%46.67%-
HSV(B)271.33º54.88%64.31%-
XYZ17.0311.6436.47-
YUV98.31165.07144.18-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.70%
GREEN value IS 74 (29.30% from 255) = 20.61%
BLUE value IS 164 (64.45% from 255) = 45.68%
R=33.70%
G=20.61%
B=45.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal121741640.260.5500.36271.3337.8246.67
Hex794AA41A3702410f262f
Octal17111224432670444174657
Binary1111001100101010100100110101101110100100100001111100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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