Shades of Medium Slate Blue #705FFF
Tints of Medium Slate Blue #705FFF
RGB
CMYK
RGB Variations
Color information
#705FFF (or 0x705FFF) is known color: Medium Slate Blue. HEX triplet: 70, 5F and FF. RGB value is (112,95,255). Sum of RGB (Red+Green+Blue) = 112+95+255=462 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.24% from 462); Green value is 95 (37.5% from 255 or 20.56% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #705FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705FFF is #8FA000. Grayscale: #757575. Windows color (decimal): -9412609 or 16736112. OLE color: 16736112.
HSL color Cylindrical-coordinate representation of color #705FFF: hue angle of 246.37º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #705FFF is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 95 | 255 | - |
| CMYK | 0.56 | 0.63 | 0 | 0 |
| HSL | 246.38º | 1% | 0.69% | - |
| HSV(B) | 246.38º | 0.63% | 1% | - |
| XYZ | 28.82 | 18.85 | 96.73 | - |
| YUV | 118.32 | 205.13 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 255 | 0.56 | 0.63 | 0 | 0 | 246.38 | 1 | 0.69 |
| Hex | 70 | 5F | FF | 38 | 3F | 0 | 0 | F6 | 64 | 45 |
| Octal | 160 | 137 | 377 | 70 | 77 | 0 | 0 | 366 | 144 | 105 |
| Binary | 1110000 | 1011111 | 11111111 | 111000 | 111111 | 0 | 0 | 11110110 | 1100100 | 1000101 |
Color Harmonies of #705FFF
Complementary color
Monochromatic Colors of #705FFF
Black with #705FFF
Text Example
Text Example
White with #705FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705FFF; }
p { color: rgb(112,95,255); }
H1.HeaderClassName
{
color: #705FFF;
}
.AnyTagClassName
{
color: #705FFF;
}
</style>
background-color css
<style>
a { background-color: #705FFF; }
a { background-color: rgb(112,95,255); }
div.DivClassName
{
background-color: #705FFF;
}
.BgClassName
{
background-color: #705FFF;
}
</style>
border-color css
<style>
span { border-color: #705FFF; }
span { border-color: rgb(112,95,255); }
td.TdClassName
{
border-color: #705FFF;
}
.TagClassName
{
border-color: #705FFF;
}
</style>