Html Css Color HEX #7859BE Blue Marguerite

📋 copy color: '#7859BE'

red 120 ◦ green 89 ◦ blue 190

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

Shades of Blue Marguerite #7859BE

Tints of Blue Marguerite #7859BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.62%

R = 30.08%
G = 22.31%
B = 47.62%

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

#7859BE (or 0x7859BE) is known color: Blue Marguerite. HEX triplet: 78, 59 and BE. RGB value is (120,89,190). Sum of RGB (Red+Green+Blue) = 120+89+190=399 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.08% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #7859BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7859BE is #87A641. Grayscale: #6D6D6D. Windows color (decimal): -8889922 or 12474744. OLE color: 12474744.

HSL color Cylindrical-coordinate representation of color #7859BE: hue angle of 258.42º 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 #7859BE is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 89 190 -
CMYK 0.37 0.53 0 0.25
HSL 258.42º 0.44% 0.55% -
HSV(B) 258.42º 0.53% 0.75% -
XYZ 20.61 14.86 50.5 -
YUV 109.78 173.27 135.29 -
System Red Green Blue C M Y K H S L
Decimal 120 89 190 0.37 0.53 0 0.25 258.42 0.44 0.55
Hex 78 59 BE 25 35 0 19 102 2C 37
Octal 170 131 276 45 65 0 31 402 54 67
Binary 1111000 1011001 10111110 100101 110101 0 11001 100000010 101100 110111

Color Harmonies of #7859BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7859BE

Black with #7859BE

Text Example


Text Example

White with #7859BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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