#7D51BF

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

Shades of Blue Marguerite #7D51BF

Tints of Blue Marguerite #7D51BF

Color information

#7D51BF (or 0x7D51BF) is unknown color: approx Blue Marguerite. HEX triplet: 7D, 51 and BF. RGB value is (125,81,191). Sum of RGB (Red+Green+Blue) = 125+81+191=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #7D51BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D51BF is #82AE40. Grayscale: #6A6A6A. Windows color (decimal): -8564289 or 12538237. OLE color: 12538237.

HSL color Cylindrical-coordinate representation of color #7D51BF: hue angle of 264º 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 #7D51BF is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12581191-
CMYK0.350.5800.25
HSL264º46.22%53.33%-
HSV(B)264º57.59%74.9%-
XYZ20.814.0150.9-
YUV106.7175.58141.06-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.49%
GREEN value IS 81 (32.03% from 255) = 20.40%
BLUE value IS 191 (75% from 255) = 48.11%
R=31.49%
G=20.40%
B=48.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal125811910.350.5800.2526446.2253.33
Hex7D51BF233A0191082e35
Octal17512127743720314105665
Binary1111101101000110111111100011111010011001100001000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D51BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D51BF; }

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

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

<style>
 a { background-color: #7D51BF; }

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

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

<style>
 span { border-color: #7D51BF; }

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

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