Html Css Color HEX #7859B2 Blue Marguerite

📋 copy color: '#7859B2'

red 120 ◦ green 89 ◦ blue 178

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

Shades of Blue Marguerite #7859B2

Tints of Blue Marguerite #7859B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 45.99%

R = 31.01%
G = 23%
B = 45.99%

CMYK

 C value IS 0.33

 M value IS 0.5

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7859B2 (or 0x7859B2) is known color: Blue Marguerite. HEX triplet: 78, 59 and B2. RGB value is (120,89,178). Sum of RGB (Red+Green+Blue) = 120+89+178=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 178 (69.92% from 255 or 45.99% from 387); Max value from RGB is 178 - color contains mainly: blue. Hex color #7859B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7859B2 is #87A64D. Grayscale: #6C6C6C. Windows color (decimal): -8889934 or 11688312. OLE color: 11688312.

HSL color Cylindrical-coordinate representation of color #7859B2: hue angle of 260.9º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7859B2 is Cyan = 0.33, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 120 89 178 -
CMYK 0.33 0.5 0 0.30
HSL 260.9º 0.37% 0.52% -
HSV(B) 260.9º 0.5% 0.7% -
XYZ 19.35 14.35 43.87 -
YUV 108.42 167.27 136.26 -
System Red Green Blue C M Y K H S L
Decimal 120 89 178 0.33 0.5 0 0.30 260.9 0.37 0.52
Hex 78 59 B2 21 32 0 1E 105 25 34
Octal 170 131 262 41 62 0 36 405 45 64
Binary 1111000 1011001 10110010 100001 110010 0 11110 100000101 100101 110100

Color Harmonies of #7859B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7859B2

Black with #7859B2

Text Example


Text Example

White with #7859B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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