Shades of Medium Slate Blue #5F70FF
Tints of Medium Slate Blue #5F70FF
RGB
CMYK
RGB Variations
Color information
#5F70FF (or 0x5F70FF) is known color: Medium Slate Blue. HEX triplet: 5F, 70 and FF. RGB value is (95,112,255). Sum of RGB (Red+Green+Blue) = 95+112+255=462 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.56% from 462); Green value is 112 (44.14% from 255 or 24.24% 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 #5F70FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F70FF is #A08F00. Grayscale: #7A7A7A. Windows color (decimal): -10522369 or 16740447. OLE color: 16740447.
HSL color Cylindrical-coordinate representation of color #5F70FF: hue angle of 233.62º 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 #5F70FF is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 112 | 255 | - |
| CMYK | 0.63 | 0.56 | 0 | 0 |
| HSL | 233.63º | 1% | 0.69% | - |
| HSV(B) | 233.63º | 0.63% | 1% | - |
| XYZ | 28.56 | 21.24 | 97.2 | - |
| YUV | 123.22 | 202.37 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 112 | 255 | 0.63 | 0.56 | 0 | 0 | 233.63 | 1 | 0.69 |
| Hex | 5F | 70 | FF | 3F | 38 | 0 | 0 | EA | 64 | 45 |
| Octal | 137 | 160 | 377 | 77 | 70 | 0 | 0 | 352 | 144 | 105 |
| Binary | 1011111 | 1110000 | 11111111 | 111111 | 111000 | 0 | 0 | 11101010 | 1100100 | 1000101 |
Color Harmonies of #5F70FF
Complementary color
Monochromatic Colors of #5F70FF
Black with #5F70FF
Text Example
Text Example
White with #5F70FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F70FF; }
p { color: rgb(95,112,255); }
H1.HeaderClassName
{
color: #5F70FF;
}
.AnyTagClassName
{
color: #5F70FF;
}
</style>
background-color css
<style>
a { background-color: #5F70FF; }
a { background-color: rgb(95,112,255); }
div.DivClassName
{
background-color: #5F70FF;
}
.BgClassName
{
background-color: #5F70FF;
}
</style>
border-color css
<style>
span { border-color: #5F70FF; }
span { border-color: rgb(95,112,255); }
td.TdClassName
{
border-color: #5F70FF;
}
.TagClassName
{
border-color: #5F70FF;
}
</style>