Html Css Color HEX #7659AB Blue Marguerite

📋 copy color: '#7659AB'

red 118 ◦ green 89 ◦ blue 171

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

Shades of Blue Marguerite #7659AB

Tints of Blue Marguerite #7659AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.24%

R = 31.22%
G = 23.54%
B = 45.24%

CMYK

 C value IS 0.31

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7659AB (or 0x7659AB) is known color: Blue Marguerite. HEX triplet: 76, 59 and AB. RGB value is (118,89,171). Sum of RGB (Red+Green+Blue) = 118+89+171=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #7659AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7659AB is #89A654. Grayscale: #6A6A6A. Windows color (decimal): -9021013 or 11229558. OLE color: 11229558.

HSL color Cylindrical-coordinate representation of color #7659AB: hue angle of 261.22º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7659AB is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 89 171 -
CMYK 0.31 0.48 0 0.33
HSL 261.22º 0.33% 0.51% -
HSV(B) 261.22º 0.48% 0.67% -
XYZ 18.39 13.94 40.25 -
YUV 107.02 164.11 135.83 -
System Red Green Blue C M Y K H S L
Decimal 118 89 171 0.31 0.48 0 0.33 261.22 0.33 0.51
Hex 76 59 AB 1F 30 0 21 105 21 33
Octal 166 131 253 37 60 0 41 405 41 63
Binary 1110110 1011001 10101011 11111 110000 0 100001 100000101 100001 110011

Color Harmonies of #7659AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7659AB

Black with #7659AB

Text Example


Text Example

White with #7659AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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