Html Css Color HEX #794FB9 Studio

📋 copy color: '#794FB9'

red 121 ◦ green 79 ◦ blue 185

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

Shades of Studio #794FB9

Tints of Studio #794FB9

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.52%

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

R = 31.43%
G = 20.52%
B = 48.05%

CMYK

 C value IS 0.35

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#794FB9 (or 0x794FB9) is known color: Studio. HEX triplet: 79, 4F and B9. RGB value is (121,79,185). Sum of RGB (Red+Green+Blue) = 121+79+185=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 185 (72.66% from 255 or 48.05% from 385); Max value from RGB is 185 - color contains mainly: blue. Hex color #794FB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794FB9 is #86B046. Grayscale: #676767. Windows color (decimal): -8826951 or 12144505. OLE color: 12144505.

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

Color convert

RGB 121 79 185 -
CMYK 0.35 0.57 0 0.27
HSL 263.77º 0.43% 0.52% -
HSV(B) 263.77º 0.57% 0.73% -
XYZ 19.44 13.16 47.41 -
YUV 103.64 173.91 140.38 -
System Red Green Blue C M Y K H S L
Decimal 121 79 185 0.35 0.57 0 0.27 263.77 0.43 0.52
Hex 79 4F B9 23 39 0 1B 108 2B 34
Octal 171 117 271 43 71 0 33 410 53 64
Binary 1111001 1001111 10111001 100011 111001 0 11011 100001000 101011 110100

Color Harmonies of #794FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794FB9

Black with #794FB9

Text Example


Text Example

White with #794FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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