Html Css Color HEX #775DBD Blue Marguerite

📋 copy color: '#775DBD'

red 119 ◦ green 93 ◦ blue 189

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

Shades of Blue Marguerite #775DBD

Tints of Blue Marguerite #775DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.13%

R = 29.68%
G = 23.19%
B = 47.13%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#775DBD (or 0x775DBD) is known color: Blue Marguerite. HEX triplet: 77, 5D and BD. RGB value is (119,93,189). Sum of RGB (Red+Green+Blue) = 119+93+189=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #775DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775DBD is #88A242. Grayscale: #6F6F6F. Windows color (decimal): -8954435 or 12410231. OLE color: 12410231.

HSL color Cylindrical-coordinate representation of color #775DBD: hue angle of 256.25º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #775DBD is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 93 189 -
CMYK 0.37 0.51 0 0.26
HSL 256.25º 0.42% 0.55% -
HSV(B) 256.25º 0.51% 0.74% -
XYZ 20.71 15.42 50.03 -
YUV 111.72 171.61 133.19 -
System Red Green Blue C M Y K H S L
Decimal 119 93 189 0.37 0.51 0 0.26 256.25 0.42 0.55
Hex 77 5D BD 25 33 0 1A 100 2A 37
Octal 167 135 275 45 63 0 32 400 52 67
Binary 1110111 1011101 10111101 100101 110011 0 11010 100000000 101010 110111

Color Harmonies of #775DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775DBD

Black with #775DBD

Text Example


Text Example

White with #775DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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