Html Css Color HEX #794DAC Studio

📋 copy color: '#794DAC'

red 121 ◦ green 77 ◦ blue 172

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

Shades of Studio #794DAC

Tints of Studio #794DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.49%

R = 32.7%
G = 20.81%
B = 46.49%

CMYK

 C value IS 0.30

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#794DAC (or 0x794DAC) is known color: Studio. HEX triplet: 79, 4D and AC. RGB value is (121,77,172). Sum of RGB (Red+Green+Blue) = 121+77+172=370 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.70% from 370); Green value is 77 (30.47% from 255 or 20.81% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #794DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #794DAC is #86B253. Grayscale: #646464. Windows color (decimal): -8827476 or 11292025. OLE color: 11292025.

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

Color convert

RGB 121 77 172 -
CMYK 0.30 0.55 0 0.33
HSL 267.79º 0.38% 0.49% -
HSV(B) 267.79º 0.55% 0.67% -
XYZ 17.99 12.35 40.47 -
YUV 100.99 168.08 142.28 -
System Red Green Blue C M Y K H S L
Decimal 121 77 172 0.30 0.55 0 0.33 267.79 0.38 0.49
Hex 79 4D AC 1E 37 0 21 10C 26 31
Octal 171 115 254 36 67 0 41 414 46 61
Binary 1111001 1001101 10101100 11110 110111 0 100001 100001100 100110 110001

Color Harmonies of #794DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794DAC

Black with #794DAC

Text Example


Text Example

White with #794DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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