#794DAD

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

Shades of Studio #794DAD

Tints of Studio #794DAD

Color information

#794DAD (or 0x794DAD) is unknown color: approx Studio. HEX triplet: 79, 4D and AD. RGB value is (121,77,173). Sum of RGB (Red+Green+Blue) = 121+77+173=371 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.61% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #794DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #794DAD is #86B252. Grayscale: #646464. Windows color (decimal): -8827475 or 11357561. OLE color: 11357561.

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

Color convert

RGB12177173-
CMYK0.300.5500.32
HSL267.5º38.4%49.02%-
HSV(B)267.5º55.49%67.84%-
XYZ18.0812.3940.97-
YUV101.1168.58142.19-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.61%
GREEN value IS 77 (30.47% from 255) = 20.75%
BLUE value IS 173 (67.97% from 255) = 46.63%
R=32.61%
G=20.75%
B=46.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal121771730.300.5500.32267.538.449.02
Hex794DAD1E3702010c2631
Octal17111525536670404144661
Binary1111001100110110101101111101101110100000100001100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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