#7857BE

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

Shades of Blue Marguerite #7857BE

Tints of Blue Marguerite #7857BE

Color information

#7857BE (or 0x7857BE) is unknown color: approx Blue Marguerite. HEX triplet: 78, 57 and BE. RGB value is (120,87,190). Sum of RGB (Red+Green+Blue) = 120+87+190=397 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.23% from 397); Green value is 87 (34.38% from 255 or 21.91% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #7857BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7857BE is #87A841. Grayscale: #6C6C6C. Windows color (decimal): -8890434 or 12474232. OLE color: 12474232.

HSL color Cylindrical-coordinate representation of color #7857BE: hue angle of 259.22º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7857BE is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12087190-
CMYK0.370.5400.25
HSL259.22º44.21%54.31%-
HSV(B)259.22º54.21%74.51%-
XYZ20.4514.5350.44-
YUV108.61173.93136.12-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.23%
GREEN value IS 87 (34.38% from 255) = 21.91%
BLUE value IS 190 (74.61% from 255) = 47.86%
R=30.23%
G=21.91%
B=47.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal120871900.370.5400.25259.2244.2154.31
Hex7857BE25360191032c36
Octal17012727645660314035466
Binary1111000101011110111110100101110110011001100000011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7857BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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