Html Css Color HEX #794BAD Studio

📋 copy color: '#794BAD'

red 121 ◦ green 75 ◦ blue 173

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

Shades of Studio #794BAD

Tints of Studio #794BAD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.33%

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

R = 32.79%
G = 20.33%
B = 46.88%

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

#794BAD (or 0x794BAD) is known color: Studio. HEX triplet: 79, 4B and AD. RGB value is (121,75,173). Sum of RGB (Red+Green+Blue) = 121+75+173=369 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.79% from 369); Green value is 75 (29.69% from 255 or 20.33% from 369); Blue value is 173 (67.97% from 255 or 46.88% from 369); Max value from RGB is 173 - color contains mainly: blue. Hex color #794BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794BAD is #86B452. Grayscale: #636363. Windows color (decimal): -8827987 or 11357049. OLE color: 11357049.

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

Color convert

RGB 121 75 173 -
CMYK 0.30 0.57 0 0.32
HSL 268.16º 0.4% 0.49% -
HSV(B) 268.16º 0.57% 0.68% -
XYZ 17.94 12.11 40.93 -
YUV 99.93 169.24 143.03 -
System Red Green Blue C M Y K H S L
Decimal 121 75 173 0.30 0.57 0 0.32 268.16 0.4 0.49
Hex 79 4B AD 1E 39 0 20 10C 28 31
Octal 171 113 255 36 71 0 40 414 50 61
Binary 1111001 1001011 10101101 11110 111001 0 100000 100001100 101000 110001

Color Harmonies of #794BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794BAD

Black with #794BAD

Text Example


Text Example

White with #794BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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