#794AB6

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

Shades of Studio #794AB6

Tints of Studio #794AB6

Color information

#794AB6 (or 0x794AB6) is unknown color: approx Studio. HEX triplet: 79, 4A and B6. RGB value is (121,74,182). Sum of RGB (Red+Green+Blue) = 121+74+182=377 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.10% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 182 (71.48% from 255 or 48.28% from 377); Max value from RGB is 182 - color contains mainly: blue. Hex color #794AB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794AB6 is #86B549. Grayscale: #636363. Windows color (decimal): -8828234 or 11946617. OLE color: 11946617.

HSL color Cylindrical-coordinate representation of color #794AB6: hue angle of 266.11º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #794AB6 is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12174182-
CMYK0.340.5900.29
HSL266.11º42.52%50.2%-
HSV(B)266.11º59.34%71.37%-
XYZ18.7812.3445.65-
YUV100.36174.07142.72-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.10%
GREEN value IS 74 (29.30% from 255) = 19.63%
BLUE value IS 182 (71.48% from 255) = 48.28%
R=32.10%
G=19.63%
B=48.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal121741820.340.5900.29266.1142.5250.2
Hex794AB6223B01D10a2b32
Octal17111226642730354125362
Binary1111001100101010110110100010111011011101100001010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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