Shades of Medium Slate Blue #5F70FD
Tints of Medium Slate Blue #5F70FD
RGB
CMYK
RGB Variations
Color information
#5F70FD (or 0x5F70FD) is known color: Medium Slate Blue. HEX triplet: 5F, 70 and FD. RGB value is (95,112,253). Sum of RGB (Red+Green+Blue) = 95+112+253=460 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.65% from 460); Green value is 112 (44.14% from 255 or 24.35% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #5F70FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F70FD is #A08F02. Grayscale: #7A7A7A. Windows color (decimal): -10522371 or 16609375. OLE color: 16609375.
HSL color Cylindrical-coordinate representation of color #5F70FD: hue angle of 233.54º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5F70FD is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 112 | 253 | - |
| CMYK | 0.62 | 0.56 | 0 | 0.01 |
| HSL | 233.54º | 0.98% | 0.68% | - |
| HSV(B) | 233.54º | 0.62% | 0.99% | - |
| XYZ | 28.24 | 21.11 | 95.52 | - |
| YUV | 122.99 | 201.37 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 112 | 253 | 0.62 | 0.56 | 0 | 0.01 | 233.54 | 0.98 | 0.68 |
| Hex | 5F | 70 | FD | 3E | 38 | 0 | 1 | EA | 62 | 44 |
| Octal | 137 | 160 | 375 | 76 | 70 | 0 | 1 | 352 | 142 | 104 |
| Binary | 1011111 | 1110000 | 11111101 | 111110 | 111000 | 0 | 1 | 11101010 | 1100010 | 1000100 |
Color Harmonies of #5F70FD
Complementary color
Monochromatic Colors of #5F70FD
Black with #5F70FD
Text Example
Text Example
White with #5F70FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F70FD; }
p { color: rgb(95,112,253); }
H1.HeaderClassName
{
color: #5F70FD;
}
.AnyTagClassName
{
color: #5F70FD;
}
</style>
background-color css
<style>
a { background-color: #5F70FD; }
a { background-color: rgb(95,112,253); }
div.DivClassName
{
background-color: #5F70FD;
}
.BgClassName
{
background-color: #5F70FD;
}
</style>
border-color css
<style>
span { border-color: #5F70FD; }
span { border-color: rgb(95,112,253); }
td.TdClassName
{
border-color: #5F70FD;
}
.TagClassName
{
border-color: #5F70FD;
}
</style>