Html Css Color HEX #794DB7 Studio

📋 copy color: '#794DB7'

red 121 ◦ green 77 ◦ blue 183

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

Shades of Studio #794DB7

Tints of Studio #794DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 48.03%

R = 31.76%
G = 20.21%
B = 48.03%

CMYK

 C value IS 0.34

 M value IS 0.58

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#794DB7 (or 0x794DB7) is known color: Studio. HEX triplet: 79, 4D and B7. RGB value is (121,77,183). Sum of RGB (Red+Green+Blue) = 121+77+183=381 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.76% from 381); Green value is 77 (30.47% from 255 or 20.21% from 381); Blue value is 183 (71.88% from 255 or 48.03% from 381); Max value from RGB is 183 - color contains mainly: blue. Hex color #794DB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794DB7 is #86B248. Grayscale: #656565. Windows color (decimal): -8827465 or 12012921. OLE color: 12012921.

HSL color Cylindrical-coordinate representation of color #794DB7: hue angle of 264.91º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #794DB7 is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 121 77 183 -
CMYK 0.34 0.58 0 0.28
HSL 264.91º 0.42% 0.51% -
HSV(B) 264.91º 0.58% 0.72% -
XYZ 19.09 12.79 46.26 -
YUV 102.24 173.58 141.38 -
System Red Green Blue C M Y K H S L
Decimal 121 77 183 0.34 0.58 0 0.28 264.91 0.42 0.51
Hex 79 4D B7 22 3A 0 1C 109 2A 33
Octal 171 115 267 42 72 0 34 411 52 63
Binary 1111001 1001101 10110111 100010 111010 0 11100 100001001 101010 110011

Color Harmonies of #794DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794DB7

Black with #794DB7

Text Example


Text Example

White with #794DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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