#7857AB

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

Shades of Studio #7857AB

Tints of Studio #7857AB

Color information

#7857AB (or 0x7857AB) is unknown color: approx Studio. HEX triplet: 78, 57 and AB. RGB value is (120,87,171). Sum of RGB (Red+Green+Blue) = 120+87+171=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 87 (34.38% from 255 or 23.02% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #7857AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7857AB is #87A854. Grayscale: #6A6A6A. Windows color (decimal): -8890453 or 11229048. OLE color: 11229048.

HSL color Cylindrical-coordinate representation of color #7857AB: hue angle of 263.57º degrees, saturation: 0.33, 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 #7857AB is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12087171-
CMYK0.300.4900.33
HSL263.57º33.33%50.59%-
HSV(B)263.57º49.12%67.06%-
XYZ18.513.7540.21-
YUV106.44164.43137.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.75%
GREEN value IS 87 (34.38% from 255) = 23.02%
BLUE value IS 171 (67.19% from 255) = 45.24%
R=31.75%
G=23.02%
B=45.24%

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
Decimal120871710.300.4900.33263.5733.3350.59
Hex7857AB1E310211082133
Octal17012725336610414104163
Binary1111000101011110101011111101100010100001100001000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7857AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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