#764DBC

Color #764DBC Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #764DBC

Tints of Blue Marguerite #764DBC

Color information

#764DBC (or 0x764DBC) is unknown color: approx 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

RGB11877188-
CMYK0.370.5900.26
HSL262.16º45.31%51.96%-
HSV(B)262.16º59.04%73.73%-
XYZ19.212.7949.03-
YUV101.91176.58139.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.81%
GREEN value IS 77 (30.47% from 255) = 20.10%
BLUE value IS 188 (73.83% from 255) = 49.09%
R=30.81%
G=20.10%
B=49.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal118771880.370.5900.26262.1645.3151.96
Hex764DBC253B01A1062d34
Octal16611527445730324065564
Binary1110110100110110111100100101111011011010100000110101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>