Html Css Color HEX #7959AC Studio

📋 copy color: '#7959AC'

red 121 ◦ green 89 ◦ blue 172

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

Shades of Studio #7959AC

Tints of Studio #7959AC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.3%

 BLUE value IS 172 (67.58% from 255) = 45.03%

R = 31.68%
G = 23.3%
B = 45.03%

CMYK

 C value IS 0.30

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7959AC (or 0x7959AC) is known color: Studio. HEX triplet: 79, 59 and AC. RGB value is (121,89,172). Sum of RGB (Red+Green+Blue) = 121+89+172=382 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.68% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #7959AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7959AC is #86A653. Grayscale: #6B6B6B. Windows color (decimal): -8824404 or 11295097. OLE color: 11295097.

HSL color Cylindrical-coordinate representation of color #7959AC: hue angle of 263.13º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7959AC is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 89 172 -
CMYK 0.30 0.48 0 0.33
HSL 263.13º 0.33% 0.51% -
HSV(B) 263.13º 0.48% 0.67% -
XYZ 18.9 14.19 40.77 -
YUV 108.03 164.1 137.25 -
System Red Green Blue C M Y K H S L
Decimal 121 89 172 0.30 0.48 0 0.33 263.13 0.33 0.51
Hex 79 59 AC 1E 30 0 21 107 21 33
Octal 171 131 254 36 60 0 41 407 41 63
Binary 1111001 1011001 10101100 11110 110000 0 100001 100000111 100001 110011

Color Harmonies of #7959AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7959AC

Black with #7959AC

Text Example


Text Example

White with #7959AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7959AC; }

 p { color: rgb(121,89,172); }

 H1.HeaderClassName
 {
   color: #7959AC;
 }
 .AnyTagClassName
 {
   color: #7959AC;
 }
</style>

background-color css

<style>
 a { background-color: #7959AC; }

 a { background-color: rgb(121,89,172); }

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

border-color css

<style>
 span { border-color: #7959AC; }

 span { border-color: rgb(121,89,172); }

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