Shades of Medium Slate Blue #8358FD
Tints of Medium Slate Blue #8358FD
RGB
CMYK
RGB Variations
Color information
#8358FD (or 0x8358FD) is known color: Medium Slate Blue. HEX triplet: 83, 58 and FD. RGB value is (131,88,253). Sum of RGB (Red+Green+Blue) = 131+88+253=472 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.75% from 472); Green value is 88 (34.77% from 255 or 18.64% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #8358FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8358FD is #7CA702. Grayscale: #777777. Windows color (decimal): -8169219 or 16603267. OLE color: 16603267.
HSL color Cylindrical-coordinate representation of color #8358FD: hue angle of 255.64º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8358FD is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 88 | 253 | - |
| CMYK | 0.48 | 0.65 | 0 | 0.01 |
| HSL | 255.64º | 0.98% | 0.67% | - |
| HSV(B) | 255.64º | 0.65% | 0.99% | - |
| XYZ | 30.58 | 18.9 | 94.96 | - |
| YUV | 119.67 | 203.25 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 88 | 253 | 0.48 | 0.65 | 0 | 0.01 | 255.64 | 0.98 | 0.67 |
| Hex | 83 | 58 | FD | 30 | 41 | 0 | 1 | 100 | 62 | 43 |
| Octal | 203 | 130 | 375 | 60 | 101 | 0 | 1 | 400 | 142 | 103 |
| Binary | 10000011 | 1011000 | 11111101 | 110000 | 1000001 | 0 | 1 | 100000000 | 1100010 | 1000011 |
Color Harmonies of #8358FD
Complementary color
Monochromatic Colors of #8358FD
Black with #8358FD
Text Example
Text Example
White with #8358FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8358FD; }
p { color: rgb(131,88,253); }
H1.HeaderClassName
{
color: #8358FD;
}
.AnyTagClassName
{
color: #8358FD;
}
</style>
background-color css
<style>
a { background-color: #8358FD; }
a { background-color: rgb(131,88,253); }
div.DivClassName
{
background-color: #8358FD;
}
.BgClassName
{
background-color: #8358FD;
}
</style>
border-color css
<style>
span { border-color: #8358FD; }
span { border-color: rgb(131,88,253); }
td.TdClassName
{
border-color: #8358FD;
}
.TagClassName
{
border-color: #8358FD;
}
</style>