#7949A5

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

Shades of Studio #7949A5

Tints of Studio #7949A5

Color information

#7949A5 (or 0x7949A5) is unknown color: approx Studio. HEX triplet: 79, 49 and A5. RGB value is (121,73,165). Sum of RGB (Red+Green+Blue) = 121+73+165=359 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.70% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 165 (64.84% from 255 or 45.96% from 359); Max value from RGB is 165 - color contains mainly: blue. Hex color #7949A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7949A5 is #86B65A. Grayscale: #616161. Windows color (decimal): -8828507 or 10832249. OLE color: 10832249.

HSL color Cylindrical-coordinate representation of color #7949A5: hue angle of 271.3º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7949A5 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12173165-
CMYK0.270.5600.35
HSL271.3º38.66%46.67%-
HSV(B)271.3º55.76%64.71%-
XYZ17.0611.5536.93-
YUV97.84165.9144.52-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.70%
GREEN value IS 73 (28.91% from 255) = 20.33%
BLUE value IS 165 (64.84% from 255) = 45.96%
R=33.70%
G=20.33%
B=45.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal121731650.270.5600.35271.338.6646.67
Hex7949A51B3802310f272f
Octal17111124533700434174757
Binary1111001100100110100101110111110000100011100001111100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7949A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7949A5; }

 p { color: rgb(121,73,165); }

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

<style>
 a { background-color: #7949A5; }

 a { background-color: rgb(121,73,165); }

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

<style>
 span { border-color: #7949A5; }

 span { border-color: rgb(121,73,165); }

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