Html Css Color HEX #775DBE Blue Marguerite

📋 copy color: '#775DBE'

red 119 ◦ green 93 ◦ blue 190

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

Shades of Blue Marguerite #775DBE

Tints of Blue Marguerite #775DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.26%

R = 29.6%
G = 23.13%
B = 47.26%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#775DBE (or 0x775DBE) is known color: Blue Marguerite. HEX triplet: 77, 5D and BE. RGB value is (119,93,190). Sum of RGB (Red+Green+Blue) = 119+93+190=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #775DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775DBE is #88A241. Grayscale: #6F6F6F. Windows color (decimal): -8954434 or 12475767. OLE color: 12475767.

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

Color convert

RGB 119 93 190 -
CMYK 0.37 0.51 0 0.25
HSL 256.08º 0.43% 0.55% -
HSV(B) 256.08º 0.51% 0.75% -
XYZ 20.82 15.47 50.6 -
YUV 111.83 172.11 133.11 -
System Red Green Blue C M Y K H S L
Decimal 119 93 190 0.37 0.51 0 0.25 256.08 0.43 0.55
Hex 77 5D BE 25 33 0 19 100 2B 37
Octal 167 135 276 45 63 0 31 400 53 67
Binary 1110111 1011101 10111110 100101 110011 0 11001 100000000 101011 110111

Color Harmonies of #775DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775DBE

Black with #775DBE

Text Example


Text Example

White with #775DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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