Html Css Color HEX #794C98 Studio

📋 copy color: '#794C98'

red 121 ◦ green 76 ◦ blue 152

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

Shades of Studio #794C98

Tints of Studio #794C98

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.78%

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

R = 34.67%
G = 21.78%
B = 43.55%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#794C98 (or 0x794C98) is known color: Studio. HEX triplet: 79, 4C and 98. RGB value is (121,76,152). Sum of RGB (Red+Green+Blue) = 121+76+152=349 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.67% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 152 (59.77% from 255 or 43.55% from 349); Max value from RGB is 152 - color contains mainly: blue. Hex color #794C98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794C98 is #86B367. Grayscale: #616161. Windows color (decimal): -8827752 or 9981049. OLE color: 9981049.

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

Color convert

RGB 121 76 152 -
CMYK 0.20 0.50 0 0.40
HSL 275.53º 0.33% 0.45% -
HSV(B) 275.53º 0.5% 0.6% -
XYZ 16.14 11.5 31.08 -
YUV 98.12 158.41 144.32 -
System Red Green Blue C M Y K H S L
Decimal 121 76 152 0.20 0.50 0 0.40 275.53 0.33 0.45
Hex 79 4C 98 14 32 0 28 114 21 2D
Octal 171 114 230 24 62 0 50 424 41 55
Binary 1111001 1001100 10011000 10100 110010 0 101000 100010100 100001 101101

Color Harmonies of #794C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794C98

Black with #794C98

Text Example


Text Example

White with #794C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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