#764FBB

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

Shades of Blue Marguerite #764FBB

Tints of Blue Marguerite #764FBB

Color information

#764FBB (or 0x764FBB) is unknown color: approx Blue Marguerite. HEX triplet: 76, 4F and BB. RGB value is (118,79,187). Sum of RGB (Red+Green+Blue) = 118+79+187=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 79 (31.25% from 255 or 20.57% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #764FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764FBB is #89B044. Grayscale: #666666. Windows color (decimal): -9023557 or 12275574. OLE color: 12275574.

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

Color convert

RGB11879187-
CMYK0.370.5800.27
HSL261.67º44.26%52.16%-
HSV(B)261.67º57.75%73.33%-
XYZ19.2413.0348.52-
YUV102.97175.42138.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.73%
GREEN value IS 79 (31.25% from 255) = 20.57%
BLUE value IS 187 (73.44% from 255) = 48.70%
R=30.73%
G=20.57%
B=48.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal118791870.370.5800.27261.6744.2652.16
Hex764FBB253A01B1062c34
Octal16611727345720334065464
Binary1110110100111110111011100101111010011011100000110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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