Html Css Color HEX #794F98 Studio

📋 copy color: '#794F98'

red 121 ◦ green 79 ◦ blue 152

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

Shades of Studio #794F98

Tints of Studio #794F98

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.44%

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

R = 34.38%
G = 22.44%
B = 43.18%

CMYK

 C value IS 0.20

 M value IS 0.48

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#794F98 (or 0x794F98) is known color: Studio. HEX triplet: 79, 4F and 98. RGB value is (121,79,152). Sum of RGB (Red+Green+Blue) = 121+79+152=352 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.38% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 152 (59.77% from 255 or 43.18% from 352); Max value from RGB is 152 - color contains mainly: blue. Hex color #794F98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #794F98 is #86B067. Grayscale: #636363. Windows color (decimal): -8826984 or 9981817. OLE color: 9981817.

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

Color convert

RGB 121 79 152 -
CMYK 0.20 0.48 0 0.40
HSL 274.52º 0.32% 0.45% -
HSV(B) 274.52º 0.48% 0.6% -
XYZ 16.35 11.92 31.15 -
YUV 99.88 157.41 143.06 -
System Red Green Blue C M Y K H S L
Decimal 121 79 152 0.20 0.48 0 0.40 274.52 0.32 0.45
Hex 79 4F 98 14 30 0 28 113 20 2D
Octal 171 117 230 24 60 0 50 423 40 55
Binary 1111001 1001111 10011000 10100 110000 0 101000 100010011 100000 101101

Color Harmonies of #794F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794F98

Black with #794F98

Text Example


Text Example

White with #794F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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