#7959AA

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

Shades of Studio #7959AA

Tints of Studio #7959AA

Color information

#7959AA (or 0x7959AA) is unknown color: approx Studio. HEX triplet: 79, 59 and AA. RGB value is (121,89,170). Sum of RGB (Red+Green+Blue) = 121+89+170=380 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.84% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #7959AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7959AA is #86A655. Grayscale: #6B6B6B. Windows color (decimal): -8824406 or 11164025. OLE color: 11164025.

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

Color convert

RGB12189170-
CMYK0.290.4800.33
HSL263.7º32.27%50.78%-
HSV(B)263.7º47.65%66.67%-
XYZ18.7114.1139.77-
YUV107.8163.1137.41-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.84%
GREEN value IS 89 (35.16% from 255) = 23.42%
BLUE value IS 170 (66.80% from 255) = 44.74%
R=31.84%
G=23.42%
B=44.74%

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
Decimal121891700.290.4800.33263.732.2750.78
Hex7959AA1D300211082033
Octal17113125235600414104063
Binary1111001101100110101010111011100000100001100001000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7959AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7959AA;
 }
 .AnyTagClassName
 {
   color: #7959AA;
 }
</style>
background-color css

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

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

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

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

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

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