#7953AE

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

Shades of Studio #7953AE

Tints of Studio #7953AE

Color information

#7953AE (or 0x7953AE) is unknown color: approx Studio. HEX triplet: 79, 53 and AE. RGB value is (121,83,174). Sum of RGB (Red+Green+Blue) = 121+83+174=378 (50% of max value = 765). Red value is 121 (47.66% from 255 or 32.01% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 174 - color contains mainly: blue. Hex color #7953AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7953AE is #86AC51. Grayscale: #686868. Windows color (decimal): -8825938 or 11424633. OLE color: 11424633.

HSL color Cylindrical-coordinate representation of color #7953AE: hue angle of 265.05º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7953AE is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12183174-
CMYK0.300.5200.32
HSL265.05º35.97%50.39%-
HSV(B)265.05º52.3%68.24%-
XYZ18.6213.3141.63-
YUV104.74167.09139.6-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.01%
GREEN value IS 83 (32.81% from 255) = 21.96%
BLUE value IS 174 (68.36% from 255) = 46.03%
R=32.01%
G=21.96%
B=46.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal121831740.300.5200.32265.0535.9750.39
Hex7953AE1E340201092432
Octal17112325636640404114462
Binary1111001101001110101110111101101000100000100001001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7953AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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