Html Css Color HEX #794EAC Studio

📋 copy color: '#794EAC'

red 121 ◦ green 78 ◦ blue 172

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

Shades of Studio #794EAC

Tints of Studio #794EAC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.02%

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

R = 32.61%
G = 21.02%
B = 46.36%

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

#794EAC (or 0x794EAC) is known color: Studio. HEX triplet: 79, 4E and AC. RGB value is (121,78,172). Sum of RGB (Red+Green+Blue) = 121+78+172=371 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.61% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #794EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #794EAC is #86B153. Grayscale: #656565. Windows color (decimal): -8827220 or 11292281. OLE color: 11292281.

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

Color convert

RGB 121 78 172 -
CMYK 0.30 0.55 0 0.33
HSL 267.45º 0.38% 0.49% -
HSV(B) 267.45º 0.55% 0.67% -
XYZ 18.06 12.49 40.49 -
YUV 101.57 167.75 141.86 -
System Red Green Blue C M Y K H S L
Decimal 121 78 172 0.30 0.55 0 0.33 267.45 0.38 0.49
Hex 79 4E AC 1E 37 0 21 10B 26 31
Octal 171 116 254 36 67 0 41 413 46 61
Binary 1111001 1001110 10101100 11110 110111 0 100001 100001011 100110 110001

Color Harmonies of #794EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794EAC

Black with #794EAC

Text Example


Text Example

White with #794EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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