Shades of Blue Marguerite #715CBC
Tints of Blue Marguerite #715CBC
RGB
CMYK
RGB Variations
Color information
#715CBC (or 0x715CBC) is known color: Blue Marguerite. HEX triplet: 71, 5C and BC. RGB value is (113,92,188). Sum of RGB (Red+Green+Blue) = 113+92+188=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #715CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715CBC is #8EA343. Grayscale: #6C6C6C. Windows color (decimal): -9347908 or 12344433. OLE color: 12344433.
HSL color Cylindrical-coordinate representation of color #715CBC: hue angle of 253.12º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #715CBC is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 92 | 188 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.26 |
| HSL | 253.13º | 0.42% | 0.55% | - |
| HSV(B) | 253.13º | 0.51% | 0.74% | - |
| XYZ | 19.71 | 14.8 | 49.39 | - |
| YUV | 109.22 | 172.46 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 92 | 188 | 0.40 | 0.51 | 0 | 0.26 | 253.13 | 0.42 | 0.55 |
| Hex | 71 | 5C | BC | 28 | 33 | 0 | 1A | FD | 2A | 37 |
| Octal | 161 | 134 | 274 | 50 | 63 | 0 | 32 | 375 | 52 | 67 |
| Binary | 1110001 | 1011100 | 10111100 | 101000 | 110011 | 0 | 11010 | 11111101 | 101010 | 110111 |
Color Harmonies of #715CBC
Complementary color
Monochromatic Colors of #715CBC
Black with #715CBC
Text Example
Text Example
White with #715CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715CBC; }
p { color: rgb(113,92,188); }
H1.HeaderClassName
{
color: #715CBC;
}
.AnyTagClassName
{
color: #715CBC;
}
</style>
background-color css
<style>
a { background-color: #715CBC; }
a { background-color: rgb(113,92,188); }
div.DivClassName
{
background-color: #715CBC;
}
.BgClassName
{
background-color: #715CBC;
}
</style>
border-color css
<style>
span { border-color: #715CBC; }
span { border-color: rgb(113,92,188); }
td.TdClassName
{
border-color: #715CBC;
}
.TagClassName
{
border-color: #715CBC;
}
</style>