Html Css Color HEX #794D98 Studio

📋 copy color: '#794D98'

red 121 ◦ green 77 ◦ blue 152

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

Shades of Studio #794D98

Tints of Studio #794D98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 43.43%

R = 34.57%
G = 22%
B = 43.43%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#794D98 (or 0x794D98) is known color: Studio. HEX triplet: 79, 4D and 98. RGB value is (121,77,152). Sum of RGB (Red+Green+Blue) = 121+77+152=350 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.57% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 152 (59.77% from 255 or 43.43% from 350); Max value from RGB is 152 - color contains mainly: blue. Hex color #794D98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #794D98 is #86B267. Grayscale: #626262. Windows color (decimal): -8827496 or 9981305. OLE color: 9981305.

HSL color Cylindrical-coordinate representation of color #794D98: hue angle of 275.2º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #794D98 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 121 77 152 -
CMYK 0.20 0.49 0 0.40
HSL 275.2º 0.33% 0.45% -
HSV(B) 275.2º 0.49% 0.6% -
XYZ 16.21 11.64 31.1 -
YUV 98.71 158.08 143.9 -
System Red Green Blue C M Y K H S L
Decimal 121 77 152 0.20 0.49 0 0.40 275.2 0.33 0.45
Hex 79 4D 98 14 31 0 28 113 21 2D
Octal 171 115 230 24 61 0 50 423 41 55
Binary 1111001 1001101 10011000 10100 110001 0 101000 100010011 100001 101101

Color Harmonies of #794D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794D98

Black with #794D98

Text Example


Text Example

White with #794D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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