Html Css Color HEX #794DAA Studio

📋 copy color: '#794DAA'

red 121 ◦ green 77 ◦ blue 170

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

Shades of Studio #794DAA

Tints of Studio #794DAA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.92%

 BLUE value IS 170 (66.8% from 255) = 46.2%

R = 32.88%
G = 20.92%
B = 46.2%

CMYK

 C value IS 0.29

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#794DAA (or 0x794DAA) is known color: Studio. HEX triplet: 79, 4D and AA. RGB value is (121,77,170). Sum of RGB (Red+Green+Blue) = 121+77+170=368 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.88% from 368); Green value is 77 (30.47% from 255 or 20.92% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #794DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #794DAA is #86B255. Grayscale: #646464. Windows color (decimal): -8827478 or 11160953. OLE color: 11160953.

HSL color Cylindrical-coordinate representation of color #794DAA: hue angle of 268.39º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #794DAA is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 77 170 -
CMYK 0.29 0.55 0 0.33
HSL 268.39º 0.38% 0.48% -
HSV(B) 268.39º 0.55% 0.67% -
XYZ 17.79 12.27 39.46 -
YUV 100.76 167.08 142.44 -
System Red Green Blue C M Y K H S L
Decimal 121 77 170 0.29 0.55 0 0.33 268.39 0.38 0.48
Hex 79 4D AA 1D 37 0 21 10C 26 30
Octal 171 115 252 35 67 0 41 414 46 60
Binary 1111001 1001101 10101010 11101 110111 0 100001 100001100 100110 110000

Color Harmonies of #794DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794DAA

Black with #794DAA

Text Example


Text Example

White with #794DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,77,170); }

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

background-color css

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

 a { background-color: rgb(121,77,170); }

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

border-color css

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

 span { border-color: rgb(121,77,170); }

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