#794EBA

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

Shades of Studio #794EBA

Tints of Studio #794EBA

Color information

#794EBA (or 0x794EBA) is unknown color: approx Studio. HEX triplet: 79, 4E and BA. RGB value is (121,78,186). Sum of RGB (Red+Green+Blue) = 121+78+186=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #794EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794EBA is #86B145. Grayscale: #666666. Windows color (decimal): -8827206 or 12209785. OLE color: 12209785.

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

Color convert

RGB12178186-
CMYK0.350.5800.27
HSL263.89º43.9%51.76%-
HSV(B)263.89º58.06%72.94%-
XYZ19.4713.0647.95-
YUV103.17174.75140.72-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.43%
GREEN value IS 78 (30.86% from 255) = 20.26%
BLUE value IS 186 (73.05% from 255) = 48.31%
R=31.43%
G=20.26%
B=48.31%

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
Decimal121781860.350.5800.27263.8943.951.76
Hex794EBA233A01B1082c34
Octal17111627243720334105464
Binary1111001100111010111010100011111010011011100001000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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