#794E9D

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

Shades of Studio #794E9D

Tints of Studio #794E9D

Color information

#794E9D (or 0x794E9D) is unknown color: approx Studio. HEX triplet: 79, 4E and 9D. RGB value is (121,78,157). Sum of RGB (Red+Green+Blue) = 121+78+157=356 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.99% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 157 - color contains mainly: blue. Hex color #794E9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #794E9D is #86B162. Grayscale: #636363. Windows color (decimal): -8827235 or 10309241. OLE color: 10309241.

HSL color Cylindrical-coordinate representation of color #794E9D: hue angle of 272.66º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #794E9D is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12178157-
CMYK0.230.5000.38
HSL272.66º33.62%46.08%-
HSV(B)272.66º50.32%61.57%-
XYZ16.711.9533.32-
YUV99.86160.25143.08-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.99%
GREEN value IS 78 (30.86% from 255) = 21.91%
BLUE value IS 157 (61.72% from 255) = 44.10%
R=33.99%
G=21.91%
B=44.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal121781570.230.5000.38272.6633.6246.08
Hex794E9D1732026111222e
Octal17111623527620464214256
Binary1111001100111010011101101111100100100110100010001100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,78,157); }

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

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

 a { background-color: rgb(121,78,157); }

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

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

 span { border-color: rgb(121,78,157); }

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