Shades of Light Slate Blue #9863FE
Tints of Light Slate Blue #9863FE
RGB
CMYK
RGB Variations
Color information
#9863FE (or 0x9863FE) is known color: Light Slate Blue. HEX triplet: 98, 63 and FE. RGB value is (152,99,254). Sum of RGB (Red+Green+Blue) = 152+99+254=505 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.10% from 505); Green value is 99 (39.06% from 255 or 19.60% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #9863FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9863FE is #679C01. Grayscale: #838383. Windows color (decimal): -6790146 or 16671640. OLE color: 16671640.
HSL color Cylindrical-coordinate representation of color #9863FE: hue angle of 260.52º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9863FE is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 99 | 254 | - |
| CMYK | 0.40 | 0.61 | 0 | 0.00 |
| HSL | 260.52º | 0.99% | 0.69% | - |
| HSV(B) | 260.52º | 0.61% | 1% | - |
| XYZ | 35.3 | 22.75 | 96.3 | - |
| YUV | 132.52 | 196.56 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 99 | 254 | 0.40 | 0.61 | 0 | 0.00 | 260.52 | 0.99 | 0.69 |
| Hex | 98 | 63 | FE | 28 | 3D | 0 | 0 | 105 | 63 | 45 |
| Octal | 230 | 143 | 376 | 50 | 75 | 0 | 0 | 405 | 143 | 105 |
| Binary | 10011000 | 1100011 | 11111110 | 101000 | 111101 | 0 | 0 | 100000101 | 1100011 | 1000101 |
Color Harmonies of #9863FE
Complementary color
Monochromatic Colors of #9863FE
Black with #9863FE
Text Example
Text Example
White with #9863FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9863FE; }
p { color: rgb(152,99,254); }
H1.HeaderClassName
{
color: #9863FE;
}
.AnyTagClassName
{
color: #9863FE;
}
</style>
background-color css
<style>
a { background-color: #9863FE; }
a { background-color: rgb(152,99,254); }
div.DivClassName
{
background-color: #9863FE;
}
.BgClassName
{
background-color: #9863FE;
}
</style>
border-color css
<style>
span { border-color: #9863FE; }
span { border-color: rgb(152,99,254); }
td.TdClassName
{
border-color: #9863FE;
}
.TagClassName
{
border-color: #9863FE;
}
</style>