Shades of Medium Slate Blue #8B5CF3
Tints of Medium Slate Blue #8B5CF3
RGB
CMYK
RGB Variations
Color information
#8B5CF3 (or 0x8B5CF3) is known color: Medium Slate Blue. HEX triplet: 8B, 5C and F3. RGB value is (139,92,243). Sum of RGB (Red+Green+Blue) = 139+92+243=474 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.32% from 474); Green value is 92 (36.33% from 255 or 19.41% from 474); Blue value is 243 (95.31% from 255 or 51.27% from 474); Max value from RGB is 243 - color contains mainly: blue. Hex color #8B5CF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B5CF3 is #74A30C. Grayscale: #7A7A7A. Windows color (decimal): -7643917 or 15948939. OLE color: 15948939.
HSL color Cylindrical-coordinate representation of color #8B5CF3: hue angle of 258.68º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8B5CF3 is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 92 | 243 | - |
| CMYK | 0.43 | 0.62 | 0 | 0.05 |
| HSL | 258.68º | 0.86% | 0.66% | - |
| HSV(B) | 258.68º | 0.62% | 0.95% | - |
| XYZ | 30.65 | 19.61 | 86.96 | - |
| YUV | 123.27 | 195.57 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 92 | 243 | 0.43 | 0.62 | 0 | 0.05 | 258.68 | 0.86 | 0.66 |
| Hex | 8B | 5C | F3 | 2B | 3E | 0 | 5 | 103 | 56 | 42 |
| Octal | 213 | 134 | 363 | 53 | 76 | 0 | 5 | 403 | 126 | 102 |
| Binary | 10001011 | 1011100 | 11110011 | 101011 | 111110 | 0 | 101 | 100000011 | 1010110 | 1000010 |
Color Harmonies of #8B5CF3
Complementary color
Monochromatic Colors of #8B5CF3
Black with #8B5CF3
Text Example
Text Example
White with #8B5CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5CF3; }
p { color: rgb(139,92,243); }
H1.HeaderClassName
{
color: #8B5CF3;
}
.AnyTagClassName
{
color: #8B5CF3;
}
</style>
background-color css
<style>
a { background-color: #8B5CF3; }
a { background-color: rgb(139,92,243); }
div.DivClassName
{
background-color: #8B5CF3;
}
.BgClassName
{
background-color: #8B5CF3;
}
</style>
border-color css
<style>
span { border-color: #8B5CF3; }
span { border-color: rgb(139,92,243); }
td.TdClassName
{
border-color: #8B5CF3;
}
.TagClassName
{
border-color: #8B5CF3;
}
</style>