Shades of Light Slate Blue #9863FF
Tints of Light Slate Blue #9863FF
RGB
CMYK
RGB Variations
Color information
#9863FF (or 0x9863FF) is known color: Light Slate Blue. HEX triplet: 98, 63 and FF. RGB value is (152,99,255). Sum of RGB (Red+Green+Blue) = 152+99+255=506 (67% of max value = 765). Red value is 152 (59.77% from 255 or 30.04% from 506); Green value is 99 (39.06% from 255 or 19.57% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #9863FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9863FF is #679C00. Grayscale: #848484. Windows color (decimal): -6790145 or 16737176. OLE color: 16737176.
HSL color Cylindrical-coordinate representation of color #9863FF: hue angle of 260.38º 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 #9863FF is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 99 | 255 | - |
| CMYK | 0.40 | 0.61 | 0 | 0 |
| HSL | 260.38º | 1% | 0.69% | - |
| HSV(B) | 260.38º | 0.61% | 1% | - |
| XYZ | 35.46 | 22.82 | 97.14 | - |
| YUV | 132.63 | 197.06 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 99 | 255 | 0.40 | 0.61 | 0 | 0 | 260.38 | 1 | 0.69 |
| Hex | 98 | 63 | FF | 28 | 3D | 0 | 0 | 104 | 64 | 45 |
| Octal | 230 | 143 | 377 | 50 | 75 | 0 | 0 | 404 | 144 | 105 |
| Binary | 10011000 | 1100011 | 11111111 | 101000 | 111101 | 0 | 0 | 100000100 | 1100100 | 1000101 |
Color Harmonies of #9863FF
Complementary color
Monochromatic Colors of #9863FF
Black with #9863FF
Text Example
Text Example
White with #9863FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9863FF; }
p { color: rgb(152,99,255); }
H1.HeaderClassName
{
color: #9863FF;
}
.AnyTagClassName
{
color: #9863FF;
}
</style>
background-color css
<style>
a { background-color: #9863FF; }
a { background-color: rgb(152,99,255); }
div.DivClassName
{
background-color: #9863FF;
}
.BgClassName
{
background-color: #9863FF;
}
</style>
border-color css
<style>
span { border-color: #9863FF; }
span { border-color: rgb(152,99,255); }
td.TdClassName
{
border-color: #9863FF;
}
.TagClassName
{
border-color: #9863FF;
}
</style>