Html Css Color HEX #7859BA Blue Marguerite

📋 copy color: '#7859BA'

red 120 ◦ green 89 ◦ blue 186

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

Shades of Blue Marguerite #7859BA

Tints of Blue Marguerite #7859BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.09%

R = 30.38%
G = 22.53%
B = 47.09%

CMYK

 C value IS 0.35

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7859BA (or 0x7859BA) is known color: Blue Marguerite. HEX triplet: 78, 59 and BA. RGB value is (120,89,186). Sum of RGB (Red+Green+Blue) = 120+89+186=395 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.38% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #7859BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7859BA is #87A645. Grayscale: #6C6C6C. Windows color (decimal): -8889926 or 12212600. OLE color: 12212600.

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

Color convert

RGB 120 89 186 -
CMYK 0.35 0.52 0 0.27
HSL 259.18º 0.41% 0.54% -
HSV(B) 259.18º 0.52% 0.73% -
XYZ 20.18 14.68 48.22 -
YUV 109.33 171.27 135.61 -
System Red Green Blue C M Y K H S L
Decimal 120 89 186 0.35 0.52 0 0.27 259.18 0.41 0.54
Hex 78 59 BA 23 34 0 1B 103 29 36
Octal 170 131 272 43 64 0 33 403 51 66
Binary 1111000 1011001 10111010 100011 110100 0 11011 100000011 101001 110110

Color Harmonies of #7859BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7859BA

Black with #7859BA

Text Example


Text Example

White with #7859BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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