Shades of Blue Marguerite #705CBD
Tints of Blue Marguerite #705CBD
RGB
CMYK
RGB Variations
Color information
#705CBD (or 0x705CBD) is known color: Blue Marguerite. HEX triplet: 70, 5C and BD. RGB value is (112,92,189). Sum of RGB (Red+Green+Blue) = 112+92+189=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #705CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705CBD is #8FA342. Grayscale: #6C6C6C. Windows color (decimal): -9413443 or 12409968. OLE color: 12409968.
HSL color Cylindrical-coordinate representation of color #705CBD: hue angle of 252.37º 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 #705CBD is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 92 | 189 | - |
| CMYK | 0.41 | 0.51 | 0 | 0.26 |
| HSL | 252.37º | 0.42% | 0.55% | - |
| HSV(B) | 252.37º | 0.51% | 0.74% | - |
| XYZ | 19.69 | 14.77 | 49.96 | - |
| YUV | 109.04 | 173.13 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 92 | 189 | 0.41 | 0.51 | 0 | 0.26 | 252.37 | 0.42 | 0.55 |
| Hex | 70 | 5C | BD | 29 | 33 | 0 | 1A | FC | 2A | 37 |
| Octal | 160 | 134 | 275 | 51 | 63 | 0 | 32 | 374 | 52 | 67 |
| Binary | 1110000 | 1011100 | 10111101 | 101001 | 110011 | 0 | 11010 | 11111100 | 101010 | 110111 |
Color Harmonies of #705CBD
Complementary color
Monochromatic Colors of #705CBD
Black with #705CBD
Text Example
Text Example
White with #705CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705CBD; }
p { color: rgb(112,92,189); }
H1.HeaderClassName
{
color: #705CBD;
}
.AnyTagClassName
{
color: #705CBD;
}
</style>
background-color css
<style>
a { background-color: #705CBD; }
a { background-color: rgb(112,92,189); }
div.DivClassName
{
background-color: #705CBD;
}
.BgClassName
{
background-color: #705CBD;
}
</style>
border-color css
<style>
span { border-color: #705CBD; }
span { border-color: rgb(112,92,189); }
td.TdClassName
{
border-color: #705CBD;
}
.TagClassName
{
border-color: #705CBD;
}
</style>