#7D5FBA

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

Shades of Blue Marguerite #7D5FBA

Tints of Blue Marguerite #7D5FBA

Color information

#7D5FBA (or 0x7D5FBA) is unknown color: approx Blue Marguerite. HEX triplet: 7D, 5F and BA. RGB value is (125,95,186). Sum of RGB (Red+Green+Blue) = 125+95+186=406 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.79% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #7D5FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D5FBA is #82A045. Grayscale: #727272. Windows color (decimal): -8560710 or 12214141. OLE color: 12214141.

HSL color Cylindrical-coordinate representation of color #7D5FBA: hue angle of 259.78º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7D5FBA is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12595186-
CMYK0.330.4900.27
HSL259.78º39.74%55.1%-
HSV(B)259.78º48.92%72.94%-
XYZ21.4116.0948.43-
YUV114.34168.44135.6-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.79%
GREEN value IS 95 (37.5% from 255) = 23.40%
BLUE value IS 186 (73.05% from 255) = 45.81%
R=30.79%
G=23.40%
B=45.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal125951860.330.4900.27259.7839.7455.1
Hex7D5FBA213101B1042837
Octal17513727241610334045067
Binary1111101101111110111010100001110001011011100000100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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