#764ABF

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

Shades of Blue Marguerite #764ABF

Tints of Blue Marguerite #764ABF

Color information

#764ABF (or 0x764ABF) is unknown color: approx Blue Marguerite. HEX triplet: 76, 4A and BF. RGB value is (118,74,191). Sum of RGB (Red+Green+Blue) = 118+74+191=383 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.81% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #764ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764ABF is #89B540. Grayscale: #646464. Windows color (decimal): -9024833 or 12536438. OLE color: 12536438.

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

Color convert

RGB11874191-
CMYK0.380.6100.25
HSL262.56º47.76%51.96%-
HSV(B)262.56º61.26%74.9%-
XYZ19.3212.5150.69-
YUV100.49179.08140.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.81%
GREEN value IS 74 (29.30% from 255) = 19.32%
BLUE value IS 191 (75% from 255) = 49.87%
R=30.81%
G=19.32%
B=49.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal118741910.380.6100.25262.5647.7651.96
Hex764ABF263D0191073034
Octal16611227746750314076064
Binary1110110100101010111111100110111101011001100000111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,74,191); }

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

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

 a { background-color: rgb(118,74,191); }

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

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

 span { border-color: rgb(118,74,191); }

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