#7D5DB4

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

Shades of Blue Marguerite #7D5DB4

Tints of Blue Marguerite #7D5DB4

Color information

#7D5DB4 (or 0x7D5DB4) is unknown color: approx Blue Marguerite. HEX triplet: 7D, 5D and B4. RGB value is (125,93,180). Sum of RGB (Red+Green+Blue) = 125+93+180=398 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.41% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 180 (70.70% from 255 or 45.23% from 398); Max value from RGB is 180 - color contains mainly: blue. Hex color #7D5DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D5DB4 is #82A24B. Grayscale: #707070. Windows color (decimal): -8561228 or 11820413. OLE color: 11820413.

HSL color Cylindrical-coordinate representation of color #7D5DB4: hue angle of 262.07º 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 #7D5DB4 is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12593180-
CMYK0.310.4800.29
HSL262.07º36.71%53.53%-
HSV(B)262.07º48.33%70.59%-
XYZ20.6115.4845.08-
YUV112.49166.1136.93-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.41%
GREEN value IS 93 (36.72% from 255) = 23.37%
BLUE value IS 180 (70.70% from 255) = 45.23%
R=31.41%
G=23.37%
B=45.23%

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
Decimal125931800.310.4800.29262.0736.7153.53
Hex7D5DB41F3001D1062536
Octal17513526437600354064566
Binary111110110111011011010011111110000011101100000110100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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