#7857BA

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

Shades of Blue Marguerite #7857BA

Tints of Blue Marguerite #7857BA

Color information

#7857BA (or 0x7857BA) is unknown color: approx Blue Marguerite. HEX triplet: 78, 57 and BA. RGB value is (120,87,186). Sum of RGB (Red+Green+Blue) = 120+87+186=393 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.53% from 393); Green value is 87 (34.38% from 255 or 22.14% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #7857BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7857BA is #87A845. Grayscale: #6B6B6B. Windows color (decimal): -8890438 or 12212088. OLE color: 12212088.

HSL color Cylindrical-coordinate representation of color #7857BA: hue angle of 260º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7857BA is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12087186-
CMYK0.350.5300.27
HSL260º41.77%53.53%-
HSV(B)260º53.23%72.94%-
XYZ20.0214.3548.17-
YUV108.15171.93136.45-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.53%
GREEN value IS 87 (34.38% from 255) = 22.14%
BLUE value IS 186 (73.05% from 255) = 47.33%
R=30.53%
G=22.14%
B=47.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal120871860.350.5300.2726041.7753.53
Hex7857BA233501B1042a36
Octal17012727243650334045266
Binary1111000101011110111010100011110101011011100000100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7857BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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