Html Css Color HEX #764EBD Blue Marguerite

📋 copy color: '#764EBD'

red 118 ◦ green 78 ◦ blue 189

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

Shades of Blue Marguerite #764EBD

Tints of Blue Marguerite #764EBD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.26%

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

R = 30.65%
G = 20.26%
B = 49.09%

CMYK

 C value IS 0.38

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#764EBD (or 0x764EBD) is known color: Blue Marguerite. HEX triplet: 76, 4E and BD. RGB value is (118,78,189). Sum of RGB (Red+Green+Blue) = 118+78+189=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #764EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764EBD is #89B142. Grayscale: #666666. Windows color (decimal): -9023811 or 12406390. OLE color: 12406390.

HSL color Cylindrical-coordinate representation of color #764EBD: hue angle of 261.62º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #764EBD is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 78 189 -
CMYK 0.38 0.59 0 0.26
HSL 261.62º 0.46% 0.52% -
HSV(B) 261.62º 0.59% 0.74% -
XYZ 19.38 12.97 49.63 -
YUV 102.61 176.75 138.97 -
System Red Green Blue C M Y K H S L
Decimal 118 78 189 0.38 0.59 0 0.26 261.62 0.46 0.52
Hex 76 4E BD 26 3B 0 1A 106 2E 34
Octal 166 116 275 46 73 0 32 406 56 64
Binary 1110110 1001110 10111101 100110 111011 0 11010 100000110 101110 110100

Color Harmonies of #764EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764EBD

Black with #764EBD

Text Example


Text Example

White with #764EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,78,189); }

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

background-color css

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

 a { background-color: rgb(118,78,189); }

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

border-color css

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

 span { border-color: rgb(118,78,189); }

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