Shades of Light Slate Blue #8663FF
Tints of Light Slate Blue #8663FF
RGB
CMYK
RGB Variations
Color information
#8663FF (or 0x8663FF) is known color: Light Slate Blue. HEX triplet: 86, 63 and FF. RGB value is (134,99,255). Sum of RGB (Red+Green+Blue) = 134+99+255=488 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.46% from 488); Green value is 99 (39.06% from 255 or 20.29% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #8663FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8663FF is #799C00. Grayscale: #7E7E7E. Windows color (decimal): -7969793 or 16737158. OLE color: 16737158.
HSL color Cylindrical-coordinate representation of color #8663FF: hue angle of 253.46º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8663FF is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 99 | 255 | - |
| CMYK | 0.47 | 0.61 | 0 | 0 |
| HSL | 253.46º | 1% | 0.69% | - |
| HSV(B) | 253.46º | 0.61% | 1% | - |
| XYZ | 32.34 | 21.21 | 97 | - |
| YUV | 127.25 | 200.1 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 99 | 255 | 0.47 | 0.61 | 0 | 0 | 253.46 | 1 | 0.69 |
| Hex | 86 | 63 | FF | 2F | 3D | 0 | 0 | FD | 64 | 45 |
| Octal | 206 | 143 | 377 | 57 | 75 | 0 | 0 | 375 | 144 | 105 |
| Binary | 10000110 | 1100011 | 11111111 | 101111 | 111101 | 0 | 0 | 11111101 | 1100100 | 1000101 |
Color Harmonies of #8663FF
Complementary color
Monochromatic Colors of #8663FF
Black with #8663FF
Text Example
Text Example
White with #8663FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8663FF; }
p { color: rgb(134,99,255); }
H1.HeaderClassName
{
color: #8663FF;
}
.AnyTagClassName
{
color: #8663FF;
}
</style>
background-color css
<style>
a { background-color: #8663FF; }
a { background-color: rgb(134,99,255); }
div.DivClassName
{
background-color: #8663FF;
}
.BgClassName
{
background-color: #8663FF;
}
</style>
border-color css
<style>
span { border-color: #8663FF; }
span { border-color: rgb(134,99,255); }
td.TdClassName
{
border-color: #8663FF;
}
.TagClassName
{
border-color: #8663FF;
}
</style>