#764DBE

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

Shades of Blue Marguerite #764DBE

Tints of Blue Marguerite #764DBE

Color information

#764DBE (or 0x764DBE) is unknown color: approx Blue Marguerite. HEX triplet: 76, 4D and BE. RGB value is (118,77,190). Sum of RGB (Red+Green+Blue) = 118+77+190=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #764DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764DBE is #89B241. Grayscale: #656565. Windows color (decimal): -9024066 or 12471670. OLE color: 12471670.

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

Color convert

RGB11877190-
CMYK0.380.5900.25
HSL261.77º46.5%52.35%-
HSV(B)261.77º59.47%74.51%-
XYZ19.4212.8850.18-
YUV102.14177.58139.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.65%
GREEN value IS 77 (30.47% from 255) = 20%
BLUE value IS 190 (74.61% from 255) = 49.35%
R=30.65%
G=20%
B=49.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal118771900.380.5900.25261.7746.552.35
Hex764DBE263B0191062f34
Octal16611527646730314065764
Binary1110110100110110111110100110111011011001100000110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #764DBE;
 }
 .AnyTagClassName
 {
   color: #764DBE;
 }
</style>
background-color css

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

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

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

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

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

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