Html Css Color HEX #794CB4 Studio

📋 copy color: '#794CB4'

red 121 ◦ green 76 ◦ blue 180

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

Shades of Studio #794CB4

Tints of Studio #794CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 47.75%

R = 32.1%
G = 20.16%
B = 47.75%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#794CB4 (or 0x794CB4) is known color: Studio. HEX triplet: 79, 4C and B4. RGB value is (121,76,180). Sum of RGB (Red+Green+Blue) = 121+76+180=377 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.10% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 180 (70.70% from 255 or 47.75% from 377); Max value from RGB is 180 - color contains mainly: blue. Hex color #794CB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794CB4 is #86B34B. Grayscale: #646464. Windows color (decimal): -8827724 or 11816057. OLE color: 11816057.

HSL color Cylindrical-coordinate representation of color #794CB4: hue angle of 265.96º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #794CB4 is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 121 76 180 -
CMYK 0.33 0.58 0 0.29
HSL 265.96º 0.41% 0.5% -
HSV(B) 265.96º 0.58% 0.71% -
XYZ 18.71 12.53 44.61 -
YUV 101.31 172.41 142.04 -
System Red Green Blue C M Y K H S L
Decimal 121 76 180 0.33 0.58 0 0.29 265.96 0.41 0.5
Hex 79 4C B4 21 3A 0 1D 10A 29 32
Octal 171 114 264 41 72 0 35 412 51 62
Binary 1111001 1001100 10110100 100001 111010 0 11101 100001010 101001 110010

Color Harmonies of #794CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794CB4

Black with #794CB4

Text Example


Text Example

White with #794CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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