Shades of Light Slate Blue #8663F9
Tints of Light Slate Blue #8663F9
RGB
CMYK
RGB Variations
Color information
#8663F9 (or 0x8663F9) is known color: Light Slate Blue. HEX triplet: 86, 63 and F9. RGB value is (134,99,249). Sum of RGB (Red+Green+Blue) = 134+99+249=482 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.80% from 482); Green value is 99 (39.06% from 255 or 20.54% from 482); Blue value is 249 (97.66% from 255 or 51.66% from 482); Max value from RGB is 249 - color contains mainly: blue. Hex color #8663F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8663F9 is #799C06. Grayscale: #7D7D7D. Windows color (decimal): -7969799 or 16343942. OLE color: 16343942.
HSL color Cylindrical-coordinate representation of color #8663F9: hue angle of 254º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8663F9 is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 99 | 249 | - |
| CMYK | 0.46 | 0.60 | 0 | 0.02 |
| HSL | 254º | 0.93% | 0.68% | - |
| HSV(B) | 254º | 0.6% | 0.98% | - |
| XYZ | 31.39 | 20.83 | 91.99 | - |
| YUV | 126.57 | 197.1 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 99 | 249 | 0.46 | 0.60 | 0 | 0.02 | 254 | 0.93 | 0.68 |
| Hex | 86 | 63 | F9 | 2E | 3C | 0 | 2 | FE | 5D | 44 |
| Octal | 206 | 143 | 371 | 56 | 74 | 0 | 2 | 376 | 135 | 104 |
| Binary | 10000110 | 1100011 | 11111001 | 101110 | 111100 | 0 | 10 | 11111110 | 1011101 | 1000100 |
Color Harmonies of #8663F9
Complementary color
Monochromatic Colors of #8663F9
Black with #8663F9
Text Example
Text Example
White with #8663F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8663F9; }
p { color: rgb(134,99,249); }
H1.HeaderClassName
{
color: #8663F9;
}
.AnyTagClassName
{
color: #8663F9;
}
</style>
background-color css
<style>
a { background-color: #8663F9; }
a { background-color: rgb(134,99,249); }
div.DivClassName
{
background-color: #8663F9;
}
.BgClassName
{
background-color: #8663F9;
}
</style>
border-color css
<style>
span { border-color: #8663F9; }
span { border-color: rgb(134,99,249); }
td.TdClassName
{
border-color: #8663F9;
}
.TagClassName
{
border-color: #8663F9;
}
</style>