Html Css Color HEX #794AB9 Studio

📋 copy color: '#794AB9'

red 121 ◦ green 74 ◦ blue 185

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

Shades of Studio #794AB9

Tints of Studio #794AB9

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.47%

 BLUE value IS 185 (72.66% from 255) = 48.68%

R = 31.84%
G = 19.47%
B = 48.68%

CMYK

 C value IS 0.35

 M value IS 0.6

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#794AB9 (or 0x794AB9) is known color: Studio. HEX triplet: 79, 4A and B9. RGB value is (121,74,185). Sum of RGB (Red+Green+Blue) = 121+74+185=380 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.84% from 380); Green value is 74 (29.30% from 255 or 19.47% from 380); Blue value is 185 (72.66% from 255 or 48.68% from 380); Max value from RGB is 185 - color contains mainly: blue. Hex color #794AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794AB9 is #86B546. Grayscale: #646464. Windows color (decimal): -8828231 or 12143225. OLE color: 12143225.

HSL color Cylindrical-coordinate representation of color #794AB9: hue angle of 265.41º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #794AB9 is Cyan = 0.35, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 121 74 185 -
CMYK 0.35 0.6 0 0.27
HSL 265.41º 0.44% 0.51% -
HSV(B) 265.41º 0.6% 0.73% -
XYZ 19.09 12.47 47.3 -
YUV 100.71 175.57 142.47 -
System Red Green Blue C M Y K H S L
Decimal 121 74 185 0.35 0.6 0 0.27 265.41 0.44 0.51
Hex 79 4A B9 23 3C 0 1B 109 2C 33
Octal 171 112 271 43 74 0 33 411 54 63
Binary 1111001 1001010 10111001 100011 111100 0 11011 100001001 101100 110011

Color Harmonies of #794AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794AB9

Black with #794AB9

Text Example


Text Example

White with #794AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,74,185); }

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

background-color css

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

 a { background-color: rgb(121,74,185); }

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

border-color css

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

 span { border-color: rgb(121,74,185); }

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