Html Css Color HEX #7759AD Blue Marguerite

📋 copy color: '#7759AD'

red 119 ◦ green 89 ◦ blue 173

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

Shades of Blue Marguerite #7759AD

Tints of Blue Marguerite #7759AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.41%

R = 31.23%
G = 23.36%
B = 45.41%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7759AD (or 0x7759AD) is known color: Blue Marguerite. HEX triplet: 77, 59 and AD. RGB value is (119,89,173). Sum of RGB (Red+Green+Blue) = 119+89+173=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #7759AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7759AD is #88A652. Grayscale: #6B6B6B. Windows color (decimal): -8955475 or 11360631. OLE color: 11360631.

HSL color Cylindrical-coordinate representation of color #7759AD: hue angle of 261.43º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7759AD is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 119 89 173 -
CMYK 0.31 0.49 0 0.32
HSL 261.43º 0.34% 0.51% -
HSV(B) 261.43º 0.49% 0.68% -
XYZ 18.72 14.08 41.27 -
YUV 107.55 164.94 136.17 -
System Red Green Blue C M Y K H S L
Decimal 119 89 173 0.31 0.49 0 0.32 261.43 0.34 0.51
Hex 77 59 AD 1F 31 0 20 105 22 33
Octal 167 131 255 37 61 0 40 405 42 63
Binary 1110111 1011001 10101101 11111 110001 0 100000 100000101 100010 110011

Color Harmonies of #7759AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7759AD

Black with #7759AD

Text Example


Text Example

White with #7759AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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