Html Css Color HEX #794DAD Studio

📋 copy color: '#794DAD'

red 121 ◦ green 77 ◦ blue 173

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

Shades of Studio #794DAD

Tints of Studio #794DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 46.63%

R = 32.61%
G = 20.75%
B = 46.63%

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

#794DAD (or 0x794DAD) is known color: Studio. HEX triplet: 79, 4D and AD. RGB value is (121,77,173). Sum of RGB (Red+Green+Blue) = 121+77+173=371 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.61% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #794DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #794DAD is #86B252. Grayscale: #646464. Windows color (decimal): -8827475 or 11357561. OLE color: 11357561.

HSL color Cylindrical-coordinate representation of color #794DAD: hue angle of 267.5º 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 #794DAD is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 121 77 173 -
CMYK 0.30 0.55 0 0.32
HSL 267.5º 0.38% 0.49% -
HSV(B) 267.5º 0.55% 0.68% -
XYZ 18.08 12.39 40.97 -
YUV 101.1 168.58 142.19 -
System Red Green Blue C M Y K H S L
Decimal 121 77 173 0.30 0.55 0 0.32 267.5 0.38 0.49
Hex 79 4D AD 1E 37 0 20 10C 26 31
Octal 171 115 255 36 67 0 40 414 46 61
Binary 1111001 1001101 10101101 11110 110111 0 100000 100001100 100110 110001

Color Harmonies of #794DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794DAD

Black with #794DAD

Text Example


Text Example

White with #794DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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