Shades of Medium Slate Blue #846AF2
Tints of Medium Slate Blue #846AF2
RGB
CMYK
RGB Variations
Color information
#846AF2 (or 0x846AF2) is known color: Medium Slate Blue. HEX triplet: 84, 6A and F2. RGB value is (132,106,242). Sum of RGB (Red+Green+Blue) = 132+106+242=480 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.5% from 480); Green value is 106 (41.80% from 255 or 22.08% from 480); Blue value is 242 (94.92% from 255 or 50.42% from 480); Max value from RGB is 242 - color contains mainly: blue. Hex color #846AF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #846AF2 is #7B950D. Grayscale: #808080. Windows color (decimal): -8099086 or 15886980. OLE color: 15886980.
HSL color Cylindrical-coordinate representation of color #846AF2: hue angle of 251.47º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #846AF2 is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 106 | 242 | - |
| CMYK | 0.45 | 0.56 | 0 | 0.05 |
| HSL | 251.47º | 0.84% | 0.68% | - |
| HSV(B) | 251.47º | 0.56% | 0.95% | - |
| XYZ | 30.7 | 21.62 | 86.56 | - |
| YUV | 129.28 | 191.61 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 106 | 242 | 0.45 | 0.56 | 0 | 0.05 | 251.47 | 0.84 | 0.68 |
| Hex | 84 | 6A | F2 | 2D | 38 | 0 | 5 | FB | 54 | 44 |
| Octal | 204 | 152 | 362 | 55 | 70 | 0 | 5 | 373 | 124 | 104 |
| Binary | 10000100 | 1101010 | 11110010 | 101101 | 111000 | 0 | 101 | 11111011 | 1010100 | 1000100 |
Color Harmonies of #846AF2
Complementary color
Monochromatic Colors of #846AF2
Black with #846AF2
Text Example
Text Example
White with #846AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846AF2; }
p { color: rgb(132,106,242); }
H1.HeaderClassName
{
color: #846AF2;
}
.AnyTagClassName
{
color: #846AF2;
}
</style>
background-color css
<style>
a { background-color: #846AF2; }
a { background-color: rgb(132,106,242); }
div.DivClassName
{
background-color: #846AF2;
}
.BgClassName
{
background-color: #846AF2;
}
</style>
border-color css
<style>
span { border-color: #846AF2; }
span { border-color: rgb(132,106,242); }
td.TdClassName
{
border-color: #846AF2;
}
.TagClassName
{
border-color: #846AF2;
}
</style>