Html Css Color HEX #794CAA Studio

📋 copy color: '#794CAA'

red 121 ◦ green 76 ◦ blue 170

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

Shades of Studio #794CAA

Tints of Studio #794CAA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.71%

 BLUE value IS 170 (66.8% from 255) = 46.32%

R = 32.97%
G = 20.71%
B = 46.32%

CMYK

 C value IS 0.29

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#794CAA (or 0x794CAA) is known color: Studio. HEX triplet: 79, 4C and AA. RGB value is (121,76,170). Sum of RGB (Red+Green+Blue) = 121+76+170=367 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.97% from 367); Green value is 76 (30.08% from 255 or 20.71% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #794CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794CAA is #86B355. Grayscale: #636363. Windows color (decimal): -8827734 or 11160697. OLE color: 11160697.

HSL color Cylindrical-coordinate representation of color #794CAA: hue angle of 268.72º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #794CAA is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 76 170 -
CMYK 0.29 0.55 0 0.33
HSL 268.72º 0.38% 0.48% -
HSV(B) 268.72º 0.55% 0.67% -
XYZ 17.73 12.14 39.44 -
YUV 100.17 167.41 142.86 -
System Red Green Blue C M Y K H S L
Decimal 121 76 170 0.29 0.55 0 0.33 268.72 0.38 0.48
Hex 79 4C AA 1D 37 0 21 10D 26 30
Octal 171 114 252 35 67 0 41 415 46 60
Binary 1111001 1001100 10101010 11101 110111 0 100001 100001101 100110 110000

Color Harmonies of #794CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794CAA

Black with #794CAA

Text Example


Text Example

White with #794CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,76,170); }

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

background-color css

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

 a { background-color: rgb(121,76,170); }

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

border-color css

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

 span { border-color: rgb(121,76,170); }

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