#794EB8

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

Shades of Studio #794EB8

Tints of Studio #794EB8

Color information

#794EB8 (or 0x794EB8) is unknown color: approx Studio. HEX triplet: 79, 4E and B8. RGB value is (121,78,184). Sum of RGB (Red+Green+Blue) = 121+78+184=383 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.59% from 383); Green value is 78 (30.86% from 255 or 20.37% from 383); Blue value is 184 (72.27% from 255 or 48.04% from 383); Max value from RGB is 184 - color contains mainly: blue. Hex color #794EB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794EB8 is #86B147. Grayscale: #666666. Windows color (decimal): -8827208 or 12078713. OLE color: 12078713.

HSL color Cylindrical-coordinate representation of color #794EB8: hue angle of 264.34º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #794EB8 is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB12178184-
CMYK0.340.5800.28
HSL264.34º42.74%51.37%-
HSV(B)264.34º57.61%72.16%-
XYZ19.2612.9746.84-
YUV102.94173.75140.88-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.59%
GREEN value IS 78 (30.86% from 255) = 20.37%
BLUE value IS 184 (72.27% from 255) = 48.04%
R=31.59%
G=20.37%
B=48.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal121781840.340.5800.28264.3442.7451.37
Hex794EB8223A01C1082b33
Octal17111627042720344105363
Binary1111001100111010111000100010111010011100100001000101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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