Shades of Light Slate Blue #9861FE
Tints of Light Slate Blue #9861FE
RGB
CMYK
RGB Variations
Color information
#9861FE (or 0x9861FE) is known color: Light Slate Blue. HEX triplet: 98, 61 and FE. RGB value is (152,97,254). Sum of RGB (Red+Green+Blue) = 152+97+254=503 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.22% from 503); Green value is 97 (38.28% from 255 or 19.28% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #9861FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9861FE is #679E01. Grayscale: #828282. Windows color (decimal): -6790658 or 16671128. OLE color: 16671128.
HSL color Cylindrical-coordinate representation of color #9861FE: hue angle of 261.02º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9861FE is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 97 | 254 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.00 |
| HSL | 261.02º | 0.99% | 0.69% | - |
| HSV(B) | 261.02º | 0.62% | 1% | - |
| XYZ | 35.11 | 22.38 | 96.24 | - |
| YUV | 131.34 | 197.22 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 97 | 254 | 0.40 | 0.62 | 0 | 0.00 | 261.02 | 0.99 | 0.69 |
| Hex | 98 | 61 | FE | 28 | 3E | 0 | 0 | 105 | 63 | 45 |
| Octal | 230 | 141 | 376 | 50 | 76 | 0 | 0 | 405 | 143 | 105 |
| Binary | 10011000 | 1100001 | 11111110 | 101000 | 111110 | 0 | 0 | 100000101 | 1100011 | 1000101 |
Color Harmonies of #9861FE
Complementary color
Monochromatic Colors of #9861FE
Black with #9861FE
Text Example
Text Example
White with #9861FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9861FE; }
p { color: rgb(152,97,254); }
H1.HeaderClassName
{
color: #9861FE;
}
.AnyTagClassName
{
color: #9861FE;
}
</style>
background-color css
<style>
a { background-color: #9861FE; }
a { background-color: rgb(152,97,254); }
div.DivClassName
{
background-color: #9861FE;
}
.BgClassName
{
background-color: #9861FE;
}
</style>
border-color css
<style>
span { border-color: #9861FE; }
span { border-color: rgb(152,97,254); }
td.TdClassName
{
border-color: #9861FE;
}
.TagClassName
{
border-color: #9861FE;
}
</style>