#794BBA

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

Shades of Studio #794BBA

Tints of Studio #794BBA

Color information

#794BBA (or 0x794BBA) is unknown color: approx Studio. HEX triplet: 79, 4B and BA. RGB value is (121,75,186). Sum of RGB (Red+Green+Blue) = 121+75+186=382 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.68% from 382); Green value is 75 (29.69% from 255 or 19.63% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #794BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794BBA is #86B445. Grayscale: #656565. Windows color (decimal): -8827974 or 12209017. OLE color: 12209017.

HSL color Cylindrical-coordinate representation of color #794BBA: hue angle of 264.86º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #794BBA is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12175186-
CMYK0.350.6000.27
HSL264.86º44.58%51.18%-
HSV(B)264.86º59.68%72.94%-
XYZ19.2612.6447.88-
YUV101.41175.74141.97-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.68%
GREEN value IS 75 (29.69% from 255) = 19.63%
BLUE value IS 186 (73.05% from 255) = 48.69%
R=31.68%
G=19.63%
B=48.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal121751860.350.6000.27264.8644.5851.18
Hex794BBA233C01B1092d33
Octal17111327243740334115563
Binary1111001100101110111010100011111100011011100001001101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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