Html Css Color HEX #794A96 Studio

📋 copy color: '#794A96'

red 121 ◦ green 74 ◦ blue 150

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

Shades of Studio #794A96

Tints of Studio #794A96

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.45%

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

R = 35.07%
G = 21.45%
B = 43.48%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#794A96 (or 0x794A96) is known color: Studio. HEX triplet: 79, 4A and 96. RGB value is (121,74,150). Sum of RGB (Red+Green+Blue) = 121+74+150=345 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.07% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 150 (58.98% from 255 or 43.48% from 345); Max value from RGB is 150 - color contains mainly: blue. Hex color #794A96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794A96 is #86B569. Grayscale: #606060. Windows color (decimal): -8828266 or 9849465. OLE color: 9849465.

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

Color convert

RGB 121 74 150 -
CMYK 0.19 0.51 0 0.41
HSL 277.11º 0.34% 0.44% -
HSV(B) 277.11º 0.51% 0.59% -
XYZ 15.84 11.16 30.17 -
YUV 96.72 158.07 145.32 -
System Red Green Blue C M Y K H S L
Decimal 121 74 150 0.19 0.51 0 0.41 277.11 0.34 0.44
Hex 79 4A 96 13 33 0 29 115 22 2C
Octal 171 112 226 23 63 0 51 425 42 54
Binary 1111001 1001010 10010110 10011 110011 0 101001 100010101 100010 101100

Color Harmonies of #794A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794A96

Black with #794A96

Text Example


Text Example

White with #794A96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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