Shades of Medium Slate Blue #5F63EF
Tints of Medium Slate Blue #5F63EF
RGB
CMYK
RGB Variations
Color information
#5F63EF (or 0x5F63EF) is known color: Medium Slate Blue. HEX triplet: 5F, 63 and EF. RGB value is (95,99,239). Sum of RGB (Red+Green+Blue) = 95+99+239=433 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.94% from 433); Green value is 99 (39.06% from 255 or 22.86% from 433); Blue value is 239 (93.75% from 255 or 55.20% from 433); Max value from RGB is 239 - color contains mainly: blue. Hex color #5F63EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F63EF is #A09C10. Grayscale: #717171. Windows color (decimal): -10525713 or 15688543. OLE color: 15688543.
HSL color Cylindrical-coordinate representation of color #5F63EF: hue angle of 238.33º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F63EF is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 99 | 239 | - |
| CMYK | 0.60 | 0.59 | 0 | 0.06 |
| HSL | 238.33º | 0.82% | 0.65% | - |
| HSV(B) | 238.33º | 0.6% | 0.94% | - |
| XYZ | 24.76 | 17.59 | 83.75 | - |
| YUV | 113.76 | 198.67 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 99 | 239 | 0.60 | 0.59 | 0 | 0.06 | 238.33 | 0.82 | 0.65 |
| Hex | 5F | 63 | EF | 3C | 3B | 0 | 6 | EE | 52 | 41 |
| Octal | 137 | 143 | 357 | 74 | 73 | 0 | 6 | 356 | 122 | 101 |
| Binary | 1011111 | 1100011 | 11101111 | 111100 | 111011 | 0 | 110 | 11101110 | 1010010 | 1000001 |
Color Harmonies of #5F63EF
Complementary color
Monochromatic Colors of #5F63EF
Black with #5F63EF
Text Example
Text Example
White with #5F63EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F63EF; }
p { color: rgb(95,99,239); }
H1.HeaderClassName
{
color: #5F63EF;
}
.AnyTagClassName
{
color: #5F63EF;
}
</style>
background-color css
<style>
a { background-color: #5F63EF; }
a { background-color: rgb(95,99,239); }
div.DivClassName
{
background-color: #5F63EF;
}
.BgClassName
{
background-color: #5F63EF;
}
</style>
border-color css
<style>
span { border-color: #5F63EF; }
span { border-color: rgb(95,99,239); }
td.TdClassName
{
border-color: #5F63EF;
}
.TagClassName
{
border-color: #5F63EF;
}
</style>