Shades of Medium Slate Blue #8357FD
Tints of Medium Slate Blue #8357FD
RGB
CMYK
RGB Variations
Color information
#8357FD (or 0x8357FD) is known color: Medium Slate Blue. HEX triplet: 83, 57 and FD. RGB value is (131,87,253). Sum of RGB (Red+Green+Blue) = 131+87+253=471 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.81% from 471); Green value is 87 (34.38% from 255 or 18.47% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #8357FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8357FD is #7CA802. Grayscale: #767676. Windows color (decimal): -8169475 or 16603011. OLE color: 16603011.
HSL color Cylindrical-coordinate representation of color #8357FD: hue angle of 255.9º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8357FD is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 87 | 253 | - |
| CMYK | 0.48 | 0.66 | 0 | 0.01 |
| HSL | 255.9º | 0.98% | 0.67% | - |
| HSV(B) | 255.9º | 0.66% | 0.99% | - |
| XYZ | 30.5 | 18.73 | 94.94 | - |
| YUV | 119.08 | 203.58 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 87 | 253 | 0.48 | 0.66 | 0 | 0.01 | 255.9 | 0.98 | 0.67 |
| Hex | 83 | 57 | FD | 30 | 42 | 0 | 1 | 100 | 62 | 43 |
| Octal | 203 | 127 | 375 | 60 | 102 | 0 | 1 | 400 | 142 | 103 |
| Binary | 10000011 | 1010111 | 11111101 | 110000 | 1000010 | 0 | 1 | 100000000 | 1100010 | 1000011 |
Color Harmonies of #8357FD
Complementary color
Monochromatic Colors of #8357FD
Black with #8357FD
Text Example
Text Example
White with #8357FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8357FD; }
p { color: rgb(131,87,253); }
H1.HeaderClassName
{
color: #8357FD;
}
.AnyTagClassName
{
color: #8357FD;
}
</style>
background-color css
<style>
a { background-color: #8357FD; }
a { background-color: rgb(131,87,253); }
div.DivClassName
{
background-color: #8357FD;
}
.BgClassName
{
background-color: #8357FD;
}
</style>
border-color css
<style>
span { border-color: #8357FD; }
span { border-color: rgb(131,87,253); }
td.TdClassName
{
border-color: #8357FD;
}
.TagClassName
{
border-color: #8357FD;
}
</style>