Shades of Medium Slate Blue #8B5FEE
Tints of Medium Slate Blue #8B5FEE
RGB
CMYK
RGB Variations
Color information
#8B5FEE (or 0x8B5FEE) is known color: Medium Slate Blue. HEX triplet: 8B, 5F and EE. RGB value is (139,95,238). Sum of RGB (Red+Green+Blue) = 139+95+238=472 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.45% from 472); Green value is 95 (37.5% from 255 or 20.13% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #8B5FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B5FEE is #74A011. Grayscale: #7B7B7B. Windows color (decimal): -7643154 or 15622027. OLE color: 15622027.
HSL color Cylindrical-coordinate representation of color #8B5FEE: hue angle of 258.46º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B5FEE is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 95 | 238 | - |
| CMYK | 0.42 | 0.60 | 0 | 0.07 |
| HSL | 258.46º | 0.81% | 0.65% | - |
| HSV(B) | 258.46º | 0.6% | 0.93% | - |
| XYZ | 30.17 | 19.85 | 83.13 | - |
| YUV | 124.46 | 192.08 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 95 | 238 | 0.42 | 0.60 | 0 | 0.07 | 258.46 | 0.81 | 0.65 |
| Hex | 8B | 5F | EE | 2A | 3C | 0 | 7 | 102 | 51 | 41 |
| Octal | 213 | 137 | 356 | 52 | 74 | 0 | 7 | 402 | 121 | 101 |
| Binary | 10001011 | 1011111 | 11101110 | 101010 | 111100 | 0 | 111 | 100000010 | 1010001 | 1000001 |
Color Harmonies of #8B5FEE
Complementary color
Monochromatic Colors of #8B5FEE
Black with #8B5FEE
Text Example
Text Example
White with #8B5FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5FEE; }
p { color: rgb(139,95,238); }
H1.HeaderClassName
{
color: #8B5FEE;
}
.AnyTagClassName
{
color: #8B5FEE;
}
</style>
background-color css
<style>
a { background-color: #8B5FEE; }
a { background-color: rgb(139,95,238); }
div.DivClassName
{
background-color: #8B5FEE;
}
.BgClassName
{
background-color: #8B5FEE;
}
</style>
border-color css
<style>
span { border-color: #8B5FEE; }
span { border-color: rgb(139,95,238); }
td.TdClassName
{
border-color: #8B5FEE;
}
.TagClassName
{
border-color: #8B5FEE;
}
</style>