Html Css Color HEX #794ABA Studio

📋 copy color: '#794ABA'

red 121 ◦ green 74 ◦ blue 186

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

Shades of Studio #794ABA

Tints of Studio #794ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.82%

R = 31.76%
G = 19.42%
B = 48.82%

CMYK

 C value IS 0.35

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#794ABA (or 0x794ABA) is known color: Studio. HEX triplet: 79, 4A and BA. RGB value is (121,74,186). Sum of RGB (Red+Green+Blue) = 121+74+186=381 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.76% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #794ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794ABA is #86B545. Grayscale: #646464. Windows color (decimal): -8828230 or 12208761. OLE color: 12208761.

HSL color Cylindrical-coordinate representation of color #794ABA: hue angle of 265.18º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #794ABA is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 121 74 186 -
CMYK 0.35 0.60 0 0.27
HSL 265.18º 0.45% 0.51% -
HSV(B) 265.18º 0.6% 0.73% -
XYZ 19.2 12.51 47.86 -
YUV 100.82 176.07 142.39 -
System Red Green Blue C M Y K H S L
Decimal 121 74 186 0.35 0.60 0 0.27 265.18 0.45 0.51
Hex 79 4A BA 23 3C 0 1B 109 2D 33
Octal 171 112 272 43 74 0 33 411 55 63
Binary 1111001 1001010 10111010 100011 111100 0 11011 100001001 101101 110011

Color Harmonies of #794ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794ABA

Black with #794ABA

Text Example


Text Example

White with #794ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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