Html Css Color HEX #775BAE Blue Marguerite

📋 copy color: '#775BAE'

red 119 ◦ green 91 ◦ blue 174

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

Shades of Blue Marguerite #775BAE

Tints of Blue Marguerite #775BAE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.7%

 BLUE value IS 174 (68.36% from 255) = 45.31%

R = 30.99%
G = 23.7%
B = 45.31%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#775BAE (or 0x775BAE) is known color: Blue Marguerite. HEX triplet: 77, 5B and AE. RGB value is (119,91,174). Sum of RGB (Red+Green+Blue) = 119+91+174=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 91 (35.94% from 255 or 23.70% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 174 - color contains mainly: blue. Hex color #775BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775BAE is #88A451. Grayscale: #6C6C6C. Windows color (decimal): -8954962 or 11426679. OLE color: 11426679.

HSL color Cylindrical-coordinate representation of color #775BAE: hue angle of 260.24º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #775BAE is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 119 91 174 -
CMYK 0.32 0.48 0 0.32
HSL 260.24º 0.34% 0.52% -
HSV(B) 260.24º 0.48% 0.68% -
XYZ 18.99 14.46 41.83 -
YUV 108.83 164.78 135.25 -
System Red Green Blue C M Y K H S L
Decimal 119 91 174 0.32 0.48 0 0.32 260.24 0.34 0.52
Hex 77 5B AE 20 30 0 20 104 22 34
Octal 167 133 256 40 60 0 40 404 42 64
Binary 1110111 1011011 10101110 100000 110000 0 100000 100000100 100010 110100

Color Harmonies of #775BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775BAE

Black with #775BAE

Text Example


Text Example

White with #775BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,91,174); }

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

background-color css

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

 a { background-color: rgb(119,91,174); }

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

border-color css

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

 span { border-color: rgb(119,91,174); }

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