Html Css Color HEX #7959AD Studio

📋 copy color: '#7959AD'

red 121 ◦ green 89 ◦ blue 173

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

Shades of Studio #7959AD

Tints of Studio #7959AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.17%

R = 31.59%
G = 23.24%
B = 45.17%

CMYK

 C value IS 0.30

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7959AD (or 0x7959AD) is known color: Studio. HEX triplet: 79, 59 and AD. RGB value is (121,89,173). Sum of RGB (Red+Green+Blue) = 121+89+173=383 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.59% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 173 - color contains mainly: blue. Hex color #7959AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7959AD is #86A652. Grayscale: #6B6B6B. Windows color (decimal): -8824403 or 11360633. OLE color: 11360633.

HSL color Cylindrical-coordinate representation of color #7959AD: hue angle of 262.86º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7959AD is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 121 89 173 -
CMYK 0.30 0.49 0 0.32
HSL 262.86º 0.34% 0.51% -
HSV(B) 262.86º 0.49% 0.68% -
XYZ 19 14.23 41.28 -
YUV 108.14 164.6 137.17 -
System Red Green Blue C M Y K H S L
Decimal 121 89 173 0.30 0.49 0 0.32 262.86 0.34 0.51
Hex 79 59 AD 1E 31 0 20 107 22 33
Octal 171 131 255 36 61 0 40 407 42 63
Binary 1111001 1011001 10101101 11110 110001 0 100000 100000111 100010 110011

Color Harmonies of #7959AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7959AD

Black with #7959AD

Text Example


Text Example

White with #7959AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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