Shades of Medium Slate Blue #856FF1
Tints of Medium Slate Blue #856FF1
RGB
CMYK
RGB Variations
Color information
#856FF1 (or 0x856FF1) is known color: Medium Slate Blue. HEX triplet: 85, 6F and F1. RGB value is (133,111,241). Sum of RGB (Red+Green+Blue) = 133+111+241=485 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.42% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 241 (94.53% from 255 or 49.69% from 485); Max value from RGB is 241 - color contains mainly: blue. Hex color #856FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #856FF1 is #7A900E. Grayscale: #838383. Windows color (decimal): -8032271 or 15822725. OLE color: 15822725.
HSL color Cylindrical-coordinate representation of color #856FF1: hue angle of 250.15º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #856FF1 is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 111 | 241 | - |
| CMYK | 0.45 | 0.54 | 0 | 0.05 |
| HSL | 250.15º | 0.82% | 0.69% | - |
| HSV(B) | 250.15º | 0.54% | 0.95% | - |
| XYZ | 31.23 | 22.71 | 85.96 | - |
| YUV | 132.4 | 189.29 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 111 | 241 | 0.45 | 0.54 | 0 | 0.05 | 250.15 | 0.82 | 0.69 |
| Hex | 85 | 6F | F1 | 2D | 36 | 0 | 5 | FA | 52 | 45 |
| Octal | 205 | 157 | 361 | 55 | 66 | 0 | 5 | 372 | 122 | 105 |
| Binary | 10000101 | 1101111 | 11110001 | 101101 | 110110 | 0 | 101 | 11111010 | 1010010 | 1000101 |
Color Harmonies of #856FF1
Complementary color
Monochromatic Colors of #856FF1
Black with #856FF1
Text Example
Text Example
White with #856FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856FF1; }
p { color: rgb(133,111,241); }
H1.HeaderClassName
{
color: #856FF1;
}
.AnyTagClassName
{
color: #856FF1;
}
</style>
background-color css
<style>
a { background-color: #856FF1; }
a { background-color: rgb(133,111,241); }
div.DivClassName
{
background-color: #856FF1;
}
.BgClassName
{
background-color: #856FF1;
}
</style>
border-color css
<style>
span { border-color: #856FF1; }
span { border-color: rgb(133,111,241); }
td.TdClassName
{
border-color: #856FF1;
}
.TagClassName
{
border-color: #856FF1;
}
</style>