#7D5FB5

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

Shades of Blue Marguerite #7D5FB5

Tints of Blue Marguerite #7D5FB5

Color information

#7D5FB5 (or 0x7D5FB5) is unknown color: approx Blue Marguerite. HEX triplet: 7D, 5F and B5. RGB value is (125,95,181). Sum of RGB (Red+Green+Blue) = 125+95+181=401 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.17% from 401); Green value is 95 (37.5% from 255 or 23.69% from 401); Blue value is 181 (71.09% from 255 or 45.14% from 401); Max value from RGB is 181 - color contains mainly: blue. Hex color #7D5FB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D5FB5 is #82A04A. Grayscale: #717171. Windows color (decimal): -8560715 or 11886461. OLE color: 11886461.

HSL color Cylindrical-coordinate representation of color #7D5FB5: hue angle of 260.93º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D5FB5 is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12595181-
CMYK0.310.4800.29
HSL260.93º36.75%54.12%-
HSV(B)260.93º47.51%70.98%-
XYZ20.8915.8845.68-
YUV113.77165.94136.01-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.17%
GREEN value IS 95 (37.5% from 255) = 23.69%
BLUE value IS 181 (71.09% from 255) = 45.14%
R=31.17%
G=23.69%
B=45.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal125951810.310.4800.29260.9336.7554.12
Hex7D5FB51F3001D1052536
Octal17513726537600354054566
Binary111110110111111011010111111110000011101100000101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,95,181); }

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

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

 a { background-color: rgb(125,95,181); }

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

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

 span { border-color: rgb(125,95,181); }

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