Html Css Color HEX #764DBC Blue Marguerite

📋 copy color: '#764DBC'

red 118 ◦ green 77 ◦ blue 188

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

Shades of Blue Marguerite #764DBC

Tints of Blue Marguerite #764DBC

RGB

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

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

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

R = 30.81%
G = 20.1%
B = 49.09%

CMYK

 C value IS 0.37

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#764DBC (or 0x764DBC) is known color: Blue Marguerite. HEX triplet: 76, 4D and BC. RGB value is (118,77,188). Sum of RGB (Red+Green+Blue) = 118+77+188=383 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.81% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #764DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764DBC is #89B243. Grayscale: #656565. Windows color (decimal): -9024068 or 12340598. OLE color: 12340598.

HSL color Cylindrical-coordinate representation of color #764DBC: hue angle of 262.16º degrees, saturation: 0.45, 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 #764DBC is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 77 188 -
CMYK 0.37 0.59 0 0.26
HSL 262.16º 0.45% 0.52% -
HSV(B) 262.16º 0.59% 0.74% -
XYZ 19.2 12.79 49.03 -
YUV 101.91 176.58 139.47 -
System Red Green Blue C M Y K H S L
Decimal 118 77 188 0.37 0.59 0 0.26 262.16 0.45 0.52
Hex 76 4D BC 25 3B 0 1A 106 2D 34
Octal 166 115 274 45 73 0 32 406 55 64
Binary 1110110 1001101 10111100 100101 111011 0 11010 100000110 101101 110100

Color Harmonies of #764DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764DBC

Black with #764DBC

Text Example


Text Example

White with #764DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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