Html Css Color HEX #775DB1 Blue Marguerite

📋 copy color: '#775DB1'

red 119 ◦ green 93 ◦ blue 177

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

Shades of Blue Marguerite #775DB1

Tints of Blue Marguerite #775DB1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.91%

 BLUE value IS 177 (69.53% from 255) = 45.5%

R = 30.59%
G = 23.91%
B = 45.5%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#775DB1 (or 0x775DB1) is known color: Blue Marguerite. HEX triplet: 77, 5D and B1. RGB value is (119,93,177). Sum of RGB (Red+Green+Blue) = 119+93+177=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 93 (36.72% from 255 or 23.91% from 389); Blue value is 177 (69.53% from 255 or 45.50% from 389); Max value from RGB is 177 - color contains mainly: blue. Hex color #775DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775DB1 is #88A24E. Grayscale: #6E6E6E. Windows color (decimal): -8954447 or 11623799. OLE color: 11623799.

HSL color Cylindrical-coordinate representation of color #775DB1: hue angle of 258.57º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #775DB1 is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 119 93 177 -
CMYK 0.33 0.47 0 0.31
HSL 258.57º 0.35% 0.53% -
HSV(B) 258.57º 0.47% 0.69% -
XYZ 19.46 14.92 43.45 -
YUV 110.35 165.61 134.17 -
System Red Green Blue C M Y K H S L
Decimal 119 93 177 0.33 0.47 0 0.31 258.57 0.35 0.53
Hex 77 5D B1 21 2F 0 1F 103 23 35
Octal 167 135 261 41 57 0 37 403 43 65
Binary 1110111 1011101 10110001 100001 101111 0 11111 100000011 100011 110101

Color Harmonies of #775DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775DB1

Black with #775DB1

Text Example


Text Example

White with #775DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,93,177); }

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

background-color css

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

 a { background-color: rgb(119,93,177); }

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

border-color css

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

 span { border-color: rgb(119,93,177); }

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