Shades of Light Slate Blue #866DF9
Tints of Light Slate Blue #866DF9
RGB
CMYK
RGB Variations
Color information
#866DF9 (or 0x866DF9) is known color: Light Slate Blue. HEX triplet: 86, 6D and F9. RGB value is (134,109,249). Sum of RGB (Red+Green+Blue) = 134+109+249=492 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.24% from 492); Green value is 109 (42.97% from 255 or 22.15% from 492); Blue value is 249 (97.66% from 255 or 50.61% from 492); Max value from RGB is 249 - color contains mainly: blue. Hex color #866DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #866DF9 is #799206. Grayscale: #838383. Windows color (decimal): -7967239 or 16346502. OLE color: 16346502.
HSL color Cylindrical-coordinate representation of color #866DF9: hue angle of 250.71º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #866DF9 is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 109 | 249 | - |
| CMYK | 0.46 | 0.56 | 0 | 0.02 |
| HSL | 250.71º | 0.92% | 0.7% | - |
| HSV(B) | 250.71º | 0.56% | 0.98% | - |
| XYZ | 32.4 | 22.85 | 92.32 | - |
| YUV | 132.44 | 193.78 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 109 | 249 | 0.46 | 0.56 | 0 | 0.02 | 250.71 | 0.92 | 0.7 |
| Hex | 86 | 6D | F9 | 2E | 38 | 0 | 2 | FB | 5C | 46 |
| Octal | 206 | 155 | 371 | 56 | 70 | 0 | 2 | 373 | 134 | 106 |
| Binary | 10000110 | 1101101 | 11111001 | 101110 | 111000 | 0 | 10 | 11111011 | 1011100 | 1000110 |
Color Harmonies of #866DF9
Complementary color
Monochromatic Colors of #866DF9
Black with #866DF9
Text Example
Text Example
White with #866DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866DF9; }
p { color: rgb(134,109,249); }
H1.HeaderClassName
{
color: #866DF9;
}
.AnyTagClassName
{
color: #866DF9;
}
</style>
background-color css
<style>
a { background-color: #866DF9; }
a { background-color: rgb(134,109,249); }
div.DivClassName
{
background-color: #866DF9;
}
.BgClassName
{
background-color: #866DF9;
}
</style>
border-color css
<style>
span { border-color: #866DF9; }
span { border-color: rgb(134,109,249); }
td.TdClassName
{
border-color: #866DF9;
}
.TagClassName
{
border-color: #866DF9;
}
</style>