#7953A3

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

Shades of Studio #7953A3

Tints of Studio #7953A3

Color information

#7953A3 (or 0x7953A3) is unknown color: approx Studio. HEX triplet: 79, 53 and A3. RGB value is (121,83,163). Sum of RGB (Red+Green+Blue) = 121+83+163=367 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.97% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 163 (64.06% from 255 or 44.41% from 367); Max value from RGB is 163 - color contains mainly: blue. Hex color #7953A3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7953A3 is #86AC5C. Grayscale: #676767. Windows color (decimal): -8825949 or 10703737. OLE color: 10703737.

HSL color Cylindrical-coordinate representation of color #7953A3: hue angle of 268.5º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7953A3 is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12183163-
CMYK0.260.4900.36
HSL268.5º32.52%48.24%-
HSV(B)268.5º49.08%63.92%-
XYZ17.5912.936.21-
YUV103.48161.59140.5-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.97%
GREEN value IS 83 (32.81% from 255) = 22.62%
BLUE value IS 163 (64.06% from 255) = 44.41%
R=32.97%
G=22.62%
B=44.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal121831630.260.4900.36268.532.5248.24
Hex7953A31A3102410c2130
Octal17112324332610444144160
Binary1111001101001110100011110101100010100100100001100100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7953A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7953A3; }

 p { color: rgb(121,83,163); }

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

<style>
 a { background-color: #7953A3; }

 a { background-color: rgb(121,83,163); }

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

<style>
 span { border-color: #7953A3; }

 span { border-color: rgb(121,83,163); }

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