Shades of Blue Marguerite #715DB3
Tints of Blue Marguerite #715DB3
RGB
CMYK
RGB Variations
Color information
#715DB3 (or 0x715DB3) is known color: Blue Marguerite. HEX triplet: 71, 5D and B3. RGB value is (113,93,179). Sum of RGB (Red+Green+Blue) = 113+93+179=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 179 (70.31% from 255 or 46.49% from 385); Max value from RGB is 179 - color contains mainly: blue. Hex color #715DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715DB3 is #8EA24C. Grayscale: #6C6C6C. Windows color (decimal): -9347661 or 11754865. OLE color: 11754865.
HSL color Cylindrical-coordinate representation of color #715DB3: hue angle of 253.95º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #715DB3 is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 113 | 93 | 179 | - |
| CMYK | 0.37 | 0.48 | 0 | 0.30 |
| HSL | 253.95º | 0.36% | 0.53% | - |
| HSV(B) | 253.95º | 0.48% | 0.7% | - |
| XYZ | 18.86 | 14.59 | 44.47 | - |
| YUV | 108.78 | 167.63 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 93 | 179 | 0.37 | 0.48 | 0 | 0.30 | 253.95 | 0.36 | 0.53 |
| Hex | 71 | 5D | B3 | 25 | 30 | 0 | 1E | FE | 24 | 35 |
| Octal | 161 | 135 | 263 | 45 | 60 | 0 | 36 | 376 | 44 | 65 |
| Binary | 1110001 | 1011101 | 10110011 | 100101 | 110000 | 0 | 11110 | 11111110 | 100100 | 110101 |
Color Harmonies of #715DB3
Complementary color
Monochromatic Colors of #715DB3
Black with #715DB3
Text Example
Text Example
White with #715DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715DB3; }
p { color: rgb(113,93,179); }
H1.HeaderClassName
{
color: #715DB3;
}
.AnyTagClassName
{
color: #715DB3;
}
</style>
background-color css
<style>
a { background-color: #715DB3; }
a { background-color: rgb(113,93,179); }
div.DivClassName
{
background-color: #715DB3;
}
.BgClassName
{
background-color: #715DB3;
}
</style>
border-color css
<style>
span { border-color: #715DB3; }
span { border-color: rgb(113,93,179); }
td.TdClassName
{
border-color: #715DB3;
}
.TagClassName
{
border-color: #715DB3;
}
</style>