#794BBC

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

Shades of Studio #794BBC

Tints of Studio #794BBC

Color information

#794BBC (or 0x794BBC) is unknown color: approx Studio. HEX triplet: 79, 4B and BC. RGB value is (121,75,188). Sum of RGB (Red+Green+Blue) = 121+75+188=384 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.51% from 384); Green value is 75 (29.69% from 255 or 19.53% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #794BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794BBC is #86B443. Grayscale: #656565. Windows color (decimal): -8827972 or 12340089. OLE color: 12340089.

HSL color Cylindrical-coordinate representation of color #794BBC: hue angle of 264.42º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #794BBC is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12175188-
CMYK0.360.6000.26
HSL264.42º45.75%51.57%-
HSV(B)264.42º60.11%73.73%-
XYZ19.4812.7349.01-
YUV101.64176.74141.81-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.51%
GREEN value IS 75 (29.69% from 255) = 19.53%
BLUE value IS 188 (73.83% from 255) = 48.96%
R=31.51%
G=19.53%
B=48.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal121751880.360.6000.26264.4245.7551.57
Hex794BBC243C01A1082e34
Octal17111327444740324105664
Binary1111001100101110111100100100111100011010100001000101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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