Shades of Blue Marguerite #705ABE
Tints of Blue Marguerite #705ABE
RGB
CMYK
RGB Variations
Color information
#705ABE (or 0x705ABE) is known color: Blue Marguerite. HEX triplet: 70, 5A and BE. RGB value is (112,90,190). Sum of RGB (Red+Green+Blue) = 112+90+190=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #705ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705ABE is #8FA541. Grayscale: #6B6B6B. Windows color (decimal): -9413954 or 12474992. OLE color: 12474992.
HSL color Cylindrical-coordinate representation of color #705ABE: hue angle of 253.2º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #705ABE is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 90 | 190 | - |
| CMYK | 0.41 | 0.53 | 0 | 0.25 |
| HSL | 253.2º | 0.43% | 0.55% | - |
| HSV(B) | 253.2º | 0.53% | 0.75% | - |
| XYZ | 19.63 | 14.47 | 50.47 | - |
| YUV | 107.98 | 174.29 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 90 | 190 | 0.41 | 0.53 | 0 | 0.25 | 253.2 | 0.43 | 0.55 |
| Hex | 70 | 5A | BE | 29 | 35 | 0 | 19 | FD | 2B | 37 |
| Octal | 160 | 132 | 276 | 51 | 65 | 0 | 31 | 375 | 53 | 67 |
| Binary | 1110000 | 1011010 | 10111110 | 101001 | 110101 | 0 | 11001 | 11111101 | 101011 | 110111 |
Color Harmonies of #705ABE
Complementary color
Monochromatic Colors of #705ABE
Black with #705ABE
Text Example
Text Example
White with #705ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705ABE; }
p { color: rgb(112,90,190); }
H1.HeaderClassName
{
color: #705ABE;
}
.AnyTagClassName
{
color: #705ABE;
}
</style>
background-color css
<style>
a { background-color: #705ABE; }
a { background-color: rgb(112,90,190); }
div.DivClassName
{
background-color: #705ABE;
}
.BgClassName
{
background-color: #705ABE;
}
</style>
border-color css
<style>
span { border-color: #705ABE; }
span { border-color: rgb(112,90,190); }
td.TdClassName
{
border-color: #705ABE;
}
.TagClassName
{
border-color: #705ABE;
}
</style>