Html Css Color HEX #794FB4 Studio

📋 copy color: '#794FB4'

red 121 ◦ green 79 ◦ blue 180

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

Shades of Studio #794FB4

Tints of Studio #794FB4

RGB

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

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

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

R = 31.84%
G = 20.79%
B = 47.37%

CMYK

 C value IS 0.33

 M value IS 0.56

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#794FB4 (or 0x794FB4) is known color: Studio. HEX triplet: 79, 4F and B4. RGB value is (121,79,180). Sum of RGB (Red+Green+Blue) = 121+79+180=380 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.84% from 380); Green value is 79 (31.25% from 255 or 20.79% from 380); Blue value is 180 (70.70% from 255 or 47.37% from 380); Max value from RGB is 180 - color contains mainly: blue. Hex color #794FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794FB4 is #86B04B. Grayscale: #666666. Windows color (decimal): -8826956 or 11816825. OLE color: 11816825.

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

Color convert

RGB 121 79 180 -
CMYK 0.33 0.56 0 0.29
HSL 264.95º 0.4% 0.51% -
HSV(B) 264.95º 0.56% 0.71% -
XYZ 18.92 12.95 44.68 -
YUV 103.07 171.41 140.79 -
System Red Green Blue C M Y K H S L
Decimal 121 79 180 0.33 0.56 0 0.29 264.95 0.4 0.51
Hex 79 4F B4 21 38 0 1D 109 28 33
Octal 171 117 264 41 70 0 35 411 50 63
Binary 1111001 1001111 10110100 100001 111000 0 11101 100001001 101000 110011

Color Harmonies of #794FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794FB4

Black with #794FB4

Text Example


Text Example

White with #794FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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