#7751BF

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

Shades of Blue Marguerite #7751BF

Tints of Blue Marguerite #7751BF

Color information

#7751BF (or 0x7751BF) is unknown color: approx Blue Marguerite. HEX triplet: 77, 51 and BF. RGB value is (119,81,191). Sum of RGB (Red+Green+Blue) = 119+81+191=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #7751BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7751BF is #88AE40. Grayscale: #686868. Windows color (decimal): -8957505 or 12538231. OLE color: 12538231.

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

Color convert

RGB11981191-
CMYK0.380.5800.25
HSL260.73º46.22%53.33%-
HSV(B)260.73º57.59%74.9%-
XYZ19.9513.5750.86-
YUV104.9176.59138.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.43%
GREEN value IS 81 (32.03% from 255) = 20.72%
BLUE value IS 191 (75% from 255) = 48.85%
R=30.43%
G=20.72%
B=48.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal119811910.380.5800.25260.7346.2253.33
Hex7751BF263A0191052e35
Octal16712127746720314055665
Binary1110111101000110111111100110111010011001100000101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7751BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7751BF; }

 p { color: rgb(119,81,191); }

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

<style>
 a { background-color: #7751BF; }

 a { background-color: rgb(119,81,191); }

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

<style>
 span { border-color: #7751BF; }

 span { border-color: rgb(119,81,191); }

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