Html Css Color HEX #7959AB Studio

📋 copy color: '#7959AB'

red 121 ◦ green 89 ◦ blue 171

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

Shades of Studio #7959AB

Tints of Studio #7959AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.88%

R = 31.76%
G = 23.36%
B = 44.88%

CMYK

 C value IS 0.29

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7959AB (or 0x7959AB) is known color: Studio. HEX triplet: 79, 59 and AB. RGB value is (121,89,171). Sum of RGB (Red+Green+Blue) = 121+89+171=381 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.76% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #7959AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7959AB is #86A654. Grayscale: #6B6B6B. Windows color (decimal): -8824405 or 11229561. OLE color: 11229561.

HSL color Cylindrical-coordinate representation of color #7959AB: hue angle of 263.41º 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 #7959AB is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 89 171 -
CMYK 0.29 0.48 0 0.33
HSL 263.41º 0.33% 0.51% -
HSV(B) 263.41º 0.48% 0.67% -
XYZ 18.81 14.15 40.27 -
YUV 107.92 163.6 137.33 -
System Red Green Blue C M Y K H S L
Decimal 121 89 171 0.29 0.48 0 0.33 263.41 0.33 0.51
Hex 79 59 AB 1D 30 0 21 107 21 33
Octal 171 131 253 35 60 0 41 407 41 63
Binary 1111001 1011001 10101011 11101 110000 0 100001 100000111 100001 110011

Color Harmonies of #7959AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7959AB

Black with #7959AB

Text Example


Text Example

White with #7959AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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