Html Css Color HEX #794D9E Studio

📋 copy color: '#794D9E'

red 121 ◦ green 77 ◦ blue 158

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

Shades of Studio #794D9E

Tints of Studio #794D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 44.38%

R = 33.99%
G = 21.63%
B = 44.38%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#794D9E (or 0x794D9E) is known color: Studio. HEX triplet: 79, 4D and 9E. RGB value is (121,77,158). Sum of RGB (Red+Green+Blue) = 121+77+158=356 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.99% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 158 (62.11% from 255 or 44.38% from 356); Max value from RGB is 158 - color contains mainly: blue. Hex color #794D9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #794D9E is #86B261. Grayscale: #636363. Windows color (decimal): -8827490 or 10374521. OLE color: 10374521.

HSL color Cylindrical-coordinate representation of color #794D9E: hue angle of 272.59º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #794D9E is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 121 77 158 -
CMYK 0.23 0.51 0 0.38
HSL 272.59º 0.34% 0.46% -
HSV(B) 272.59º 0.51% 0.62% -
XYZ 16.71 11.84 33.75 -
YUV 99.39 161.08 143.41 -
System Red Green Blue C M Y K H S L
Decimal 121 77 158 0.23 0.51 0 0.38 272.59 0.34 0.46
Hex 79 4D 9E 17 33 0 26 111 22 2E
Octal 171 115 236 27 63 0 46 421 42 56
Binary 1111001 1001101 10011110 10111 110011 0 100110 100010001 100010 101110

Color Harmonies of #794D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794D9E

Black with #794D9E

Text Example


Text Example

White with #794D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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