#794DB9

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

Shades of Studio #794DB9

Tints of Studio #794DB9

Color information

#794DB9 (or 0x794DB9) is unknown color: approx Studio. HEX triplet: 79, 4D and B9. RGB value is (121,77,185). Sum of RGB (Red+Green+Blue) = 121+77+185=383 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.59% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 185 (72.66% from 255 or 48.30% from 383); Max value from RGB is 185 - color contains mainly: blue. Hex color #794DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794DB9 is #86B246. Grayscale: #666666. Windows color (decimal): -8827463 or 12143993. OLE color: 12143993.

HSL color Cylindrical-coordinate representation of color #794DB9: hue angle of 264.44º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #794DB9 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12177185-
CMYK0.350.5800.27
HSL264.44º43.55%51.37%-
HSV(B)264.44º58.38%72.55%-
XYZ19.312.8847.37-
YUV102.47174.58141.22-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.59%
GREEN value IS 77 (30.47% from 255) = 20.10%
BLUE value IS 185 (72.66% from 255) = 48.30%
R=31.59%
G=20.10%
B=48.30%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal121771850.350.5800.27264.4443.5551.37
Hex794DB9233A01B1082c33
Octal17111527143720334105463
Binary1111001100110110111001100011111010011011100001000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,77,185); }

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

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

 a { background-color: rgb(121,77,185); }

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

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

 span { border-color: rgb(121,77,185); }

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