#764ebe

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

Shades of Blue Marguerite #764EBE

Tints of Blue Marguerite #764EBE

Color information

#764EBE (or 0x764EBE) is unknown color: approx Blue Marguerite. HEX triplet: 76, 4E and BE. RGB value is (118,78,190). Sum of RGB (Red+Green+Blue) = 118+78+190=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 78 (30.86% from 255 or 20.21% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #764EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764EBE is #89B141. Grayscale: #666666. Windows color (decimal): -9023810 or 12471926. OLE color: 12471926.

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

Color convert

RGB11878190-
CMYK0.380.5900.25
HSL261.43º46.28%52.55%-
HSV(B)261.43º58.95%74.51%-
XYZ19.4913.0250.2-
YUV102.73177.25138.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.57%
GREEN value IS 78 (30.86% from 255) = 20.21%
BLUE value IS 190 (74.61% from 255) = 49.22%
R=30.57%
G=20.21%
B=49.22%

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
Decimal118781900.380.5900.25261.4346.2852.55
Hex764EBE263B0191052e35
Octal16611627646730314055665
Binary1110110100111010111110100110111011011001100000101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764ebe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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