#794BBE

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

Shades of Studio #794BBE

Tints of Studio #794BBE

Color information

#794BBE (or 0x794BBE) is unknown color: approx Studio. HEX triplet: 79, 4B and BE. RGB value is (121,75,190). Sum of RGB (Red+Green+Blue) = 121+75+190=386 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.35% from 386); Green value is 75 (29.69% from 255 or 19.43% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #794BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794BBE is #86B441. Grayscale: #656565. Windows color (decimal): -8827970 or 12471161. OLE color: 12471161.

HSL color Cylindrical-coordinate representation of color #794BBE: hue angle of 264º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #794BBE is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12175190-
CMYK0.360.6100.25
HSL264º46.94%51.96%-
HSV(B)264º60.53%74.51%-
XYZ19.712.8150.15-
YUV101.86177.74141.65-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.35%
GREEN value IS 75 (29.69% from 255) = 19.43%
BLUE value IS 190 (74.61% from 255) = 49.22%
R=31.35%
G=19.43%
B=49.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121751900.360.6100.2526446.9451.96
Hex794BBE243D0191082f34
Octal17111327644750314105764
Binary1111001100101110111110100100111101011001100001000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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