#7D5DBA

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

Shades of Blue Marguerite #7D5DBA

Tints of Blue Marguerite #7D5DBA

Color information

#7D5DBA (or 0x7D5DBA) is unknown color: approx Blue Marguerite. HEX triplet: 7D, 5D and BA. RGB value is (125,93,186). Sum of RGB (Red+Green+Blue) = 125+93+186=404 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.94% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #7D5DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D5DBA is #82A245. Grayscale: #707070. Windows color (decimal): -8561222 or 12213629. OLE color: 12213629.

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

Color convert

RGB12593186-
CMYK0.330.500.27
HSL260.65º40.26%54.71%-
HSV(B)260.65º50%72.94%-
XYZ21.2315.7348.37-
YUV113.17169.1136.44-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.94%
GREEN value IS 93 (36.72% from 255) = 23.02%
BLUE value IS 186 (73.05% from 255) = 46.04%
R=30.94%
G=23.02%
B=46.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal125931860.330.500.27260.6540.2654.71
Hex7D5DBA213201B1052837
Octal17513527241620334055067
Binary1111101101110110111010100001110010011011100000101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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