Html Css Color HEX #7759AF Blue Marguerite

📋 copy color: '#7759AF'

red 119 ◦ green 89 ◦ blue 175

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

Shades of Blue Marguerite #7759AF

Tints of Blue Marguerite #7759AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.69%

R = 31.07%
G = 23.24%
B = 45.69%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7759AF (or 0x7759AF) is known color: Blue Marguerite. HEX triplet: 77, 59 and AF. RGB value is (119,89,175). Sum of RGB (Red+Green+Blue) = 119+89+175=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 175 - color contains mainly: blue. Hex color #7759AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7759AF is #88A650. Grayscale: #6B6B6B. Windows color (decimal): -8955473 or 11491703. OLE color: 11491703.

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

Color convert

RGB 119 89 175 -
CMYK 0.32 0.49 0 0.31
HSL 260.93º 0.35% 0.52% -
HSV(B) 260.93º 0.49% 0.69% -
XYZ 18.92 14.16 42.29 -
YUV 107.77 165.94 136.01 -
System Red Green Blue C M Y K H S L
Decimal 119 89 175 0.32 0.49 0 0.31 260.93 0.35 0.52
Hex 77 59 AF 20 31 0 1F 105 23 34
Octal 167 131 257 40 61 0 37 405 43 64
Binary 1110111 1011001 10101111 100000 110001 0 11111 100000101 100011 110100

Color Harmonies of #7759AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7759AF

Black with #7759AF

Text Example


Text Example

White with #7759AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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