Html Css Color HEX #794CB1 Studio

📋 copy color: '#794CB1'

red 121 ◦ green 76 ◦ blue 177

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

Shades of Studio #794CB1

Tints of Studio #794CB1

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.32%

 BLUE value IS 177 (69.53% from 255) = 47.33%

R = 32.35%
G = 20.32%
B = 47.33%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#794CB1 (or 0x794CB1) is known color: Studio. HEX triplet: 79, 4C and B1. RGB value is (121,76,177). Sum of RGB (Red+Green+Blue) = 121+76+177=374 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.35% from 374); Green value is 76 (30.08% from 255 or 20.32% from 374); Blue value is 177 (69.53% from 255 or 47.33% from 374); Max value from RGB is 177 - color contains mainly: blue. Hex color #794CB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794CB1 is #86B34E. Grayscale: #646464. Windows color (decimal): -8827727 or 11619449. OLE color: 11619449.

HSL color Cylindrical-coordinate representation of color #794CB1: hue angle of 266.73º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #794CB1 is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 121 76 177 -
CMYK 0.32 0.57 0 0.31
HSL 266.73º 0.4% 0.5% -
HSV(B) 266.73º 0.57% 0.69% -
XYZ 18.41 12.41 43.02 -
YUV 100.97 170.91 142.29 -
System Red Green Blue C M Y K H S L
Decimal 121 76 177 0.32 0.57 0 0.31 266.73 0.4 0.5
Hex 79 4C B1 20 39 0 1F 10B 28 32
Octal 171 114 261 40 71 0 37 413 50 62
Binary 1111001 1001100 10110001 100000 111001 0 11111 100001011 101000 110010

Color Harmonies of #794CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794CB1

Black with #794CB1

Text Example


Text Example

White with #794CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,76,177); }

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

background-color css

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

 a { background-color: rgb(121,76,177); }

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

border-color css

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

 span { border-color: rgb(121,76,177); }

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