#794298

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

Shades of Studio #794298

Tints of Studio #794298

Color information

#794298 (or 0x794298) is unknown color: approx Studio. HEX triplet: 79, 42 and 98. RGB value is (121,66,152). Sum of RGB (Red+Green+Blue) = 121+66+152=339 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.69% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 152 - color contains mainly: blue. Hex color #794298 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794298 is #86BD67. Grayscale: #5B5B5B. Windows color (decimal): -8830312 or 9978489. OLE color: 9978489.

HSL color Cylindrical-coordinate representation of color #794298: hue angle of 278.37º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #794298 is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12166152-
CMYK0.200.5700.40
HSL278.37º39.45%42.75%-
HSV(B)278.37º56.58%59.61%-
XYZ15.510.2330.86-
YUV92.25161.72148.51-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.69%
GREEN value IS 66 (26.17% from 255) = 19.47%
BLUE value IS 152 (59.77% from 255) = 44.84%
R=35.69%
G=19.47%
B=44.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal121661520.200.5700.40278.3739.4542.75
Hex7942981439028116272b
Octal17110223024710504264753
Binary1111001100001010011000101001110010101000100010110100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794298; }

 p { color: rgb(121,66,152); }

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

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

 a { background-color: rgb(121,66,152); }

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

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

 span { border-color: rgb(121,66,152); }

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