Html Css Color HEX #775EBC Blue Marguerite

📋 copy color: '#775EBC'

red 119 ◦ green 94 ◦ blue 188

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

Shades of Blue Marguerite #775EBC

Tints of Blue Marguerite #775EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.88%

R = 29.68%
G = 23.44%
B = 46.88%

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

#775EBC (or 0x775EBC) is known color: Blue Marguerite. HEX triplet: 77, 5E and BC. RGB value is (119,94,188). Sum of RGB (Red+Green+Blue) = 119+94+188=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #775EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775EBC is #88A143. Grayscale: #6F6F6F. Windows color (decimal): -8954180 or 12344951. OLE color: 12344951.

HSL color Cylindrical-coordinate representation of color #775EBC: hue angle of 255.96º degrees, saturation: 0.41, 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 #775EBC is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 94 188 -
CMYK 0.37 0.50 0 0.26
HSL 255.96º 0.41% 0.55% -
HSV(B) 255.96º 0.5% 0.74% -
XYZ 20.69 15.56 49.49 -
YUV 112.19 170.78 132.86 -
System Red Green Blue C M Y K H S L
Decimal 119 94 188 0.37 0.50 0 0.26 255.96 0.41 0.55
Hex 77 5E BC 25 32 0 1A 100 29 37
Octal 167 136 274 45 62 0 32 400 51 67
Binary 1110111 1011110 10111100 100101 110010 0 11010 100000000 101001 110111

Color Harmonies of #775EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775EBC

Black with #775EBC

Text Example


Text Example

White with #775EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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