#7857A9

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

Shades of Studio #7857A9

Tints of Studio #7857A9

Color information

#7857A9 (or 0x7857A9) is unknown color: approx Studio. HEX triplet: 78, 57 and A9. RGB value is (120,87,169). Sum of RGB (Red+Green+Blue) = 120+87+169=376 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.91% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 169 (66.41% from 255 or 44.95% from 376); Max value from RGB is 169 - color contains mainly: blue. Hex color #7857A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7857A9 is #87A856. Grayscale: #696969. Windows color (decimal): -8890455 or 11097976. OLE color: 11097976.

HSL color Cylindrical-coordinate representation of color #7857A9: hue angle of 264.15º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7857A9 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB12087169-
CMYK0.290.4900.34
HSL264.15º32.28%50.2%-
HSV(B)264.15º48.52%66.27%-
XYZ18.3213.6739.21-
YUV106.21163.43137.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.91%
GREEN value IS 87 (34.38% from 255) = 23.14%
BLUE value IS 169 (66.41% from 255) = 44.95%
R=31.91%
G=23.14%
B=44.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal120871690.290.4900.34264.1532.2850.2
Hex7857A91D310221082032
Octal17012725135610424104062
Binary1111000101011110101001111011100010100010100001000100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7857A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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