Html Css Color HEX #794B96 Studio

📋 copy color: '#794B96'

red 121 ◦ green 75 ◦ blue 150

#794B96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Studio #794B96

Tints of Studio #794B96

RGB

 RED value IS 121 (47.66% from 255) = 34.97%

 GREEN value IS 75 (29.69% from 255) = 21.68%

 BLUE value IS 150 (58.98% from 255) = 43.35%

R = 34.97%
G = 21.68%
B = 43.35%

CMYK

 C value IS 0.19

 M value IS 0.5

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#794B96 (or 0x794B96) is known color: Studio. HEX triplet: 79, 4B and 96. RGB value is (121,75,150). Sum of RGB (Red+Green+Blue) = 121+75+150=346 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.97% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 150 - color contains mainly: blue. Hex color #794B96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794B96 is #86B469. Grayscale: #616161. Windows color (decimal): -8828010 or 9849721. OLE color: 9849721.

HSL color Cylindrical-coordinate representation of color #794B96: hue angle of 276.8º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #794B96 is Cyan = 0.19, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 121 75 150 -
CMYK 0.19 0.5 0 0.41
HSL 276.8º 0.33% 0.44% -
HSV(B) 276.8º 0.5% 0.59% -
XYZ 15.91 11.3 30.2 -
YUV 97.3 157.74 144.9 -
System Red Green Blue C M Y K H S L
Decimal 121 75 150 0.19 0.5 0 0.41 276.8 0.33 0.44
Hex 79 4B 96 13 32 0 29 115 21 2C
Octal 171 113 226 23 62 0 51 425 41 54
Binary 1111001 1001011 10010110 10011 110010 0 101001 100010101 100001 101100

Color Harmonies of #794B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794B96

Black with #794B96

Text Example


Text Example

White with #794B96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #794B96;
 }
 .AnyTagClassName
 {
   color: #794B96;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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