Shades of Light Slate Blue #9863F8
Tints of Light Slate Blue #9863F8
RGB
CMYK
RGB Variations
Color information
#9863F8 (or 0x9863F8) is known color: Light Slate Blue. HEX triplet: 98, 63 and F8. RGB value is (152,99,248). Sum of RGB (Red+Green+Blue) = 152+99+248=499 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.46% from 499); Green value is 99 (39.06% from 255 or 19.84% from 499); Blue value is 248 (97.27% from 255 or 49.70% from 499); Max value from RGB is 248 - color contains mainly: blue. Hex color #9863F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9863F8 is #679C07. Grayscale: #838383. Windows color (decimal): -6790152 or 16278424. OLE color: 16278424.
HSL color Cylindrical-coordinate representation of color #9863F8: hue angle of 261.34º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9863F8 is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 152 | 99 | 248 | - |
| CMYK | 0.39 | 0.60 | 0 | 0.03 |
| HSL | 261.34º | 0.91% | 0.68% | - |
| HSV(B) | 261.34º | 0.6% | 0.97% | - |
| XYZ | 34.35 | 22.38 | 91.32 | - |
| YUV | 131.83 | 193.56 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 99 | 248 | 0.39 | 0.60 | 0 | 0.03 | 261.34 | 0.91 | 0.68 |
| Hex | 98 | 63 | F8 | 27 | 3C | 0 | 3 | 105 | 5B | 44 |
| Octal | 230 | 143 | 370 | 47 | 74 | 0 | 3 | 405 | 133 | 104 |
| Binary | 10011000 | 1100011 | 11111000 | 100111 | 111100 | 0 | 11 | 100000101 | 1011011 | 1000100 |
Color Harmonies of #9863F8
Complementary color
Monochromatic Colors of #9863F8
Black with #9863F8
Text Example
Text Example
White with #9863F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9863F8; }
p { color: rgb(152,99,248); }
H1.HeaderClassName
{
color: #9863F8;
}
.AnyTagClassName
{
color: #9863F8;
}
</style>
background-color css
<style>
a { background-color: #9863F8; }
a { background-color: rgb(152,99,248); }
div.DivClassName
{
background-color: #9863F8;
}
.BgClassName
{
background-color: #9863F8;
}
</style>
border-color css
<style>
span { border-color: #9863F8; }
span { border-color: rgb(152,99,248); }
td.TdClassName
{
border-color: #9863F8;
}
.TagClassName
{
border-color: #9863F8;
}
</style>