Shades of Light Slate Blue #846FFF
Tints of Light Slate Blue #846FFF
RGB
CMYK
RGB Variations
Color information
#846FFF (or 0x846FFF) is known color: Light Slate Blue. HEX triplet: 84, 6F and FF. RGB value is (132,111,255). Sum of RGB (Red+Green+Blue) = 132+111+255=498 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.51% from 498); Green value is 111 (43.75% from 255 or 22.29% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #846FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #846FFF is #7B9000. Grayscale: #858585. Windows color (decimal): -8097793 or 16740228. OLE color: 16740228.
HSL color Cylindrical-coordinate representation of color #846FFF: hue angle of 248.75º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #846FFF is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 111 | 255 | - |
| CMYK | 0.48 | 0.56 | 0 | 0 |
| HSL | 248.75º | 1% | 0.72% | - |
| HSV(B) | 248.75º | 0.56% | 1% | - |
| XYZ | 33.25 | 23.49 | 97.39 | - |
| YUV | 133.7 | 196.46 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 111 | 255 | 0.48 | 0.56 | 0 | 0 | 248.75 | 1 | 0.72 |
| Hex | 84 | 6F | FF | 30 | 38 | 0 | 0 | F9 | 64 | 48 |
| Octal | 204 | 157 | 377 | 60 | 70 | 0 | 0 | 371 | 144 | 110 |
| Binary | 10000100 | 1101111 | 11111111 | 110000 | 111000 | 0 | 0 | 11111001 | 1100100 | 1001000 |
Color Harmonies of #846FFF
Complementary color
Monochromatic Colors of #846FFF
Black with #846FFF
Text Example
Text Example
White with #846FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846FFF; }
p { color: rgb(132,111,255); }
H1.HeaderClassName
{
color: #846FFF;
}
.AnyTagClassName
{
color: #846FFF;
}
</style>
background-color css
<style>
a { background-color: #846FFF; }
a { background-color: rgb(132,111,255); }
div.DivClassName
{
background-color: #846FFF;
}
.BgClassName
{
background-color: #846FFF;
}
</style>
border-color css
<style>
span { border-color: #846FFF; }
span { border-color: rgb(132,111,255); }
td.TdClassName
{
border-color: #846FFF;
}
.TagClassName
{
border-color: #846FFF;
}
</style>