Html Css Color HEX #794FA4 Studio

📋 copy color: '#794FA4'

red 121 ◦ green 79 ◦ blue 164

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

Shades of Studio #794FA4

Tints of Studio #794FA4

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.7%

 BLUE value IS 164 (64.45% from 255) = 45.05%

R = 33.24%
G = 21.7%
B = 45.05%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#794FA4 (or 0x794FA4) is known color: Studio. HEX triplet: 79, 4F and A4. RGB value is (121,79,164). Sum of RGB (Red+Green+Blue) = 121+79+164=364 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.24% from 364); Green value is 79 (31.25% from 255 or 21.70% from 364); Blue value is 164 (64.45% from 255 or 45.05% from 364); Max value from RGB is 164 - color contains mainly: blue. Hex color #794FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #794FA4 is #86B05B. Grayscale: #646464. Windows color (decimal): -8826972 or 10768249. OLE color: 10768249.

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

Color convert

RGB 121 79 164 -
CMYK 0.26 0.52 0 0.36
HSL 269.65º 0.35% 0.48% -
HSV(B) 269.65º 0.52% 0.64% -
XYZ 17.38 12.34 36.59 -
YUV 101.25 163.41 142.09 -
System Red Green Blue C M Y K H S L
Decimal 121 79 164 0.26 0.52 0 0.36 269.65 0.35 0.48
Hex 79 4F A4 1A 34 0 24 10E 23 30
Octal 171 117 244 32 64 0 44 416 43 60
Binary 1111001 1001111 10100100 11010 110100 0 100100 100001110 100011 110000

Color Harmonies of #794FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794FA4

Black with #794FA4

Text Example


Text Example

White with #794FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,79,164); }

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

background-color css

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

 a { background-color: rgb(121,79,164); }

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

border-color css

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

 span { border-color: rgb(121,79,164); }

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