Shades of Medium Slate Blue #8B5DEF
Tints of Medium Slate Blue #8B5DEF
RGB
CMYK
RGB Variations
Color information
#8B5DEF (or 0x8B5DEF) is known color: Medium Slate Blue. HEX triplet: 8B, 5D and EF. RGB value is (139,93,239). Sum of RGB (Red+Green+Blue) = 139+93+239=471 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.51% from 471); Green value is 93 (36.72% from 255 or 19.75% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #8B5DEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B5DEF is #74A210. Grayscale: #7A7A7A. Windows color (decimal): -7643665 or 15687051. OLE color: 15687051.
HSL color Cylindrical-coordinate representation of color #8B5DEF: hue angle of 258.9º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8B5DEF is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 93 | 239 | - |
| CMYK | 0.42 | 0.61 | 0 | 0.06 |
| HSL | 258.9º | 0.82% | 0.65% | - |
| HSV(B) | 258.9º | 0.61% | 0.94% | - |
| XYZ | 30.14 | 19.55 | 83.85 | - |
| YUV | 123.4 | 193.24 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 93 | 239 | 0.42 | 0.61 | 0 | 0.06 | 258.9 | 0.82 | 0.65 |
| Hex | 8B | 5D | EF | 2A | 3D | 0 | 6 | 103 | 52 | 41 |
| Octal | 213 | 135 | 357 | 52 | 75 | 0 | 6 | 403 | 122 | 101 |
| Binary | 10001011 | 1011101 | 11101111 | 101010 | 111101 | 0 | 110 | 100000011 | 1010010 | 1000001 |
Color Harmonies of #8B5DEF
Complementary color
Monochromatic Colors of #8B5DEF
Black with #8B5DEF
Text Example
Text Example
White with #8B5DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5DEF; }
p { color: rgb(139,93,239); }
H1.HeaderClassName
{
color: #8B5DEF;
}
.AnyTagClassName
{
color: #8B5DEF;
}
</style>
background-color css
<style>
a { background-color: #8B5DEF; }
a { background-color: rgb(139,93,239); }
div.DivClassName
{
background-color: #8B5DEF;
}
.BgClassName
{
background-color: #8B5DEF;
}
</style>
border-color css
<style>
span { border-color: #8B5DEF; }
span { border-color: rgb(139,93,239); }
td.TdClassName
{
border-color: #8B5DEF;
}
.TagClassName
{
border-color: #8B5DEF;
}
</style>