Html Css Color HEX #7857BE Blue Marguerite

📋 copy color: '#7857BE'

red 120 ◦ green 87 ◦ blue 190

#7857BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #7857BE

Tints of Blue Marguerite #7857BE

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 value IS 0.37

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7857BE (or 0x7857BE) is known color: 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

RGB 120 87 190 -
CMYK 0.37 0.54 0 0.25
HSL 259.22º 0.44% 0.54% -
HSV(B) 259.22º 0.54% 0.75% -
XYZ 20.45 14.53 50.44 -
YUV 108.61 173.93 136.12 -
System Red Green Blue C M Y K H S L
Decimal 120 87 190 0.37 0.54 0 0.25 259.22 0.44 0.54
Hex 78 57 BE 25 36 0 19 103 2C 36
Octal 170 127 276 45 66 0 31 403 54 66
Binary 1111000 1010111 10111110 100101 110110 0 11001 100000011 101100 110110

Color Harmonies of #7857BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7857BE

Black with #7857BE

Text Example


Text Example

White with #7857BE

Text Example


Text Example

HTML Codes & Css Web 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>