Html Css Color HEX #775AB0 Blue Marguerite

📋 copy color: '#775AB0'

red 119 ◦ green 90 ◦ blue 176

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

Shades of Blue Marguerite #775AB0

Tints of Blue Marguerite #775AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 45.71%

R = 30.91%
G = 23.38%
B = 45.71%

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

#775AB0 (or 0x775AB0) is known color: Blue Marguerite. HEX triplet: 77, 5A and B0. RGB value is (119,90,176). Sum of RGB (Red+Green+Blue) = 119+90+176=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 176 (69.14% from 255 or 45.71% from 385); Max value from RGB is 176 - color contains mainly: blue. Hex color #775AB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775AB0 is #88A54F. Grayscale: #6C6C6C. Windows color (decimal): -8955216 or 11557495. OLE color: 11557495.

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

Color convert

RGB 119 90 176 -
CMYK 0.32 0.49 0 0.31
HSL 260.23º 0.35% 0.52% -
HSV(B) 260.23º 0.49% 0.69% -
XYZ 19.1 14.37 42.84 -
YUV 108.48 166.11 135.51 -
System Red Green Blue C M Y K H S L
Decimal 119 90 176 0.32 0.49 0 0.31 260.23 0.35 0.52
Hex 77 5A B0 20 31 0 1F 104 23 34
Octal 167 132 260 40 61 0 37 404 43 64
Binary 1110111 1011010 10110000 100000 110001 0 11111 100000100 100011 110100

Color Harmonies of #775AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775AB0

Black with #775AB0

Text Example


Text Example

White with #775AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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