Html Css Color HEX #794B9A Studio

📋 copy color: '#794B9A'

red 121 ◦ green 75 ◦ blue 154

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

Shades of Studio #794B9A

Tints of Studio #794B9A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.43%

 BLUE value IS 154 (60.55% from 255) = 44%

R = 34.57%
G = 21.43%
B = 44%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#794B9A (or 0x794B9A) is known color: Studio. HEX triplet: 79, 4B and 9A. RGB value is (121,75,154). Sum of RGB (Red+Green+Blue) = 121+75+154=350 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.57% from 350); Green value is 75 (29.69% from 255 or 21.43% from 350); Blue value is 154 (60.55% from 255 or 44% from 350); Max value from RGB is 154 - color contains mainly: blue. Hex color #794B9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794B9A is #86B465. Grayscale: #616161. Windows color (decimal): -8828006 or 10111865. OLE color: 10111865.

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

Color convert

RGB 121 75 154 -
CMYK 0.21 0.51 0 0.40
HSL 274.94º 0.34% 0.45% -
HSV(B) 274.94º 0.51% 0.6% -
XYZ 16.23 11.43 31.92 -
YUV 97.76 159.74 144.58 -
System Red Green Blue C M Y K H S L
Decimal 121 75 154 0.21 0.51 0 0.40 274.94 0.34 0.45
Hex 79 4B 9A 15 33 0 28 113 22 2D
Octal 171 113 232 25 63 0 50 423 42 55
Binary 1111001 1001011 10011010 10101 110011 0 101000 100010011 100010 101101

Color Harmonies of #794B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794B9A

Black with #794B9A

Text Example


Text Example

White with #794B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,75,154); }

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

background-color css

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

 a { background-color: rgb(121,75,154); }

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

border-color css

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

 span { border-color: rgb(121,75,154); }

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