#7948A5

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

Shades of Studio #7948A5

Tints of Studio #7948A5

Color information

#7948A5 (or 0x7948A5) is unknown color: approx Studio. HEX triplet: 79, 48 and A5. RGB value is (121,72,165). Sum of RGB (Red+Green+Blue) = 121+72+165=358 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.80% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 165 (64.84% from 255 or 46.09% from 358); Max value from RGB is 165 - color contains mainly: blue. Hex color #7948A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7948A5 is #86B75A. Grayscale: #606060. Windows color (decimal): -8828763 or 10831993. OLE color: 10831993.

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

Color convert

RGB12172165-
CMYK0.270.5600.35
HSL271.61º39.24%46.47%-
HSV(B)271.61º56.36%64.71%-
XYZ16.9911.4236.91-
YUV97.25166.23144.94-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.80%
GREEN value IS 72 (28.52% from 255) = 20.11%
BLUE value IS 165 (64.84% from 255) = 46.09%
R=33.80%
G=20.11%
B=46.09%

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
Decimal121721650.270.5600.35271.6139.2446.47
Hex7948A51B38023110272e
Octal17111024533700434204756
Binary1111001100100010100101110111110000100011100010000100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7948A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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