Shades of Medium Slate Blue #8355FF
Tints of Medium Slate Blue #8355FF
RGB
CMYK
RGB Variations
Color information
#8355FF (or 0x8355FF) is known color: Medium Slate Blue. HEX triplet: 83, 55 and FF. RGB value is (131,85,255). Sum of RGB (Red+Green+Blue) = 131+85+255=471 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.81% from 471); Green value is 85 (33.59% from 255 or 18.05% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #8355FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8355FF is #7CAA00. Grayscale: #757575. Windows color (decimal): -8169985 or 16733571. OLE color: 16733571.
HSL color Cylindrical-coordinate representation of color #8355FF: hue angle of 256.24º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8355FF is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 85 | 255 | - |
| CMYK | 0.49 | 0.67 | 0 | 0 |
| HSL | 256.24º | 1% | 0.67% | - |
| HSV(B) | 256.24º | 0.67% | 1% | - |
| XYZ | 30.66 | 18.54 | 96.57 | - |
| YUV | 118.13 | 205.24 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 85 | 255 | 0.49 | 0.67 | 0 | 0 | 256.24 | 1 | 0.67 |
| Hex | 83 | 55 | FF | 31 | 43 | 0 | 0 | 100 | 64 | 43 |
| Octal | 203 | 125 | 377 | 61 | 103 | 0 | 0 | 400 | 144 | 103 |
| Binary | 10000011 | 1010101 | 11111111 | 110001 | 1000011 | 0 | 0 | 100000000 | 1100100 | 1000011 |
Color Harmonies of #8355FF
Complementary color
Monochromatic Colors of #8355FF
Black with #8355FF
Text Example
Text Example
White with #8355FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8355FF; }
p { color: rgb(131,85,255); }
H1.HeaderClassName
{
color: #8355FF;
}
.AnyTagClassName
{
color: #8355FF;
}
</style>
background-color css
<style>
a { background-color: #8355FF; }
a { background-color: rgb(131,85,255); }
div.DivClassName
{
background-color: #8355FF;
}
.BgClassName
{
background-color: #8355FF;
}
</style>
border-color css
<style>
span { border-color: #8355FF; }
span { border-color: rgb(131,85,255); }
td.TdClassName
{
border-color: #8355FF;
}
.TagClassName
{
border-color: #8355FF;
}
</style>