#7857b0

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

Shades of Studio #7857B0

Tints of Studio #7857B0

Color information

#7857B0 (or 0x7857B0) is unknown color: approx Studio. HEX triplet: 78, 57 and B0. RGB value is (120,87,176). Sum of RGB (Red+Green+Blue) = 120+87+176=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 87 (34.38% from 255 or 22.72% from 383); Blue value is 176 (69.14% from 255 or 45.95% from 383); Max value from RGB is 176 - color contains mainly: blue. Hex color #7857B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7857B0 is #87A84F. Grayscale: #6A6A6A. Windows color (decimal): -8890448 or 11556728. OLE color: 11556728.

HSL color Cylindrical-coordinate representation of color #7857B0: hue angle of 262.25º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7857B0 is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12087176-
CMYK0.320.5100.31
HSL262.25º36.03%51.57%-
HSV(B)262.25º50.57%69.02%-
XYZ18.9913.9442.76-
YUV107.01166.93137.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.33%
GREEN value IS 87 (34.38% from 255) = 22.72%
BLUE value IS 176 (69.14% from 255) = 45.95%
R=31.33%
G=22.72%
B=45.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal120871760.320.5100.31262.2536.0351.57
Hex7857B0203301F1062434
Octal17012726040630374064464
Binary1111000101011110110000100000110011011111100000110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7857b0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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