#7959AB

Color #7959AB Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #7959AB

Tints of Studio #7959AB

Color information

#7959AB (or 0x7959AB) is unknown color: approx 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

RGB12189171-
CMYK0.290.4800.33
HSL263.41º32.8%50.98%-
HSV(B)263.41º47.95%67.06%-
XYZ18.8114.1540.27-
YUV107.92163.6137.33-

RGB Variations

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

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 (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal121891710.290.4800.33263.4132.850.98
Hex7959AB1D300211072133
Octal17113125335600414074163
Binary1111001101100110101011111011100000100001100000111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7959AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>