Shades of Blue Marguerite #715CAC
Tints of Blue Marguerite #715CAC
RGB
CMYK
RGB Variations
Color information
#715CAC (or 0x715CAC) is known color: Blue Marguerite. HEX triplet: 71, 5C and AC. RGB value is (113,92,172). Sum of RGB (Red+Green+Blue) = 113+92+172=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #715CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715CAC is #8EA353. Grayscale: #6B6B6B. Windows color (decimal): -9347924 or 11295857. OLE color: 11295857.
HSL color Cylindrical-coordinate representation of color #715CAC: hue angle of 255.75º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #715CAC is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 92 | 172 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.33 |
| HSL | 255.75º | 0.33% | 0.52% | - |
| HSV(B) | 255.75º | 0.47% | 0.67% | - |
| XYZ | 18.08 | 14.14 | 40.81 | - |
| YUV | 107.4 | 164.46 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 92 | 172 | 0.34 | 0.47 | 0 | 0.33 | 255.75 | 0.33 | 0.52 |
| Hex | 71 | 5C | AC | 22 | 2F | 0 | 21 | 100 | 21 | 34 |
| Octal | 161 | 134 | 254 | 42 | 57 | 0 | 41 | 400 | 41 | 64 |
| Binary | 1110001 | 1011100 | 10101100 | 100010 | 101111 | 0 | 100001 | 100000000 | 100001 | 110100 |
Color Harmonies of #715CAC
Complementary color
Monochromatic Colors of #715CAC
Black with #715CAC
Text Example
Text Example
White with #715CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715CAC; }
p { color: rgb(113,92,172); }
H1.HeaderClassName
{
color: #715CAC;
}
.AnyTagClassName
{
color: #715CAC;
}
</style>
background-color css
<style>
a { background-color: #715CAC; }
a { background-color: rgb(113,92,172); }
div.DivClassName
{
background-color: #715CAC;
}
.BgClassName
{
background-color: #715CAC;
}
</style>
border-color css
<style>
span { border-color: #715CAC; }
span { border-color: rgb(113,92,172); }
td.TdClassName
{
border-color: #715CAC;
}
.TagClassName
{
border-color: #715CAC;
}
</style>