#764FB9

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

Shades of Blue Marguerite #764FB9

Tints of Blue Marguerite #764FB9

Color information

#764FB9 (or 0x764FB9) is unknown color: approx Blue Marguerite. HEX triplet: 76, 4F and B9. RGB value is (118,79,185). Sum of RGB (Red+Green+Blue) = 118+79+185=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 79 (31.25% from 255 or 20.68% from 382); Blue value is 185 (72.66% from 255 or 48.43% from 382); Max value from RGB is 185 - color contains mainly: blue. Hex color #764FB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764FB9 is #89B046. Grayscale: #666666. Windows color (decimal): -9023559 or 12144502. OLE color: 12144502.

HSL color Cylindrical-coordinate representation of color #764FB9: hue angle of 262.08º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #764FB9 is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11879185-
CMYK0.360.5700.27
HSL262.08º43.09%51.76%-
HSV(B)262.08º57.3%72.55%-
XYZ19.0212.9547.4-
YUV102.74174.42138.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.89%
GREEN value IS 79 (31.25% from 255) = 20.68%
BLUE value IS 185 (72.66% from 255) = 48.43%
R=30.89%
G=20.68%
B=48.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal118791850.360.5700.27262.0843.0951.76
Hex764FB9243901B1062b34
Octal16611727144710334065364
Binary1110110100111110111001100100111001011011100000110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,79,185); }

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

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

 a { background-color: rgb(118,79,185); }

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

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

 span { border-color: rgb(118,79,185); }

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