Shades of Blue Marguerite #705DAC
Tints of Blue Marguerite #705DAC
RGB
CMYK
RGB Variations
Color information
#705DAC (or 0x705DAC) is known color: Blue Marguerite. HEX triplet: 70, 5D and AC. RGB value is (112,93,172). Sum of RGB (Red+Green+Blue) = 112+93+172=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 93 (36.72% from 255 or 24.67% 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 #705DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705DAC is #8FA253. Grayscale: #6B6B6B. Windows color (decimal): -9413204 or 11296112. OLE color: 11296112.
HSL color Cylindrical-coordinate representation of color #705DAC: hue angle of 254.43º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #705DAC is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 93 | 172 | - |
| CMYK | 0.35 | 0.46 | 0 | 0.33 |
| HSL | 254.43º | 0.32% | 0.52% | - |
| HSV(B) | 254.43º | 0.46% | 0.67% | - |
| XYZ | 18.04 | 14.25 | 40.83 | - |
| YUV | 107.69 | 164.29 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 93 | 172 | 0.35 | 0.46 | 0 | 0.33 | 254.43 | 0.32 | 0.52 |
| Hex | 70 | 5D | AC | 23 | 2E | 0 | 21 | FE | 20 | 34 |
| Octal | 160 | 135 | 254 | 43 | 56 | 0 | 41 | 376 | 40 | 64 |
| Binary | 1110000 | 1011101 | 10101100 | 100011 | 101110 | 0 | 100001 | 11111110 | 100000 | 110100 |
Color Harmonies of #705DAC
Complementary color
Monochromatic Colors of #705DAC
Black with #705DAC
Text Example
Text Example
White with #705DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705DAC; }
p { color: rgb(112,93,172); }
H1.HeaderClassName
{
color: #705DAC;
}
.AnyTagClassName
{
color: #705DAC;
}
</style>
background-color css
<style>
a { background-color: #705DAC; }
a { background-color: rgb(112,93,172); }
div.DivClassName
{
background-color: #705DAC;
}
.BgClassName
{
background-color: #705DAC;
}
</style>
border-color css
<style>
span { border-color: #705DAC; }
span { border-color: rgb(112,93,172); }
td.TdClassName
{
border-color: #705DAC;
}
.TagClassName
{
border-color: #705DAC;
}
</style>