#7857AC

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

Shades of Studio #7857AC

Tints of Studio #7857AC

Color information

#7857AC (or 0x7857AC) is unknown color: approx Studio. HEX triplet: 78, 57 and AC. RGB value is (120,87,172). Sum of RGB (Red+Green+Blue) = 120+87+172=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 87 (34.38% from 255 or 22.96% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #7857AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7857AC is #87A853. Grayscale: #6A6A6A. Windows color (decimal): -8890452 or 11294584. OLE color: 11294584.

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

Color convert

RGB12087172-
CMYK0.300.4900.33
HSL263.29º33.86%50.78%-
HSV(B)263.29º49.42%67.45%-
XYZ18.613.7940.71-
YUV106.56164.93137.59-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.66%
GREEN value IS 87 (34.38% from 255) = 22.96%
BLUE value IS 172 (67.58% from 255) = 45.38%
R=31.66%
G=22.96%
B=45.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal120871720.300.4900.33263.2933.8650.78
Hex7857AC1E310211072233
Octal17012725436610414074263
Binary1111000101011110101100111101100010100001100000111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7857AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7857AC; }

 p { color: rgb(120,87,172); }

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

<style>
 a { background-color: #7857AC; }

 a { background-color: rgb(120,87,172); }

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

<style>
 span { border-color: #7857AC; }

 span { border-color: rgb(120,87,172); }

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