Html Css Color HEX #794EA5 Studio

📋 copy color: '#794EA5'

red 121 ◦ green 78 ◦ blue 165

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

Shades of Studio #794EA5

Tints of Studio #794EA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 45.33%

R = 33.24%
G = 21.43%
B = 45.33%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#794EA5 (or 0x794EA5) is known color: Studio. HEX triplet: 79, 4E and A5. RGB value is (121,78,165). Sum of RGB (Red+Green+Blue) = 121+78+165=364 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.24% from 364); Green value is 78 (30.86% from 255 or 21.43% from 364); Blue value is 165 (64.84% from 255 or 45.33% from 364); Max value from RGB is 165 - color contains mainly: blue. Hex color #794EA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #794EA5 is #86B15A. Grayscale: #646464. Windows color (decimal): -8827227 or 10833529. OLE color: 10833529.

HSL color Cylindrical-coordinate representation of color #794EA5: hue angle of 269.66º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #794EA5 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 121 78 165 -
CMYK 0.27 0.53 0 0.35
HSL 269.66º 0.36% 0.48% -
HSV(B) 269.66º 0.53% 0.65% -
XYZ 17.4 12.23 37.04 -
YUV 100.78 164.25 142.43 -
System Red Green Blue C M Y K H S L
Decimal 121 78 165 0.27 0.53 0 0.35 269.66 0.36 0.48
Hex 79 4E A5 1B 35 0 23 10E 24 30
Octal 171 116 245 33 65 0 43 416 44 60
Binary 1111001 1001110 10100101 11011 110101 0 100011 100001110 100100 110000

Color Harmonies of #794EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794EA5

Black with #794EA5

Text Example


Text Example

White with #794EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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