Html Css Color HEX #794CAC Studio

📋 copy color: '#794CAC'

red 121 ◦ green 76 ◦ blue 172

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

Shades of Studio #794CAC

Tints of Studio #794CAC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.6%

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

R = 32.79%
G = 20.6%
B = 46.61%

CMYK

 C value IS 0.30

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#794CAC (or 0x794CAC) is known color: Studio. HEX triplet: 79, 4C and AC. RGB value is (121,76,172). Sum of RGB (Red+Green+Blue) = 121+76+172=369 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.79% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #794CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794CAC is #86B353. Grayscale: #646464. Windows color (decimal): -8827732 or 11291769. OLE color: 11291769.

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

Color convert

RGB 121 76 172 -
CMYK 0.30 0.56 0 0.33
HSL 268.13º 0.39% 0.49% -
HSV(B) 268.13º 0.56% 0.67% -
XYZ 17.92 12.21 40.44 -
YUV 100.4 168.41 142.69 -
System Red Green Blue C M Y K H S L
Decimal 121 76 172 0.30 0.56 0 0.33 268.13 0.39 0.49
Hex 79 4C AC 1E 38 0 21 10C 27 31
Octal 171 114 254 36 70 0 41 414 47 61
Binary 1111001 1001100 10101100 11110 111000 0 100001 100001100 100111 110001

Color Harmonies of #794CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794CAC

Black with #794CAC

Text Example


Text Example

White with #794CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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