Shades of Blue Marguerite #7D5DB5
Tints of Blue Marguerite #7D5DB5
RGB
CMYK
RGB Variations
Color information
#7D5DB5 (or 0x7D5DB5) is known color: Blue Marguerite. HEX triplet: 7D, 5D and B5. RGB value is (125,93,181). Sum of RGB (Red+Green+Blue) = 125+93+181=399 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.33% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 181 (71.09% from 255 or 45.36% from 399); Max value from RGB is 181 - color contains mainly: blue. Hex color #7D5DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D5DB5 is #82A24A. Grayscale: #707070. Windows color (decimal): -8561227 or 11885949. OLE color: 11885949.
HSL color Cylindrical-coordinate representation of color #7D5DB5: hue angle of 261.82º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7D5DB5 is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 93 | 181 | - |
| CMYK | 0.31 | 0.49 | 0 | 0.29 |
| HSL | 261.82º | 0.37% | 0.54% | - |
| HSV(B) | 261.82º | 0.49% | 0.71% | - |
| XYZ | 20.71 | 15.52 | 45.62 | - |
| YUV | 112.6 | 166.6 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 93 | 181 | 0.31 | 0.49 | 0 | 0.29 | 261.82 | 0.37 | 0.54 |
| Hex | 7D | 5D | B5 | 1F | 31 | 0 | 1D | 106 | 25 | 36 |
| Octal | 175 | 135 | 265 | 37 | 61 | 0 | 35 | 406 | 45 | 66 |
| Binary | 1111101 | 1011101 | 10110101 | 11111 | 110001 | 0 | 11101 | 100000110 | 100101 | 110110 |
Color Harmonies of #7D5DB5
Complementary color
Monochromatic Colors of #7D5DB5
Black with #7D5DB5
Text Example
Text Example
White with #7D5DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5DB5; }
p { color: rgb(125,93,181); }
H1.HeaderClassName
{
color: #7D5DB5;
}
.AnyTagClassName
{
color: #7D5DB5;
}
</style>
background-color css
<style>
a { background-color: #7D5DB5; }
a { background-color: rgb(125,93,181); }
div.DivClassName
{
background-color: #7D5DB5;
}
.BgClassName
{
background-color: #7D5DB5;
}
</style>
border-color css
<style>
span { border-color: #7D5DB5; }
span { border-color: rgb(125,93,181); }
td.TdClassName
{
border-color: #7D5DB5;
}
.TagClassName
{
border-color: #7D5DB5;
}
</style>