Html Css Color HEX #775FB9 Blue Marguerite

📋 copy color: '#775FB9'

red 119 ◦ green 95 ◦ blue 185

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

Shades of Blue Marguerite #775FB9

Tints of Blue Marguerite #775FB9

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.81%

 BLUE value IS 185 (72.66% from 255) = 46.37%

R = 29.82%
G = 23.81%
B = 46.37%

CMYK

 C value IS 0.36

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#775FB9 (or 0x775FB9) is known color: Blue Marguerite. HEX triplet: 77, 5F and B9. RGB value is (119,95,185). Sum of RGB (Red+Green+Blue) = 119+95+185=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 185 (72.66% from 255 or 46.37% from 399); Max value from RGB is 185 - color contains mainly: blue. Hex color #775FB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775FB9 is #88A046. Grayscale: #707070. Windows color (decimal): -8953927 or 12148599. OLE color: 12148599.

HSL color Cylindrical-coordinate representation of color #775FB9: hue angle of 256º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #775FB9 is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 119 95 185 -
CMYK 0.36 0.49 0 0.27
HSL 256º 0.39% 0.55% -
HSV(B) 256º 0.49% 0.73% -
XYZ 20.46 15.61 47.83 -
YUV 112.44 168.95 132.68 -
System Red Green Blue C M Y K H S L
Decimal 119 95 185 0.36 0.49 0 0.27 256 0.39 0.55
Hex 77 5F B9 24 31 0 1B 100 27 37
Octal 167 137 271 44 61 0 33 400 47 67
Binary 1110111 1011111 10111001 100100 110001 0 11011 100000000 100111 110111

Color Harmonies of #775FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775FB9

Black with #775FB9

Text Example


Text Example

White with #775FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,95,185); }

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

background-color css

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

 a { background-color: rgb(119,95,185); }

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

border-color css

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

 span { border-color: rgb(119,95,185); }

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