Html Css Color HEX #794DBA Studio

📋 copy color: '#794DBA'

red 121 ◦ green 77 ◦ blue 186

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

Shades of Studio #794DBA

Tints of Studio #794DBA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.05%

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

R = 31.51%
G = 20.05%
B = 48.44%

CMYK

 C value IS 0.35

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#794DBA (or 0x794DBA) is known color: Studio. HEX triplet: 79, 4D and BA. RGB value is (121,77,186). Sum of RGB (Red+Green+Blue) = 121+77+186=384 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.51% from 384); Green value is 77 (30.47% from 255 or 20.05% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #794DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794DBA is #86B245. Grayscale: #666666. Windows color (decimal): -8827462 or 12209529. OLE color: 12209529.

HSL color Cylindrical-coordinate representation of color #794DBA: hue angle of 264.22º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #794DBA is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 121 77 186 -
CMYK 0.35 0.59 0 0.27
HSL 264.22º 0.44% 0.52% -
HSV(B) 264.22º 0.59% 0.73% -
XYZ 19.4 12.92 47.93 -
YUV 102.58 175.08 141.14 -
System Red Green Blue C M Y K H S L
Decimal 121 77 186 0.35 0.59 0 0.27 264.22 0.44 0.52
Hex 79 4D BA 23 3B 0 1B 108 2C 34
Octal 171 115 272 43 73 0 33 410 54 64
Binary 1111001 1001101 10111010 100011 111011 0 11011 100001000 101100 110100

Color Harmonies of #794DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794DBA

Black with #794DBA

Text Example


Text Example

White with #794DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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