Shades of Blue Marguerite #705BAF
Tints of Blue Marguerite #705BAF
RGB
CMYK
RGB Variations
Color information
#705BAF (or 0x705BAF) is known color: Blue Marguerite. HEX triplet: 70, 5B and AF. RGB value is (112,91,175). Sum of RGB (Red+Green+Blue) = 112+91+175=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 175 - color contains mainly: blue. Hex color #705BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705BAF is #8FA450. Grayscale: #6A6A6A. Windows color (decimal): -9413713 or 11492208. OLE color: 11492208.
HSL color Cylindrical-coordinate representation of color #705BAF: hue angle of 255º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #705BAF is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 91 | 175 | - |
| CMYK | 0.36 | 0.48 | 0 | 0.31 |
| HSL | 255º | 0.34% | 0.52% | - |
| HSV(B) | 255º | 0.48% | 0.69% | - |
| XYZ | 18.16 | 14.02 | 42.31 | - |
| YUV | 106.86 | 166.46 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 91 | 175 | 0.36 | 0.48 | 0 | 0.31 | 255 | 0.34 | 0.52 |
| Hex | 70 | 5B | AF | 24 | 30 | 0 | 1F | FF | 22 | 34 |
| Octal | 160 | 133 | 257 | 44 | 60 | 0 | 37 | 377 | 42 | 64 |
| Binary | 1110000 | 1011011 | 10101111 | 100100 | 110000 | 0 | 11111 | 11111111 | 100010 | 110100 |
Color Harmonies of #705BAF
Complementary color
Monochromatic Colors of #705BAF
Black with #705BAF
Text Example
Text Example
White with #705BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705BAF; }
p { color: rgb(112,91,175); }
H1.HeaderClassName
{
color: #705BAF;
}
.AnyTagClassName
{
color: #705BAF;
}
</style>
background-color css
<style>
a { background-color: #705BAF; }
a { background-color: rgb(112,91,175); }
div.DivClassName
{
background-color: #705BAF;
}
.BgClassName
{
background-color: #705BAF;
}
</style>
border-color css
<style>
span { border-color: #705BAF; }
span { border-color: rgb(112,91,175); }
td.TdClassName
{
border-color: #705BAF;
}
.TagClassName
{
border-color: #705BAF;
}
</style>