Shades of Medium Slate Blue #8354FF
Tints of Medium Slate Blue #8354FF
RGB
CMYK
RGB Variations
Color information
#8354FF (or 0x8354FF) is known color: Medium Slate Blue. HEX triplet: 83, 54 and FF. RGB value is (131,84,255). Sum of RGB (Red+Green+Blue) = 131+84+255=470 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.87% from 470); Green value is 84 (33.20% from 255 or 17.87% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #8354FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8354FF is #7CAB00. Grayscale: #747474. Windows color (decimal): -8170241 or 16733315. OLE color: 16733315.
HSL color Cylindrical-coordinate representation of color #8354FF: hue angle of 256.49º 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 #8354FF is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 84 | 255 | - |
| CMYK | 0.49 | 0.67 | 0 | 0 |
| HSL | 256.49º | 1% | 0.66% | - |
| HSV(B) | 256.49º | 0.67% | 1% | - |
| XYZ | 30.58 | 18.39 | 96.54 | - |
| YUV | 117.55 | 205.57 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 84 | 255 | 0.49 | 0.67 | 0 | 0 | 256.49 | 1 | 0.66 |
| Hex | 83 | 54 | FF | 31 | 43 | 0 | 0 | 100 | 64 | 42 |
| Octal | 203 | 124 | 377 | 61 | 103 | 0 | 0 | 400 | 144 | 102 |
| Binary | 10000011 | 1010100 | 11111111 | 110001 | 1000011 | 0 | 0 | 100000000 | 1100100 | 1000010 |
Color Harmonies of #8354FF
Complementary color
Monochromatic Colors of #8354FF
Black with #8354FF
Text Example
Text Example
White with #8354FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8354FF; }
p { color: rgb(131,84,255); }
H1.HeaderClassName
{
color: #8354FF;
}
.AnyTagClassName
{
color: #8354FF;
}
</style>
background-color css
<style>
a { background-color: #8354FF; }
a { background-color: rgb(131,84,255); }
div.DivClassName
{
background-color: #8354FF;
}
.BgClassName
{
background-color: #8354FF;
}
</style>
border-color css
<style>
span { border-color: #8354FF; }
span { border-color: rgb(131,84,255); }
td.TdClassName
{
border-color: #8354FF;
}
.TagClassName
{
border-color: #8354FF;
}
</style>