Html Css Color HEX #775EBD Blue Marguerite

📋 copy color: '#775EBD'

red 119 ◦ green 94 ◦ blue 189

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

Shades of Blue Marguerite #775EBD

Tints of Blue Marguerite #775EBD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.38%

 BLUE value IS 189 (74.22% from 255) = 47.01%

R = 29.6%
G = 23.38%
B = 47.01%

CMYK

 C value IS 0.37

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#775EBD (or 0x775EBD) is known color: Blue Marguerite. HEX triplet: 77, 5E and BD. RGB value is (119,94,189). Sum of RGB (Red+Green+Blue) = 119+94+189=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #775EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775EBD is #88A142. Grayscale: #6F6F6F. Windows color (decimal): -8954179 or 12410487. OLE color: 12410487.

HSL color Cylindrical-coordinate representation of color #775EBD: hue angle of 255.79º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #775EBD is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 94 189 -
CMYK 0.37 0.50 0 0.26
HSL 255.79º 0.42% 0.55% -
HSV(B) 255.79º 0.5% 0.74% -
XYZ 20.8 15.6 50.06 -
YUV 112.31 171.28 132.78 -
System Red Green Blue C M Y K H S L
Decimal 119 94 189 0.37 0.50 0 0.26 255.79 0.42 0.55
Hex 77 5E BD 25 32 0 1A 100 2A 37
Octal 167 136 275 45 62 0 32 400 52 67
Binary 1110111 1011110 10111101 100101 110010 0 11010 100000000 101010 110111

Color Harmonies of #775EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775EBD

Black with #775EBD

Text Example


Text Example

White with #775EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,94,189); }

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

background-color css

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

 a { background-color: rgb(119,94,189); }

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

border-color css

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

 span { border-color: rgb(119,94,189); }

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