Html Css Color HEX #794ABB Studio

📋 copy color: '#794ABB'

red 121 ◦ green 74 ◦ blue 187

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

Shades of Studio #794ABB

Tints of Studio #794ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.95%

R = 31.68%
G = 19.37%
B = 48.95%

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

#794ABB (or 0x794ABB) is known color: Studio. HEX triplet: 79, 4A and BB. RGB value is (121,74,187). Sum of RGB (Red+Green+Blue) = 121+74+187=382 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.68% from 382); Green value is 74 (29.30% from 255 or 19.37% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #794ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794ABB is #86B544. Grayscale: #646464. Windows color (decimal): -8828229 or 12274297. OLE color: 12274297.

HSL color Cylindrical-coordinate representation of color #794ABB: hue angle of 264.96º 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 #794ABB is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 121 74 187 -
CMYK 0.35 0.60 0 0.27
HSL 264.96º 0.45% 0.51% -
HSV(B) 264.96º 0.6% 0.73% -
XYZ 19.3 12.55 48.42 -
YUV 100.94 176.57 142.31 -
System Red Green Blue C M Y K H S L
Decimal 121 74 187 0.35 0.60 0 0.27 264.96 0.45 0.51
Hex 79 4A BB 23 3C 0 1B 109 2D 33
Octal 171 112 273 43 74 0 33 411 55 63
Binary 1111001 1001010 10111011 100011 111100 0 11011 100001001 101101 110011

Color Harmonies of #794ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794ABB

Black with #794ABB

Text Example


Text Example

White with #794ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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