Html Css Color HEX #764FBC Blue Marguerite

📋 copy color: '#764FBC'

red 118 ◦ green 79 ◦ blue 188

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

Shades of Blue Marguerite #764FBC

Tints of Blue Marguerite #764FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.83%

R = 30.65%
G = 20.52%
B = 48.83%

CMYK

 C value IS 0.37

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#764FBC (or 0x764FBC) is known color: Blue Marguerite. HEX triplet: 76, 4F and BC. RGB value is (118,79,188). Sum of RGB (Red+Green+Blue) = 118+79+188=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #764FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764FBC is #89B043. Grayscale: #666666. Windows color (decimal): -9023556 or 12341110. OLE color: 12341110.

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

Color convert

RGB 118 79 188 -
CMYK 0.37 0.58 0 0.26
HSL 261.47º 0.45% 0.52% -
HSV(B) 261.47º 0.58% 0.74% -
XYZ 19.34 13.07 49.08 -
YUV 103.09 175.92 138.64 -
System Red Green Blue C M Y K H S L
Decimal 118 79 188 0.37 0.58 0 0.26 261.47 0.45 0.52
Hex 76 4F BC 25 3A 0 1A 105 2D 34
Octal 166 117 274 45 72 0 32 405 55 64
Binary 1110110 1001111 10111100 100101 111010 0 11010 100000101 101101 110100

Color Harmonies of #764FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764FBC

Black with #764FBC

Text Example


Text Example

White with #764FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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