Html Css Color HEX #794AAE Studio

📋 copy color: '#794AAE'

red 121 ◦ green 74 ◦ blue 174

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

Shades of Studio #794AAE

Tints of Studio #794AAE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.05%

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

R = 32.79%
G = 20.05%
B = 47.15%

CMYK

 C value IS 0.30

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#794AAE (or 0x794AAE) is known color: Studio. HEX triplet: 79, 4A and AE. RGB value is (121,74,174). Sum of RGB (Red+Green+Blue) = 121+74+174=369 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.79% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #794AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794AAE is #86B551. Grayscale: #636363. Windows color (decimal): -8828242 or 11422329. OLE color: 11422329.

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

Color convert

RGB 121 74 174 -
CMYK 0.30 0.57 0 0.32
HSL 268.2º 0.4% 0.49% -
HSV(B) 268.2º 0.57% 0.68% -
XYZ 17.97 12.02 41.42 -
YUV 99.45 170.07 143.37 -
System Red Green Blue C M Y K H S L
Decimal 121 74 174 0.30 0.57 0 0.32 268.2 0.4 0.49
Hex 79 4A AE 1E 39 0 20 10C 28 31
Octal 171 112 256 36 71 0 40 414 50 61
Binary 1111001 1001010 10101110 11110 111001 0 100000 100001100 101000 110001

Color Harmonies of #794AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794AAE

Black with #794AAE

Text Example


Text Example

White with #794AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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