Html Css Color HEX #794ABE Studio

📋 copy color: '#794ABE'

red 121 ◦ green 74 ◦ blue 190

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

Shades of Studio #794ABE

Tints of Studio #794ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.35%

R = 31.43%
G = 19.22%
B = 49.35%

CMYK

 C value IS 0.36

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#794ABE (or 0x794ABE) is known color: Studio. HEX triplet: 79, 4A and BE. RGB value is (121,74,190). Sum of RGB (Red+Green+Blue) = 121+74+190=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #794ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794ABE is #86B541. Grayscale: #646464. Windows color (decimal): -8828226 or 12470905. OLE color: 12470905.

HSL color Cylindrical-coordinate representation of color #794ABE: hue angle of 264.31º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #794ABE is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 121 74 190 -
CMYK 0.36 0.61 0 0.25
HSL 264.31º 0.47% 0.52% -
HSV(B) 264.31º 0.61% 0.75% -
XYZ 19.63 12.68 50.13 -
YUV 101.28 178.07 142.07 -
System Red Green Blue C M Y K H S L
Decimal 121 74 190 0.36 0.61 0 0.25 264.31 0.47 0.52
Hex 79 4A BE 24 3D 0 19 108 2F 34
Octal 171 112 276 44 75 0 31 410 57 64
Binary 1111001 1001010 10111110 100100 111101 0 11001 100001000 101111 110100

Color Harmonies of #794ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794ABE

Black with #794ABE

Text Example


Text Example

White with #794ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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