Shades of Light Slate Blue #846DF7
Tints of Light Slate Blue #846DF7
RGB
CMYK
RGB Variations
Color information
#846DF7 (or 0x846DF7) is known color: Light Slate Blue. HEX triplet: 84, 6D and F7. RGB value is (132,109,247). Sum of RGB (Red+Green+Blue) = 132+109+247=488 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.05% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 247 (96.88% from 255 or 50.61% from 488); Max value from RGB is 247 - color contains mainly: blue. Hex color #846DF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #846DF7 is #7B9208. Grayscale: #838383. Windows color (decimal): -8098313 or 16215428. OLE color: 16215428.
HSL color Cylindrical-coordinate representation of color #846DF7: hue angle of 250º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #846DF7 is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 132 | 109 | 247 | - |
| CMYK | 0.47 | 0.56 | 0 | 0.03 |
| HSL | 250º | 0.9% | 0.7% | - |
| HSV(B) | 250º | 0.56% | 0.97% | - |
| XYZ | 31.77 | 22.56 | 90.68 | - |
| YUV | 131.61 | 193.12 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 109 | 247 | 0.47 | 0.56 | 0 | 0.03 | 250 | 0.9 | 0.7 |
| Hex | 84 | 6D | F7 | 2F | 38 | 0 | 3 | FA | 5A | 46 |
| Octal | 204 | 155 | 367 | 57 | 70 | 0 | 3 | 372 | 132 | 106 |
| Binary | 10000100 | 1101101 | 11110111 | 101111 | 111000 | 0 | 11 | 11111010 | 1011010 | 1000110 |
Color Harmonies of #846DF7
Complementary color
Monochromatic Colors of #846DF7
Black with #846DF7
Text Example
Text Example
White with #846DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846DF7; }
p { color: rgb(132,109,247); }
H1.HeaderClassName
{
color: #846DF7;
}
.AnyTagClassName
{
color: #846DF7;
}
</style>
background-color css
<style>
a { background-color: #846DF7; }
a { background-color: rgb(132,109,247); }
div.DivClassName
{
background-color: #846DF7;
}
.BgClassName
{
background-color: #846DF7;
}
</style>
border-color css
<style>
span { border-color: #846DF7; }
span { border-color: rgb(132,109,247); }
td.TdClassName
{
border-color: #846DF7;
}
.TagClassName
{
border-color: #846DF7;
}
</style>