Shades of Medium Slate Blue #8352FF
Tints of Medium Slate Blue #8352FF
RGB
CMYK
RGB Variations
Color information
#8352FF (or 0x8352FF) is known color: Medium Slate Blue. HEX triplet: 83, 52 and FF. RGB value is (131,82,255). Sum of RGB (Red+Green+Blue) = 131+82+255=468 (61% of max value = 765). Red value is 131 (51.56% from 255 or 27.99% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #8352FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8352FF is #7CAD00. Grayscale: #737373. Windows color (decimal): -8170753 or 16732803. OLE color: 16732803.
HSL color Cylindrical-coordinate representation of color #8352FF: hue angle of 256.99º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8352FF is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 82 | 255 | - |
| CMYK | 0.49 | 0.68 | 0 | 0 |
| HSL | 256.99º | 1% | 0.66% | - |
| HSV(B) | 256.99º | 0.68% | 1% | - |
| XYZ | 30.43 | 18.08 | 96.49 | - |
| YUV | 116.37 | 206.23 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 82 | 255 | 0.49 | 0.68 | 0 | 0 | 256.99 | 1 | 0.66 |
| Hex | 83 | 52 | FF | 31 | 44 | 0 | 0 | 101 | 64 | 42 |
| Octal | 203 | 122 | 377 | 61 | 104 | 0 | 0 | 401 | 144 | 102 |
| Binary | 10000011 | 1010010 | 11111111 | 110001 | 1000100 | 0 | 0 | 100000001 | 1100100 | 1000010 |
Color Harmonies of #8352FF
Complementary color
Monochromatic Colors of #8352FF
Black with #8352FF
Text Example
Text Example
White with #8352FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8352FF; }
p { color: rgb(131,82,255); }
H1.HeaderClassName
{
color: #8352FF;
}
.AnyTagClassName
{
color: #8352FF;
}
</style>
background-color css
<style>
a { background-color: #8352FF; }
a { background-color: rgb(131,82,255); }
div.DivClassName
{
background-color: #8352FF;
}
.BgClassName
{
background-color: #8352FF;
}
</style>
border-color css
<style>
span { border-color: #8352FF; }
span { border-color: rgb(131,82,255); }
td.TdClassName
{
border-color: #8352FF;
}
.TagClassName
{
border-color: #8352FF;
}
</style>