Html Css Color HEX #794AA4 Studio

📋 copy color: '#794AA4'

red 121 ◦ green 74 ◦ blue 164

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

Shades of Studio #794AA4

Tints of Studio #794AA4

RGB

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

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

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

R = 33.7%
G = 20.61%
B = 45.68%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#794AA4 (or 0x794AA4) is known color: Studio. HEX triplet: 79, 4A and A4. RGB value is (121,74,164). Sum of RGB (Red+Green+Blue) = 121+74+164=359 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.70% from 359); Green value is 74 (29.30% from 255 or 20.61% from 359); Blue value is 164 (64.45% from 255 or 45.68% from 359); Max value from RGB is 164 - color contains mainly: blue. Hex color #794AA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794AA4 is #86B55B. Grayscale: #626262. Windows color (decimal): -8828252 or 10766969. OLE color: 10766969.

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

Color convert

RGB 121 74 164 -
CMYK 0.26 0.55 0 0.36
HSL 271.33º 0.38% 0.47% -
HSV(B) 271.33º 0.55% 0.64% -
XYZ 17.03 11.64 36.47 -
YUV 98.31 165.07 144.18 -
System Red Green Blue C M Y K H S L
Decimal 121 74 164 0.26 0.55 0 0.36 271.33 0.38 0.47
Hex 79 4A A4 1A 37 0 24 10F 26 2F
Octal 171 112 244 32 67 0 44 417 46 57
Binary 1111001 1001010 10100100 11010 110111 0 100100 100001111 100110 101111

Color Harmonies of #794AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794AA4

Black with #794AA4

Text Example


Text Example

White with #794AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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