Html Css Color HEX #794EAE Studio

📋 copy color: '#794EAE'

red 121 ◦ green 78 ◦ blue 174

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

Shades of Studio #794EAE

Tints of Studio #794EAE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.91%

 BLUE value IS 174 (68.36% from 255) = 46.65%

R = 32.44%
G = 20.91%
B = 46.65%

CMYK

 C value IS 0.30

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#794EAE (or 0x794EAE) is known color: Studio. HEX triplet: 79, 4E and AE. RGB value is (121,78,174). Sum of RGB (Red+Green+Blue) = 121+78+174=373 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.44% from 373); Green value is 78 (30.86% from 255 or 20.91% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 174 - color contains mainly: blue. Hex color #794EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #794EAE is #86B151. Grayscale: #656565. Windows color (decimal): -8827218 or 11423353. OLE color: 11423353.

HSL color Cylindrical-coordinate representation of color #794EAE: hue angle of 266.88º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #794EAE is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 121 78 174 -
CMYK 0.30 0.55 0 0.32
HSL 266.88º 0.38% 0.49% -
HSV(B) 266.88º 0.55% 0.68% -
XYZ 18.25 12.57 41.51 -
YUV 101.8 168.75 141.69 -
System Red Green Blue C M Y K H S L
Decimal 121 78 174 0.30 0.55 0 0.32 266.88 0.38 0.49
Hex 79 4E AE 1E 37 0 20 10B 26 31
Octal 171 116 256 36 67 0 40 413 46 61
Binary 1111001 1001110 10101110 11110 110111 0 100000 100001011 100110 110001

Color Harmonies of #794EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794EAE

Black with #794EAE

Text Example


Text Example

White with #794EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,78,174); }

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

background-color css

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

 a { background-color: rgb(121,78,174); }

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

border-color css

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

 span { border-color: rgb(121,78,174); }

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