Shades of Blue Marguerite #715AB9
Tints of Blue Marguerite #715AB9
RGB
CMYK
RGB Variations
Color information
#715AB9 (or 0x715AB9) is known color: Blue Marguerite. HEX triplet: 71, 5A and B9. RGB value is (113,90,185). Sum of RGB (Red+Green+Blue) = 113+90+185=388 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.12% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 185 (72.66% from 255 or 47.68% from 388); Max value from RGB is 185 - color contains mainly: blue. Hex color #715AB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715AB9 is #8EA546. Grayscale: #6B6B6B. Windows color (decimal): -9348423 or 12147313. OLE color: 12147313.
HSL color Cylindrical-coordinate representation of color #715AB9: hue angle of 254.53º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #715AB9 is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 90 | 185 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.27 |
| HSL | 254.53º | 0.4% | 0.54% | - |
| HSV(B) | 254.53º | 0.51% | 0.73% | - |
| XYZ | 19.22 | 14.33 | 47.65 | - |
| YUV | 107.71 | 171.62 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 90 | 185 | 0.39 | 0.51 | 0 | 0.27 | 254.53 | 0.4 | 0.54 |
| Hex | 71 | 5A | B9 | 27 | 33 | 0 | 1B | FF | 28 | 36 |
| Octal | 161 | 132 | 271 | 47 | 63 | 0 | 33 | 377 | 50 | 66 |
| Binary | 1110001 | 1011010 | 10111001 | 100111 | 110011 | 0 | 11011 | 11111111 | 101000 | 110110 |
Color Harmonies of #715AB9
Complementary color
Monochromatic Colors of #715AB9
Black with #715AB9
Text Example
Text Example
White with #715AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715AB9; }
p { color: rgb(113,90,185); }
H1.HeaderClassName
{
color: #715AB9;
}
.AnyTagClassName
{
color: #715AB9;
}
</style>
background-color css
<style>
a { background-color: #715AB9; }
a { background-color: rgb(113,90,185); }
div.DivClassName
{
background-color: #715AB9;
}
.BgClassName
{
background-color: #715AB9;
}
</style>
border-color css
<style>
span { border-color: #715AB9; }
span { border-color: rgb(113,90,185); }
td.TdClassName
{
border-color: #715AB9;
}
.TagClassName
{
border-color: #715AB9;
}
</style>