Html Css Color HEX #794DA6 Studio

📋 copy color: '#794DA6'

red 121 ◦ green 77 ◦ blue 166

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

Shades of Studio #794DA6

Tints of Studio #794DA6

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.15%

 BLUE value IS 166 (65.23% from 255) = 45.6%

R = 33.24%
G = 21.15%
B = 45.6%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#794DA6 (or 0x794DA6) is known color: Studio. HEX triplet: 79, 4D and A6. RGB value is (121,77,166). Sum of RGB (Red+Green+Blue) = 121+77+166=364 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.24% from 364); Green value is 77 (30.47% from 255 or 21.15% from 364); Blue value is 166 (65.23% from 255 or 45.60% from 364); Max value from RGB is 166 - color contains mainly: blue. Hex color #794DA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #794DA6 is #86B259. Grayscale: #636363. Windows color (decimal): -8827482 or 10898809. OLE color: 10898809.

HSL color Cylindrical-coordinate representation of color #794DA6: hue angle of 269.66º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #794DA6 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 121 77 166 -
CMYK 0.27 0.54 0 0.35
HSL 269.66º 0.37% 0.48% -
HSV(B) 269.66º 0.54% 0.65% -
XYZ 17.42 12.13 37.5 -
YUV 100.3 165.08 142.76 -
System Red Green Blue C M Y K H S L
Decimal 121 77 166 0.27 0.54 0 0.35 269.66 0.37 0.48
Hex 79 4D A6 1B 36 0 23 10E 25 30
Octal 171 115 246 33 66 0 43 416 45 60
Binary 1111001 1001101 10100110 11011 110110 0 100011 100001110 100101 110000

Color Harmonies of #794DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794DA6

Black with #794DA6

Text Example


Text Example

White with #794DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,77,166); }

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

background-color css

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

 a { background-color: rgb(121,77,166); }

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

border-color css

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

 span { border-color: rgb(121,77,166); }

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