Html Css Color HEX #775AAB Blue Marguerite

📋 copy color: '#775AAB'

red 119 ◦ green 90 ◦ blue 171

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

Shades of Blue Marguerite #775AAB

Tints of Blue Marguerite #775AAB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.68%

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

R = 31.32%
G = 23.68%
B = 45%

CMYK

 C value IS 0.30

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#775AAB (or 0x775AAB) is known color: Blue Marguerite. HEX triplet: 77, 5A and AB. RGB value is (119,90,171). Sum of RGB (Red+Green+Blue) = 119+90+171=380 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.32% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #775AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775AAB is #88A554. Grayscale: #6B6B6B. Windows color (decimal): -8955221 or 11229815. OLE color: 11229815.

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

Color convert

RGB 119 90 171 -
CMYK 0.30 0.47 0 0.33
HSL 261.48º 0.33% 0.51% -
HSV(B) 261.48º 0.47% 0.67% -
XYZ 18.61 14.17 40.28 -
YUV 107.91 163.61 135.91 -
System Red Green Blue C M Y K H S L
Decimal 119 90 171 0.30 0.47 0 0.33 261.48 0.33 0.51
Hex 77 5A AB 1E 2F 0 21 105 21 33
Octal 167 132 253 36 57 0 41 405 41 63
Binary 1110111 1011010 10101011 11110 101111 0 100001 100000101 100001 110011

Color Harmonies of #775AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775AAB

Black with #775AAB

Text Example


Text Example

White with #775AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775AAB; }

 p { color: rgb(119,90,171); }

 H1.HeaderClassName
 {
   color: #775AAB;
 }
 .AnyTagClassName
 {
   color: #775AAB;
 }
</style>

background-color css

<style>
 a { background-color: #775AAB; }

 a { background-color: rgb(119,90,171); }

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

border-color css

<style>
 span { border-color: #775AAB; }

 span { border-color: rgb(119,90,171); }

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