Shades of Medium Slate Blue #5F70FA
Tints of Medium Slate Blue #5F70FA
RGB
CMYK
RGB Variations
Color information
#5F70FA (or 0x5F70FA) is known color: Medium Slate Blue. HEX triplet: 5F, 70 and FA. RGB value is (95,112,250). Sum of RGB (Red+Green+Blue) = 95+112+250=457 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.79% from 457); Green value is 112 (44.14% from 255 or 24.51% from 457); Blue value is 250 (98.05% from 255 or 54.70% from 457); Max value from RGB is 250 - color contains mainly: blue. Hex color #5F70FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F70FA is #A08F05. Grayscale: #7A7A7A. Windows color (decimal): -10522374 or 16412767. OLE color: 16412767.
HSL color Cylindrical-coordinate representation of color #5F70FA: hue angle of 233.42º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5F70FA is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 112 | 250 | - |
| CMYK | 0.62 | 0.55 | 0 | 0.02 |
| HSL | 233.42º | 0.94% | 0.68% | - |
| HSV(B) | 233.42º | 0.62% | 0.98% | - |
| XYZ | 27.77 | 20.92 | 93.02 | - |
| YUV | 122.65 | 199.87 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 112 | 250 | 0.62 | 0.55 | 0 | 0.02 | 233.42 | 0.94 | 0.68 |
| Hex | 5F | 70 | FA | 3E | 37 | 0 | 2 | E9 | 5E | 44 |
| Octal | 137 | 160 | 372 | 76 | 67 | 0 | 2 | 351 | 136 | 104 |
| Binary | 1011111 | 1110000 | 11111010 | 111110 | 110111 | 0 | 10 | 11101001 | 1011110 | 1000100 |
Color Harmonies of #5F70FA
Complementary color
Monochromatic Colors of #5F70FA
Black with #5F70FA
Text Example
Text Example
White with #5F70FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F70FA; }
p { color: rgb(95,112,250); }
H1.HeaderClassName
{
color: #5F70FA;
}
.AnyTagClassName
{
color: #5F70FA;
}
</style>
background-color css
<style>
a { background-color: #5F70FA; }
a { background-color: rgb(95,112,250); }
div.DivClassName
{
background-color: #5F70FA;
}
.BgClassName
{
background-color: #5F70FA;
}
</style>
border-color css
<style>
span { border-color: #5F70FA; }
span { border-color: rgb(95,112,250); }
td.TdClassName
{
border-color: #5F70FA;
}
.TagClassName
{
border-color: #5F70FA;
}
</style>