Html Css Color HEX #775DBF Blue Marguerite

📋 copy color: '#775DBF'

red 119 ◦ green 93 ◦ blue 191

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

Shades of Blue Marguerite #775DBF

Tints of Blue Marguerite #775DBF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.08%

 BLUE value IS 191 (75% from 255) = 47.39%

R = 29.53%
G = 23.08%
B = 47.39%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#775DBF (or 0x775DBF) is known color: Blue Marguerite. HEX triplet: 77, 5D and BF. RGB value is (119,93,191). Sum of RGB (Red+Green+Blue) = 119+93+191=403 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.53% from 403); Green value is 93 (36.72% from 255 or 23.08% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #775DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775DBF is #88A240. Grayscale: #6F6F6F. Windows color (decimal): -8954433 or 12541303. OLE color: 12541303.

HSL color Cylindrical-coordinate representation of color #775DBF: hue angle of 255.92º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #775DBF is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 93 191 -
CMYK 0.38 0.51 0 0.25
HSL 255.92º 0.43% 0.56% -
HSV(B) 255.92º 0.51% 0.75% -
XYZ 20.93 15.51 51.18 -
YUV 111.95 172.61 133.03 -
System Red Green Blue C M Y K H S L
Decimal 119 93 191 0.38 0.51 0 0.25 255.92 0.43 0.56
Hex 77 5D BF 26 33 0 19 100 2B 38
Octal 167 135 277 46 63 0 31 400 53 70
Binary 1110111 1011101 10111111 100110 110011 0 11001 100000000 101011 111000

Color Harmonies of #775DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775DBF

Black with #775DBF

Text Example


Text Example

White with #775DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,93,191); }

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

background-color css

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

 a { background-color: rgb(119,93,191); }

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

border-color css

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

 span { border-color: rgb(119,93,191); }

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