#793dae

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

Shades of Studio #793DAE

Tints of Studio #793DAE

Color information

#793DAE (or 0x793DAE) is unknown color: approx Studio. HEX triplet: 79, 3D and AE. RGB value is (121,61,174). Sum of RGB (Red+Green+Blue) = 121+61+174=356 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.99% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #793DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793DAE is #86C251. Grayscale: #5B5B5B. Windows color (decimal): -8831570 or 11419001. OLE color: 11419001.

HSL color Cylindrical-coordinate representation of color #793DAE: hue angle of 271.86º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #793DAE is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12161174-
CMYK0.300.6500.32
HSL271.86º48.09%46.08%-
HSV(B)271.86º64.94%68.24%-
XYZ17.1910.4641.16-
YUV91.82174.38148.81-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.99%
GREEN value IS 61 (24.22% from 255) = 17.13%
BLUE value IS 174 (68.36% from 255) = 48.88%
R=33.99%
G=17.13%
B=48.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal121611740.300.6500.32271.8648.0946.08
Hex793DAE1E41020110302e
Octal17175256361010404206056
Binary1111001111101101011101111010000010100000100010000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793dae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793dae; }

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

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

<style>
 a { background-color: #793dae; }

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

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

<style>
 span { border-color: #793dae; }

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

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