Shades of Blue Marguerite #705AB4
Tints of Blue Marguerite #705AB4
RGB
CMYK
RGB Variations
Color information
#705AB4 (or 0x705AB4) is known color: Blue Marguerite. HEX triplet: 70, 5A and B4. RGB value is (112,90,180). Sum of RGB (Red+Green+Blue) = 112+90+180=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 180 (70.70% from 255 or 47.12% from 382); Max value from RGB is 180 - color contains mainly: blue. Hex color #705AB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705AB4 is #8FA54B. Grayscale: #6A6A6A. Windows color (decimal): -9413964 or 11819632. OLE color: 11819632.
HSL color Cylindrical-coordinate representation of color #705AB4: hue angle of 254.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #705AB4 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 90 | 180 | - |
| CMYK | 0.38 | 0.50 | 0 | 0.29 |
| HSL | 254.67º | 0.38% | 0.53% | - |
| HSV(B) | 254.67º | 0.5% | 0.71% | - |
| XYZ | 18.58 | 14.05 | 44.91 | - |
| YUV | 106.84 | 169.29 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 90 | 180 | 0.38 | 0.50 | 0 | 0.29 | 254.67 | 0.38 | 0.53 |
| Hex | 70 | 5A | B4 | 26 | 32 | 0 | 1D | FF | 26 | 35 |
| Octal | 160 | 132 | 264 | 46 | 62 | 0 | 35 | 377 | 46 | 65 |
| Binary | 1110000 | 1011010 | 10110100 | 100110 | 110010 | 0 | 11101 | 11111111 | 100110 | 110101 |
Color Harmonies of #705AB4
Complementary color
Monochromatic Colors of #705AB4
Black with #705AB4
Text Example
Text Example
White with #705AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705AB4; }
p { color: rgb(112,90,180); }
H1.HeaderClassName
{
color: #705AB4;
}
.AnyTagClassName
{
color: #705AB4;
}
</style>
background-color css
<style>
a { background-color: #705AB4; }
a { background-color: rgb(112,90,180); }
div.DivClassName
{
background-color: #705AB4;
}
.BgClassName
{
background-color: #705AB4;
}
</style>
border-color css
<style>
span { border-color: #705AB4; }
span { border-color: rgb(112,90,180); }
td.TdClassName
{
border-color: #705AB4;
}
.TagClassName
{
border-color: #705AB4;
}
</style>