Html Css Color HEX #764FBD Blue Marguerite

📋 copy color: '#764FBD'

red 118 ◦ green 79 ◦ blue 189

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

Shades of Blue Marguerite #764FBD

Tints of Blue Marguerite #764FBD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.47%

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

R = 30.57%
G = 20.47%
B = 48.96%

CMYK

 C value IS 0.38

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#764FBD (or 0x764FBD) is known color: Blue Marguerite. HEX triplet: 76, 4F and BD. RGB value is (118,79,189). Sum of RGB (Red+Green+Blue) = 118+79+189=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 79 (31.25% from 255 or 20.47% from 386); Blue value is 189 (74.22% from 255 or 48.96% from 386); Max value from RGB is 189 - color contains mainly: blue. Hex color #764FBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764FBD is #89B042. Grayscale: #666666. Windows color (decimal): -9023555 or 12406646. OLE color: 12406646.

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

Color convert

RGB 118 79 189 -
CMYK 0.38 0.58 0 0.26
HSL 261.27º 0.45% 0.53% -
HSV(B) 261.27º 0.58% 0.74% -
XYZ 19.45 13.12 49.65 -
YUV 103.2 176.42 138.56 -
System Red Green Blue C M Y K H S L
Decimal 118 79 189 0.38 0.58 0 0.26 261.27 0.45 0.53
Hex 76 4F BD 26 3A 0 1A 105 2D 35
Octal 166 117 275 46 72 0 32 405 55 65
Binary 1110110 1001111 10111101 100110 111010 0 11010 100000101 101101 110101

Color Harmonies of #764FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764FBD

Black with #764FBD

Text Example


Text Example

White with #764FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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