Html Css Color HEX #794DAF Studio

📋 copy color: '#794DAF'

red 121 ◦ green 77 ◦ blue 175

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

Shades of Studio #794DAF

Tints of Studio #794DAF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.64%

 BLUE value IS 175 (68.75% from 255) = 46.92%

R = 32.44%
G = 20.64%
B = 46.92%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#794DAF (or 0x794DAF) is known color: Studio. HEX triplet: 79, 4D and AF. RGB value is (121,77,175). Sum of RGB (Red+Green+Blue) = 121+77+175=373 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.44% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 175 - color contains mainly: blue. Hex color #794DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #794DAF is #86B250. Grayscale: #646464. Windows color (decimal): -8827473 or 11488633. OLE color: 11488633.

HSL color Cylindrical-coordinate representation of color #794DAF: hue angle of 266.94º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #794DAF is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 121 77 175 -
CMYK 0.31 0.56 0 0.31
HSL 266.94º 0.39% 0.49% -
HSV(B) 266.94º 0.56% 0.69% -
XYZ 18.28 12.47 42 -
YUV 101.33 169.58 142.03 -
System Red Green Blue C M Y K H S L
Decimal 121 77 175 0.31 0.56 0 0.31 266.94 0.39 0.49
Hex 79 4D AF 1F 38 0 1F 10B 27 31
Octal 171 115 257 37 70 0 37 413 47 61
Binary 1111001 1001101 10101111 11111 111000 0 11111 100001011 100111 110001

Color Harmonies of #794DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794DAF

Black with #794DAF

Text Example


Text Example

White with #794DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,77,175); }

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

background-color css

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

 a { background-color: rgb(121,77,175); }

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

border-color css

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

 span { border-color: rgb(121,77,175); }

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