Html Css Color HEX #7759B9 Blue Marguerite

📋 copy color: '#7759B9'

red 119 ◦ green 89 ◦ blue 185

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

Shades of Blue Marguerite #7759B9

Tints of Blue Marguerite #7759B9

RGB

 RED value IS 119 (46.88% from 255) = 30.28%

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

 BLUE value IS 185 (72.66% from 255) = 47.07%

R = 30.28%
G = 22.65%
B = 47.07%

CMYK

 C value IS 0.36

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7759B9 (or 0x7759B9) is known color: Blue Marguerite. HEX triplet: 77, 59 and B9. RGB value is (119,89,185). Sum of RGB (Red+Green+Blue) = 119+89+185=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 89 (35.16% from 255 or 22.65% from 393); Blue value is 185 (72.66% from 255 or 47.07% from 393); Max value from RGB is 185 - color contains mainly: blue. Hex color #7759B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7759B9 is #88A646. Grayscale: #6C6C6C. Windows color (decimal): -8955463 or 12147063. OLE color: 12147063.

HSL color Cylindrical-coordinate representation of color #7759B9: hue angle of 258.75º 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 #7759B9 is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 119 89 185 -
CMYK 0.36 0.52 0 0.27
HSL 258.75º 0.41% 0.54% -
HSV(B) 258.75º 0.52% 0.73% -
XYZ 19.94 14.57 47.66 -
YUV 108.91 170.94 135.19 -
System Red Green Blue C M Y K H S L
Decimal 119 89 185 0.36 0.52 0 0.27 258.75 0.41 0.54
Hex 77 59 B9 24 34 0 1B 103 29 36
Octal 167 131 271 44 64 0 33 403 51 66
Binary 1110111 1011001 10111001 100100 110100 0 11011 100000011 101001 110110

Color Harmonies of #7759B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7759B9

Black with #7759B9

Text Example


Text Example

White with #7759B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7759B9; }

 p { color: rgb(119,89,185); }

 H1.HeaderClassName
 {
   color: #7759B9;
 }
 .AnyTagClassName
 {
   color: #7759B9;
 }
</style>

background-color css

<style>
 a { background-color: #7759B9; }

 a { background-color: rgb(119,89,185); }

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

border-color css

<style>
 span { border-color: #7759B9; }

 span { border-color: rgb(119,89,185); }

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