Shades of Blue Marguerite #705CBC
Tints of Blue Marguerite #705CBC
RGB
CMYK
RGB Variations
Color information
#705CBC (or 0x705CBC) is known color: Blue Marguerite. HEX triplet: 70, 5C and BC. RGB value is (112,92,188). Sum of RGB (Red+Green+Blue) = 112+92+188=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #705CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705CBC is #8FA343. Grayscale: #6C6C6C. Windows color (decimal): -9413444 or 12344432. OLE color: 12344432.
HSL color Cylindrical-coordinate representation of color #705CBC: hue angle of 252.5º 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 #705CBC is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 92 | 188 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.26 |
| HSL | 252.5º | 0.42% | 0.55% | - |
| HSV(B) | 252.5º | 0.51% | 0.74% | - |
| XYZ | 19.59 | 14.73 | 49.39 | - |
| YUV | 108.92 | 172.63 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 92 | 188 | 0.40 | 0.51 | 0 | 0.26 | 252.5 | 0.42 | 0.55 |
| Hex | 70 | 5C | BC | 28 | 33 | 0 | 1A | FD | 2A | 37 |
| Octal | 160 | 134 | 274 | 50 | 63 | 0 | 32 | 375 | 52 | 67 |
| Binary | 1110000 | 1011100 | 10111100 | 101000 | 110011 | 0 | 11010 | 11111101 | 101010 | 110111 |
Color Harmonies of #705CBC
Complementary color
Monochromatic Colors of #705CBC
Black with #705CBC
Text Example
Text Example
White with #705CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705CBC; }
p { color: rgb(112,92,188); }
H1.HeaderClassName
{
color: #705CBC;
}
.AnyTagClassName
{
color: #705CBC;
}
</style>
background-color css
<style>
a { background-color: #705CBC; }
a { background-color: rgb(112,92,188); }
div.DivClassName
{
background-color: #705CBC;
}
.BgClassName
{
background-color: #705CBC;
}
</style>
border-color css
<style>
span { border-color: #705CBC; }
span { border-color: rgb(112,92,188); }
td.TdClassName
{
border-color: #705CBC;
}
.TagClassName
{
border-color: #705CBC;
}
</style>