Shades of Medium Slate Blue #5F71FE
Tints of Medium Slate Blue #5F71FE
RGB
CMYK
RGB Variations
Color information
#5F71FE (or 0x5F71FE) is known color: Medium Slate Blue. HEX triplet: 5F, 71 and FE. RGB value is (95,113,254). Sum of RGB (Red+Green+Blue) = 95+113+254=462 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.56% from 462); Green value is 113 (44.53% from 255 or 24.46% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #5F71FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F71FE is #A08E01. Grayscale: #7B7B7B. Windows color (decimal): -10522114 or 16675167. OLE color: 16675167.
HSL color Cylindrical-coordinate representation of color #5F71FE: hue angle of 233.21º 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 #5F71FE is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 95 | 113 | 254 | - |
| CMYK | 0.63 | 0.56 | 0 | 0.00 |
| HSL | 233.21º | 0.99% | 0.68% | - |
| HSV(B) | 233.21º | 0.63% | 1% | - |
| XYZ | 28.51 | 21.4 | 96.39 | - |
| YUV | 123.69 | 201.54 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 113 | 254 | 0.63 | 0.56 | 0 | 0.00 | 233.21 | 0.99 | 0.68 |
| Hex | 5F | 71 | FE | 3F | 38 | 0 | 0 | E9 | 63 | 44 |
| Octal | 137 | 161 | 376 | 77 | 70 | 0 | 0 | 351 | 143 | 104 |
| Binary | 1011111 | 1110001 | 11111110 | 111111 | 111000 | 0 | 0 | 11101001 | 1100011 | 1000100 |
Color Harmonies of #5F71FE
Complementary color
Monochromatic Colors of #5F71FE
Black with #5F71FE
Text Example
Text Example
White with #5F71FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F71FE; }
p { color: rgb(95,113,254); }
H1.HeaderClassName
{
color: #5F71FE;
}
.AnyTagClassName
{
color: #5F71FE;
}
</style>
background-color css
<style>
a { background-color: #5F71FE; }
a { background-color: rgb(95,113,254); }
div.DivClassName
{
background-color: #5F71FE;
}
.BgClassName
{
background-color: #5F71FE;
}
</style>
border-color css
<style>
span { border-color: #5F71FE; }
span { border-color: rgb(95,113,254); }
td.TdClassName
{
border-color: #5F71FE;
}
.TagClassName
{
border-color: #5F71FE;
}
</style>