Html Css Color HEX #794E9D Studio

📋 copy color: '#794E9D'

red 121 ◦ green 78 ◦ blue 157

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

Shades of Studio #794E9D

Tints of Studio #794E9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.1%

R = 33.99%
G = 21.91%
B = 44.1%

CMYK

 C value IS 0.23

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#794E9D (or 0x794E9D) is known color: Studio. HEX triplet: 79, 4E and 9D. RGB value is (121,78,157). Sum of RGB (Red+Green+Blue) = 121+78+157=356 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.99% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 157 - color contains mainly: blue. Hex color #794E9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #794E9D is #86B162. Grayscale: #636363. Windows color (decimal): -8827235 or 10309241. OLE color: 10309241.

HSL color Cylindrical-coordinate representation of color #794E9D: hue angle of 272.66º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #794E9D is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 121 78 157 -
CMYK 0.23 0.50 0 0.38
HSL 272.66º 0.34% 0.46% -
HSV(B) 272.66º 0.5% 0.62% -
XYZ 16.7 11.95 33.32 -
YUV 99.86 160.25 143.08 -
System Red Green Blue C M Y K H S L
Decimal 121 78 157 0.23 0.50 0 0.38 272.66 0.34 0.46
Hex 79 4E 9D 17 32 0 26 111 22 2E
Octal 171 116 235 27 62 0 46 421 42 56
Binary 1111001 1001110 10011101 10111 110010 0 100110 100010001 100010 101110

Color Harmonies of #794E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794E9D

Black with #794E9D

Text Example


Text Example

White with #794E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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