Html Css Color HEX #764DBF Blue Marguerite

📋 copy color: '#764DBF'

red 118 ◦ green 77 ◦ blue 191

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

Shades of Blue Marguerite #764DBF

Tints of Blue Marguerite #764DBF

RGB

 RED value IS 118 (46.48% from 255) = 30.57%

 GREEN value IS 77 (30.47% from 255) = 19.95%

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

R = 30.57%
G = 19.95%
B = 49.48%

CMYK

 C value IS 0.38

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#764DBF (or 0x764DBF) is known color: Blue Marguerite. HEX triplet: 76, 4D and BF. RGB value is (118,77,191). Sum of RGB (Red+Green+Blue) = 118+77+191=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 191 - color contains mainly: blue. Hex color #764DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764DBF is #89B240. Grayscale: #656565. Windows color (decimal): -9024065 or 12537206. OLE color: 12537206.

HSL color Cylindrical-coordinate representation of color #764DBF: hue angle of 261.58º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #764DBF is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 77 191 -
CMYK 0.38 0.60 0 0.25
HSL 261.58º 0.47% 0.53% -
HSV(B) 261.58º 0.6% 0.75% -
XYZ 19.53 12.92 50.75 -
YUV 102.26 178.08 139.23 -
System Red Green Blue C M Y K H S L
Decimal 118 77 191 0.38 0.60 0 0.25 261.58 0.47 0.53
Hex 76 4D BF 26 3C 0 19 106 2F 35
Octal 166 115 277 46 74 0 31 406 57 65
Binary 1110110 1001101 10111111 100110 111100 0 11001 100000110 101111 110101

Color Harmonies of #764DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764DBF

Black with #764DBF

Text Example


Text Example

White with #764DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,77,191); }

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

background-color css

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

 a { background-color: rgb(118,77,191); }

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

border-color css

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

 span { border-color: rgb(118,77,191); }

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