Shades of Medium Slate Blue #844FF8
Tints of Medium Slate Blue #844FF8
RGB
CMYK
RGB Variations
Color information
#844FF8 (or 0x844FF8) is known color: Medium Slate Blue. HEX triplet: 84, 4F and F8. RGB value is (132,79,248). Sum of RGB (Red+Green+Blue) = 132+79+248=459 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.76% from 459); Green value is 79 (31.25% from 255 or 17.21% from 459); Blue value is 248 (97.27% from 255 or 54.03% from 459); Max value from RGB is 248 - color contains mainly: blue. Hex color #844FF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #844FF8 is #7BB007. Grayscale: #717171. Windows color (decimal): -8105992 or 16273284. OLE color: 16273284.
HSL color Cylindrical-coordinate representation of color #844FF8: hue angle of 258.82º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #844FF8 is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 132 | 79 | 248 | - |
| CMYK | 0.47 | 0.68 | 0 | 0.03 |
| HSL | 258.82º | 0.92% | 0.64% | - |
| HSV(B) | 258.82º | 0.68% | 0.97% | - |
| XYZ | 29.25 | 17.27 | 90.6 | - |
| YUV | 114.11 | 203.56 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 79 | 248 | 0.47 | 0.68 | 0 | 0.03 | 258.82 | 0.92 | 0.64 |
| Hex | 84 | 4F | F8 | 2F | 44 | 0 | 3 | 103 | 5C | 40 |
| Octal | 204 | 117 | 370 | 57 | 104 | 0 | 3 | 403 | 134 | 100 |
| Binary | 10000100 | 1001111 | 11111000 | 101111 | 1000100 | 0 | 11 | 100000011 | 1011100 | 1000000 |
Color Harmonies of #844FF8
Complementary color
Monochromatic Colors of #844FF8
Black with #844FF8
Text Example
Text Example
White with #844FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844FF8; }
p { color: rgb(132,79,248); }
H1.HeaderClassName
{
color: #844FF8;
}
.AnyTagClassName
{
color: #844FF8;
}
</style>
background-color css
<style>
a { background-color: #844FF8; }
a { background-color: rgb(132,79,248); }
div.DivClassName
{
background-color: #844FF8;
}
.BgClassName
{
background-color: #844FF8;
}
</style>
border-color css
<style>
span { border-color: #844FF8; }
span { border-color: rgb(132,79,248); }
td.TdClassName
{
border-color: #844FF8;
}
.TagClassName
{
border-color: #844FF8;
}
</style>