Shades of Medium Slate Blue #5F70FE
Tints of Medium Slate Blue #5F70FE
RGB
CMYK
RGB Variations
Color information
#5F70FE (or 0x5F70FE) is known color: Medium Slate Blue. HEX triplet: 5F, 70 and FE. RGB value is (95,112,254). Sum of RGB (Red+Green+Blue) = 95+112+254=461 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.61% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #5F70FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F70FE is #A08F01. Grayscale: #7A7A7A. Windows color (decimal): -10522370 or 16674911. OLE color: 16674911.
HSL color Cylindrical-coordinate representation of color #5F70FE: hue angle of 233.58º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5F70FE is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 95 | 112 | 254 | - |
| CMYK | 0.63 | 0.56 | 0 | 0.00 |
| HSL | 233.58º | 0.99% | 0.68% | - |
| HSV(B) | 233.58º | 0.63% | 1% | - |
| XYZ | 28.4 | 21.18 | 96.36 | - |
| YUV | 123.11 | 201.87 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 112 | 254 | 0.63 | 0.56 | 0 | 0.00 | 233.58 | 0.99 | 0.68 |
| Hex | 5F | 70 | FE | 3F | 38 | 0 | 0 | EA | 63 | 44 |
| Octal | 137 | 160 | 376 | 77 | 70 | 0 | 0 | 352 | 143 | 104 |
| Binary | 1011111 | 1110000 | 11111110 | 111111 | 111000 | 0 | 0 | 11101010 | 1100011 | 1000100 |
Color Harmonies of #5F70FE
Complementary color
Monochromatic Colors of #5F70FE
Black with #5F70FE
Text Example
Text Example
White with #5F70FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F70FE; }
p { color: rgb(95,112,254); }
H1.HeaderClassName
{
color: #5F70FE;
}
.AnyTagClassName
{
color: #5F70FE;
}
</style>
background-color css
<style>
a { background-color: #5F70FE; }
a { background-color: rgb(95,112,254); }
div.DivClassName
{
background-color: #5F70FE;
}
.BgClassName
{
background-color: #5F70FE;
}
</style>
border-color css
<style>
span { border-color: #5F70FE; }
span { border-color: rgb(95,112,254); }
td.TdClassName
{
border-color: #5F70FE;
}
.TagClassName
{
border-color: #5F70FE;
}
</style>