Shades of Blue Marguerite #715DBB
Tints of Blue Marguerite #715DBB
RGB
CMYK
RGB Variations
Color information
#715DBB (or 0x715DBB) is known color: Blue Marguerite. HEX triplet: 71, 5D and BB. RGB value is (113,93,187). Sum of RGB (Red+Green+Blue) = 113+93+187=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #715DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715DBB is #8EA244. Grayscale: #6D6D6D. Windows color (decimal): -9347653 or 12279153. OLE color: 12279153.
HSL color Cylindrical-coordinate representation of color #715DBB: hue angle of 252.77º degrees, saturation: 0.41, 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 #715DBB is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 93 | 187 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.27 |
| HSL | 252.77º | 0.41% | 0.55% | - |
| HSV(B) | 252.77º | 0.5% | 0.73% | - |
| XYZ | 19.69 | 14.93 | 48.86 | - |
| YUV | 109.7 | 171.63 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 93 | 187 | 0.40 | 0.50 | 0 | 0.27 | 252.77 | 0.41 | 0.55 |
| Hex | 71 | 5D | BB | 28 | 32 | 0 | 1B | FD | 29 | 37 |
| Octal | 161 | 135 | 273 | 50 | 62 | 0 | 33 | 375 | 51 | 67 |
| Binary | 1110001 | 1011101 | 10111011 | 101000 | 110010 | 0 | 11011 | 11111101 | 101001 | 110111 |
Color Harmonies of #715DBB
Complementary color
Monochromatic Colors of #715DBB
Black with #715DBB
Text Example
Text Example
White with #715DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715DBB; }
p { color: rgb(113,93,187); }
H1.HeaderClassName
{
color: #715DBB;
}
.AnyTagClassName
{
color: #715DBB;
}
</style>
background-color css
<style>
a { background-color: #715DBB; }
a { background-color: rgb(113,93,187); }
div.DivClassName
{
background-color: #715DBB;
}
.BgClassName
{
background-color: #715DBB;
}
</style>
border-color css
<style>
span { border-color: #715DBB; }
span { border-color: rgb(113,93,187); }
td.TdClassName
{
border-color: #715DBB;
}
.TagClassName
{
border-color: #715DBB;
}
</style>