Shades of Blue Marguerite #705DB9
Tints of Blue Marguerite #705DB9
RGB
CMYK
RGB Variations
Color information
#705DB9 (or 0x705DB9) is known color: Blue Marguerite. HEX triplet: 70, 5D and B9. RGB value is (112,93,185). Sum of RGB (Red+Green+Blue) = 112+93+185=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 185 (72.66% from 255 or 47.44% from 390); Max value from RGB is 185 - color contains mainly: blue. Hex color #705DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705DB9 is #8FA246. Grayscale: #6C6C6C. Windows color (decimal): -9413191 or 12148080. OLE color: 12148080.
HSL color Cylindrical-coordinate representation of color #705DB9: hue angle of 252.39º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #705DB9 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 93 | 185 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.27 |
| HSL | 252.39º | 0.4% | 0.55% | - |
| HSV(B) | 252.39º | 0.5% | 0.73% | - |
| XYZ | 19.35 | 14.78 | 47.73 | - |
| YUV | 109.17 | 170.79 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 93 | 185 | 0.39 | 0.50 | 0 | 0.27 | 252.39 | 0.4 | 0.55 |
| Hex | 70 | 5D | B9 | 27 | 32 | 0 | 1B | FC | 28 | 37 |
| Octal | 160 | 135 | 271 | 47 | 62 | 0 | 33 | 374 | 50 | 67 |
| Binary | 1110000 | 1011101 | 10111001 | 100111 | 110010 | 0 | 11011 | 11111100 | 101000 | 110111 |
Color Harmonies of #705DB9
Complementary color
Monochromatic Colors of #705DB9
Black with #705DB9
Text Example
Text Example
White with #705DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705DB9; }
p { color: rgb(112,93,185); }
H1.HeaderClassName
{
color: #705DB9;
}
.AnyTagClassName
{
color: #705DB9;
}
</style>
background-color css
<style>
a { background-color: #705DB9; }
a { background-color: rgb(112,93,185); }
div.DivClassName
{
background-color: #705DB9;
}
.BgClassName
{
background-color: #705DB9;
}
</style>
border-color css
<style>
span { border-color: #705DB9; }
span { border-color: rgb(112,93,185); }
td.TdClassName
{
border-color: #705DB9;
}
.TagClassName
{
border-color: #705DB9;
}
</style>