Html Css Color HEX #7859BF Blue Marguerite

📋 copy color: '#7859BF'

red 120 ◦ green 89 ◦ blue 191

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

Shades of Blue Marguerite #7859BF

Tints of Blue Marguerite #7859BF

RGB

 RED value IS 120 (47.27% from 255) = 30%

 GREEN value IS 89 (35.16% from 255) = 22.25%

 BLUE value IS 191 (75% from 255) = 47.75%

R = 30%
G = 22.25%
B = 47.75%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7859BF (or 0x7859BF) is known color: Blue Marguerite. HEX triplet: 78, 59 and BF. RGB value is (120,89,191). Sum of RGB (Red+Green+Blue) = 120+89+191=400 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 191 - color contains mainly: blue. Hex color #7859BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7859BF is #87A640. Grayscale: #6D6D6D. Windows color (decimal): -8889921 or 12540280. OLE color: 12540280.

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

Color convert

RGB 120 89 191 -
CMYK 0.37 0.53 0 0.25
HSL 258.24º 0.44% 0.55% -
HSV(B) 258.24º 0.53% 0.75% -
XYZ 20.72 14.9 51.07 -
YUV 109.9 173.77 135.21 -
System Red Green Blue C M Y K H S L
Decimal 120 89 191 0.37 0.53 0 0.25 258.24 0.44 0.55
Hex 78 59 BF 25 35 0 19 102 2C 37
Octal 170 131 277 45 65 0 31 402 54 67
Binary 1111000 1011001 10111111 100101 110101 0 11001 100000010 101100 110111

Color Harmonies of #7859BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7859BF

Black with #7859BF

Text Example


Text Example

White with #7859BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7859BF; }

 p { color: rgb(120,89,191); }

 H1.HeaderClassName
 {
   color: #7859BF;
 }
 .AnyTagClassName
 {
   color: #7859BF;
 }
</style>

background-color css

<style>
 a { background-color: #7859BF; }

 a { background-color: rgb(120,89,191); }

 div.DivClassName
 {
   background-color: #7859BF;
 }
 .BgClassName
 {
   background-color: #7859BF;
 }
</style>

border-color css

<style>
 span { border-color: #7859BF; }

 span { border-color: rgb(120,89,191); }

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