Shades of Blue Marguerite #715CB1
Tints of Blue Marguerite #715CB1
RGB
CMYK
RGB Variations
Color information
#715CB1 (or 0x715CB1) is known color: Blue Marguerite. HEX triplet: 71, 5C and B1. RGB value is (113,92,177). Sum of RGB (Red+Green+Blue) = 113+92+177=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 92 (36.33% from 255 or 24.08% from 382); Blue value is 177 (69.53% from 255 or 46.34% from 382); Max value from RGB is 177 - color contains mainly: blue. Hex color #715CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715CB1 is #8EA34E. Grayscale: #6B6B6B. Windows color (decimal): -9347919 or 11623537. OLE color: 11623537.
HSL color Cylindrical-coordinate representation of color #715CB1: hue angle of 254.82º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #715CB1 is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 113 | 92 | 177 | - |
| CMYK | 0.36 | 0.48 | 0 | 0.31 |
| HSL | 254.82º | 0.35% | 0.53% | - |
| HSV(B) | 254.82º | 0.48% | 0.69% | - |
| XYZ | 18.57 | 14.34 | 43.38 | - |
| YUV | 107.97 | 166.96 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 92 | 177 | 0.36 | 0.48 | 0 | 0.31 | 254.82 | 0.35 | 0.53 |
| Hex | 71 | 5C | B1 | 24 | 30 | 0 | 1F | FF | 23 | 35 |
| Octal | 161 | 134 | 261 | 44 | 60 | 0 | 37 | 377 | 43 | 65 |
| Binary | 1110001 | 1011100 | 10110001 | 100100 | 110000 | 0 | 11111 | 11111111 | 100011 | 110101 |
Color Harmonies of #715CB1
Complementary color
Monochromatic Colors of #715CB1
Black with #715CB1
Text Example
Text Example
White with #715CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715CB1; }
p { color: rgb(113,92,177); }
H1.HeaderClassName
{
color: #715CB1;
}
.AnyTagClassName
{
color: #715CB1;
}
</style>
background-color css
<style>
a { background-color: #715CB1; }
a { background-color: rgb(113,92,177); }
div.DivClassName
{
background-color: #715CB1;
}
.BgClassName
{
background-color: #715CB1;
}
</style>
border-color css
<style>
span { border-color: #715CB1; }
span { border-color: rgb(113,92,177); }
td.TdClassName
{
border-color: #715CB1;
}
.TagClassName
{
border-color: #715CB1;
}
</style>