Shades of Medium Slate Blue #8353FF
Tints of Medium Slate Blue #8353FF
RGB
CMYK
RGB Variations
Color information
#8353FF (or 0x8353FF) is known color: Medium Slate Blue. HEX triplet: 83, 53 and FF. RGB value is (131,83,255). Sum of RGB (Red+Green+Blue) = 131+83+255=469 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.93% from 469); Green value is 83 (32.81% from 255 or 17.70% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #8353FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8353FF is #7CAC00. Grayscale: #747474. Windows color (decimal): -8170497 or 16733059. OLE color: 16733059.
HSL color Cylindrical-coordinate representation of color #8353FF: hue angle of 256.74º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8353FF is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 83 | 255 | - |
| CMYK | 0.49 | 0.67 | 0 | 0 |
| HSL | 256.74º | 1% | 0.66% | - |
| HSV(B) | 256.74º | 0.67% | 1% | - |
| XYZ | 30.5 | 18.23 | 96.52 | - |
| YUV | 116.96 | 205.9 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 83 | 255 | 0.49 | 0.67 | 0 | 0 | 256.74 | 1 | 0.66 |
| Hex | 83 | 53 | FF | 31 | 43 | 0 | 0 | 101 | 64 | 42 |
| Octal | 203 | 123 | 377 | 61 | 103 | 0 | 0 | 401 | 144 | 102 |
| Binary | 10000011 | 1010011 | 11111111 | 110001 | 1000011 | 0 | 0 | 100000001 | 1100100 | 1000010 |
Color Harmonies of #8353FF
Complementary color
Monochromatic Colors of #8353FF
Black with #8353FF
Text Example
Text Example
White with #8353FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8353FF; }
p { color: rgb(131,83,255); }
H1.HeaderClassName
{
color: #8353FF;
}
.AnyTagClassName
{
color: #8353FF;
}
</style>
background-color css
<style>
a { background-color: #8353FF; }
a { background-color: rgb(131,83,255); }
div.DivClassName
{
background-color: #8353FF;
}
.BgClassName
{
background-color: #8353FF;
}
</style>
border-color css
<style>
span { border-color: #8353FF; }
span { border-color: rgb(131,83,255); }
td.TdClassName
{
border-color: #8353FF;
}
.TagClassName
{
border-color: #8353FF;
}
</style>