Shades of Light Slate Blue #866DF3
Tints of Light Slate Blue #866DF3
RGB
CMYK
RGB Variations
Color information
#866DF3 (or 0x866DF3) is known color: Light Slate Blue. HEX triplet: 86, 6D and F3. RGB value is (134,109,243). Sum of RGB (Red+Green+Blue) = 134+109+243=486 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.57% from 486); Green value is 109 (42.97% from 255 or 22.43% from 486); Blue value is 243 (95.31% from 255 or 50% from 486); Max value from RGB is 243 - color contains mainly: blue. Hex color #866DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #866DF3 is #79920C. Grayscale: #838383. Windows color (decimal): -7967245 or 15953286. OLE color: 15953286.
HSL color Cylindrical-coordinate representation of color #866DF3: hue angle of 251.19º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #866DF3 is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 109 | 243 | - |
| CMYK | 0.45 | 0.55 | 0 | 0.05 |
| HSL | 251.19º | 0.85% | 0.69% | - |
| HSV(B) | 251.19º | 0.55% | 0.95% | - |
| XYZ | 31.48 | 22.48 | 87.47 | - |
| YUV | 131.75 | 190.78 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 109 | 243 | 0.45 | 0.55 | 0 | 0.05 | 251.19 | 0.85 | 0.69 |
| Hex | 86 | 6D | F3 | 2D | 37 | 0 | 5 | FB | 55 | 45 |
| Octal | 206 | 155 | 363 | 55 | 67 | 0 | 5 | 373 | 125 | 105 |
| Binary | 10000110 | 1101101 | 11110011 | 101101 | 110111 | 0 | 101 | 11111011 | 1010101 | 1000101 |
Color Harmonies of #866DF3
Complementary color
Monochromatic Colors of #866DF3
Black with #866DF3
Text Example
Text Example
White with #866DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866DF3; }
p { color: rgb(134,109,243); }
H1.HeaderClassName
{
color: #866DF3;
}
.AnyTagClassName
{
color: #866DF3;
}
</style>
background-color css
<style>
a { background-color: #866DF3; }
a { background-color: rgb(134,109,243); }
div.DivClassName
{
background-color: #866DF3;
}
.BgClassName
{
background-color: #866DF3;
}
</style>
border-color css
<style>
span { border-color: #866DF3; }
span { border-color: rgb(134,109,243); }
td.TdClassName
{
border-color: #866DF3;
}
.TagClassName
{
border-color: #866DF3;
}
</style>