Shades of Medium Slate Blue #846FDF
Tints of Medium Slate Blue #846FDF
RGB
CMYK
RGB Variations
Color information
#846FDF (or 0x846FDF) is known color: Medium Slate Blue. HEX triplet: 84, 6F and DF. RGB value is (132,111,223). Sum of RGB (Red+Green+Blue) = 132+111+223=466 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.33% from 466); Green value is 111 (43.75% from 255 or 23.82% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #846FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846FDF is #7B9020. Grayscale: #818181. Windows color (decimal): -8097825 or 14643076. OLE color: 14643076.
HSL color Cylindrical-coordinate representation of color #846FDF: hue angle of 251.25º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #846FDF is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 111 | 223 | - |
| CMYK | 0.41 | 0.50 | 0 | 0.13 |
| HSL | 251.25º | 0.64% | 0.65% | - |
| HSV(B) | 251.25º | 0.5% | 0.87% | - |
| XYZ | 28.52 | 21.6 | 72.48 | - |
| YUV | 130.05 | 180.46 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 111 | 223 | 0.41 | 0.50 | 0 | 0.13 | 251.25 | 0.64 | 0.65 |
| Hex | 84 | 6F | DF | 29 | 32 | 0 | D | FB | 40 | 41 |
| Octal | 204 | 157 | 337 | 51 | 62 | 0 | 15 | 373 | 100 | 101 |
| Binary | 10000100 | 1101111 | 11011111 | 101001 | 110010 | 0 | 1101 | 11111011 | 1000000 | 1000001 |
Color Harmonies of #846FDF
Complementary color
Monochromatic Colors of #846FDF
Black with #846FDF
Text Example
Text Example
White with #846FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846FDF; }
p { color: rgb(132,111,223); }
H1.HeaderClassName
{
color: #846FDF;
}
.AnyTagClassName
{
color: #846FDF;
}
</style>
background-color css
<style>
a { background-color: #846FDF; }
a { background-color: rgb(132,111,223); }
div.DivClassName
{
background-color: #846FDF;
}
.BgClassName
{
background-color: #846FDF;
}
</style>
border-color css
<style>
span { border-color: #846FDF; }
span { border-color: rgb(132,111,223); }
td.TdClassName
{
border-color: #846FDF;
}
.TagClassName
{
border-color: #846FDF;
}
</style>