Html Css Color HEX #7659AD Blue Marguerite

📋 copy color: '#7659AD'

red 118 ◦ green 89 ◦ blue 173

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

Shades of Blue Marguerite #7659AD

Tints of Blue Marguerite #7659AD

RGB

 RED value IS 118 (46.48% from 255) = 31.05%

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

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

R = 31.05%
G = 23.42%
B = 45.53%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7659AD (or 0x7659AD) is known color: Blue Marguerite. HEX triplet: 76, 59 and AD. RGB value is (118,89,173). Sum of RGB (Red+Green+Blue) = 118+89+173=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 173 - color contains mainly: blue. Hex color #7659AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7659AD is #89A652. Grayscale: #6A6A6A. Windows color (decimal): -9021011 or 11360630. OLE color: 11360630.

HSL color Cylindrical-coordinate representation of color #7659AD: hue angle of 260.71º 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 #7659AD is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 89 173 -
CMYK 0.32 0.49 0 0.32
HSL 260.71º 0.34% 0.51% -
HSV(B) 260.71º 0.49% 0.68% -
XYZ 18.59 14.01 41.26 -
YUV 107.25 165.11 135.67 -
System Red Green Blue C M Y K H S L
Decimal 118 89 173 0.32 0.49 0 0.32 260.71 0.34 0.51
Hex 76 59 AD 20 31 0 20 105 22 33
Octal 166 131 255 40 61 0 40 405 42 63
Binary 1110110 1011001 10101101 100000 110001 0 100000 100000101 100010 110011

Color Harmonies of #7659AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7659AD

Black with #7659AD

Text Example


Text Example

White with #7659AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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