Html Css Color HEX #794EB9 Studio

📋 copy color: '#794EB9'

red 121 ◦ green 78 ◦ blue 185

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

Shades of Studio #794EB9

Tints of Studio #794EB9

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.31%

 BLUE value IS 185 (72.66% from 255) = 48.18%

R = 31.51%
G = 20.31%
B = 48.18%

CMYK

 C value IS 0.35

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#794EB9 (or 0x794EB9) is known color: Studio. HEX triplet: 79, 4E and B9. RGB value is (121,78,185). Sum of RGB (Red+Green+Blue) = 121+78+185=384 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.51% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 185 (72.66% from 255 or 48.18% from 384); Max value from RGB is 185 - color contains mainly: blue. Hex color #794EB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794EB9 is #86B146. Grayscale: #666666. Windows color (decimal): -8827207 or 12144249. OLE color: 12144249.

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

Color convert

RGB 121 78 185 -
CMYK 0.35 0.58 0 0.27
HSL 264.11º 0.43% 0.52% -
HSV(B) 264.11º 0.58% 0.73% -
XYZ 19.37 13.02 47.39 -
YUV 103.06 174.25 140.8 -
System Red Green Blue C M Y K H S L
Decimal 121 78 185 0.35 0.58 0 0.27 264.11 0.43 0.52
Hex 79 4E B9 23 3A 0 1B 108 2B 34
Octal 171 116 271 43 72 0 33 410 53 64
Binary 1111001 1001110 10111001 100011 111010 0 11011 100001000 101011 110100

Color Harmonies of #794EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794EB9

Black with #794EB9

Text Example


Text Example

White with #794EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,78,185); }

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

background-color css

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

 a { background-color: rgb(121,78,185); }

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

border-color css

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

 span { border-color: rgb(121,78,185); }

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