#7853AA

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

Shades of Studio #7853AA

Tints of Studio #7853AA

Color information

#7853AA (or 0x7853AA) is unknown color: approx Studio. HEX triplet: 78, 53 and AA. RGB value is (120,83,170). Sum of RGB (Red+Green+Blue) = 120+83+170=373 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.17% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 170 - color contains mainly: blue. Hex color #7853AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7853AA is #87AC55. Grayscale: #676767. Windows color (decimal): -8891478 or 11162488. OLE color: 11162488.

HSL color Cylindrical-coordinate representation of color #7853AA: hue angle of 265.52º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7853AA is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12083170-
CMYK0.290.5100.33
HSL265.52º34.39%49.61%-
HSV(B)265.52º51.18%66.67%-
XYZ18.0913.0839.6-
YUV103.98165.26139.43-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.17%
GREEN value IS 83 (32.81% from 255) = 22.25%
BLUE value IS 170 (66.80% from 255) = 45.58%
R=32.17%
G=22.25%
B=45.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal120831700.290.5100.33265.5234.3949.61
Hex7853AA1D3302110a2232
Octal17012325235630414124262
Binary1111000101001110101010111011100110100001100001010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7853AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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