Html Css Color HEX #775FB5 Blue Marguerite

📋 copy color: '#775FB5'

red 119 ◦ green 95 ◦ blue 181

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

Shades of Blue Marguerite #775FB5

Tints of Blue Marguerite #775FB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 45.82%

R = 30.13%
G = 24.05%
B = 45.82%

CMYK

 C value IS 0.34

 M value IS 0.48

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#775FB5 (or 0x775FB5) is known color: Blue Marguerite. HEX triplet: 77, 5F and B5. RGB value is (119,95,181). Sum of RGB (Red+Green+Blue) = 119+95+181=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 181 (71.09% from 255 or 45.82% from 395); Max value from RGB is 181 - color contains mainly: blue. Hex color #775FB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775FB5 is #88A04A. Grayscale: #6F6F6F. Windows color (decimal): -8953931 or 11886455. OLE color: 11886455.

HSL color Cylindrical-coordinate representation of color #775FB5: hue angle of 256.74º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #775FB5 is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 119 95 181 -
CMYK 0.34 0.48 0 0.29
HSL 256.74º 0.37% 0.54% -
HSV(B) 256.74º 0.48% 0.71% -
XYZ 20.04 15.44 45.64 -
YUV 111.98 166.95 133.01 -
System Red Green Blue C M Y K H S L
Decimal 119 95 181 0.34 0.48 0 0.29 256.74 0.37 0.54
Hex 77 5F B5 22 30 0 1D 101 25 36
Octal 167 137 265 42 60 0 35 401 45 66
Binary 1110111 1011111 10110101 100010 110000 0 11101 100000001 100101 110110

Color Harmonies of #775FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775FB5

Black with #775FB5

Text Example


Text Example

White with #775FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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