Shades of Light Slate Blue #866FF3
Tints of Light Slate Blue #866FF3
RGB
CMYK
RGB Variations
Color information
#866FF3 (or 0x866FF3) is known color: Light Slate Blue. HEX triplet: 86, 6F and F3. RGB value is (134,111,243). Sum of RGB (Red+Green+Blue) = 134+111+243=488 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.46% from 488); Green value is 111 (43.75% from 255 or 22.75% from 488); Blue value is 243 (95.31% from 255 or 49.80% from 488); Max value from RGB is 243 - color contains mainly: blue. Hex color #866FF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #866FF3 is #79900C. Grayscale: #848484. Windows color (decimal): -7966733 or 15953798. OLE color: 15953798.
HSL color Cylindrical-coordinate representation of color #866FF3: hue angle of 250.45º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #866FF3 is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 111 | 243 | - |
| CMYK | 0.45 | 0.54 | 0 | 0.05 |
| HSL | 250.45º | 0.85% | 0.69% | - |
| HSV(B) | 250.45º | 0.54% | 0.95% | - |
| XYZ | 31.69 | 22.91 | 87.55 | - |
| YUV | 132.93 | 190.12 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 111 | 243 | 0.45 | 0.54 | 0 | 0.05 | 250.45 | 0.85 | 0.69 |
| Hex | 86 | 6F | F3 | 2D | 36 | 0 | 5 | FA | 55 | 45 |
| Octal | 206 | 157 | 363 | 55 | 66 | 0 | 5 | 372 | 125 | 105 |
| Binary | 10000110 | 1101111 | 11110011 | 101101 | 110110 | 0 | 101 | 11111010 | 1010101 | 1000101 |
Color Harmonies of #866FF3
Complementary color
Monochromatic Colors of #866FF3
Black with #866FF3
Text Example
Text Example
White with #866FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866FF3; }
p { color: rgb(134,111,243); }
H1.HeaderClassName
{
color: #866FF3;
}
.AnyTagClassName
{
color: #866FF3;
}
</style>
background-color css
<style>
a { background-color: #866FF3; }
a { background-color: rgb(134,111,243); }
div.DivClassName
{
background-color: #866FF3;
}
.BgClassName
{
background-color: #866FF3;
}
</style>
border-color css
<style>
span { border-color: #866FF3; }
span { border-color: rgb(134,111,243); }
td.TdClassName
{
border-color: #866FF3;
}
.TagClassName
{
border-color: #866FF3;
}
</style>