#7853AE

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

Shades of Studio #7853AE

Tints of Studio #7853AE

Color information

#7853AE (or 0x7853AE) is unknown color: approx Studio. HEX triplet: 78, 53 and AE. RGB value is (120,83,174). Sum of RGB (Red+Green+Blue) = 120+83+174=377 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.83% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 174 - color contains mainly: blue. Hex color #7853AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7853AE is #87AC51. Grayscale: #686868. Windows color (decimal): -8891474 or 11424632. OLE color: 11424632.

HSL color Cylindrical-coordinate representation of color #7853AE: hue angle of 264.4º 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 #7853AE is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12083174-
CMYK0.310.5200.32
HSL264.4º35.97%50.39%-
HSV(B)264.4º52.3%68.24%-
XYZ18.4813.2441.63-
YUV104.44167.26139.1-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.83%
GREEN value IS 83 (32.81% from 255) = 22.02%
BLUE value IS 174 (68.36% from 255) = 46.15%
R=31.83%
G=22.02%
B=46.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal120831740.310.5200.32264.435.9750.39
Hex7853AE1F340201082432
Octal17012325637640404104462
Binary1111000101001110101110111111101000100000100001000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7853AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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