#7D58BF

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

Shades of Blue Marguerite #7D58BF

Tints of Blue Marguerite #7D58BF

Color information

#7D58BF (or 0x7D58BF) is unknown color: approx Blue Marguerite. HEX triplet: 7D, 58 and BF. RGB value is (125,88,191). Sum of RGB (Red+Green+Blue) = 125+88+191=404 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.94% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #7D58BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D58BF is #82A740. Grayscale: #6E6E6E. Windows color (decimal): -8562497 or 12540029. OLE color: 12540029.

HSL color Cylindrical-coordinate representation of color #7D58BF: hue angle of 261.55º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7D58BF is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12588191-
CMYK0.350.5400.25
HSL261.55º44.59%54.71%-
HSV(B)261.55º53.93%74.9%-
XYZ21.3515.151.08-
YUV110.8173.26138.12-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.94%
GREEN value IS 88 (34.77% from 255) = 21.78%
BLUE value IS 191 (75% from 255) = 47.28%
R=30.94%
G=21.78%
B=47.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal125881910.350.5400.25261.5544.5954.71
Hex7D58BF23360191062d37
Octal17513027743660314065567
Binary1111101101100010111111100011110110011001100000110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D58BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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