Shades of Light Slate Blue #9868FE
Tints of Light Slate Blue #9868FE
RGB
CMYK
RGB Variations
Color information
#9868FE (or 0x9868FE) is known color: Light Slate Blue. HEX triplet: 98, 68 and FE. RGB value is (152,104,254). Sum of RGB (Red+Green+Blue) = 152+104+254=510 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.80% from 510); Green value is 104 (41.02% from 255 or 20.39% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #9868FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9868FE is #679701. Grayscale: #868686. Windows color (decimal): -6788866 or 16672920. OLE color: 16672920.
HSL color Cylindrical-coordinate representation of color #9868FE: hue angle of 259.2º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9868FE is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 104 | 254 | - |
| CMYK | 0.40 | 0.59 | 0 | 0.00 |
| HSL | 259.2º | 0.99% | 0.7% | - |
| HSV(B) | 259.2º | 0.59% | 1% | - |
| XYZ | 35.79 | 23.73 | 96.46 | - |
| YUV | 135.45 | 194.9 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 104 | 254 | 0.40 | 0.59 | 0 | 0.00 | 259.2 | 0.99 | 0.7 |
| Hex | 98 | 68 | FE | 28 | 3B | 0 | 0 | 103 | 63 | 46 |
| Octal | 230 | 150 | 376 | 50 | 73 | 0 | 0 | 403 | 143 | 106 |
| Binary | 10011000 | 1101000 | 11111110 | 101000 | 111011 | 0 | 0 | 100000011 | 1100011 | 1000110 |
Color Harmonies of #9868FE
Complementary color
Monochromatic Colors of #9868FE
Black with #9868FE
Text Example
Text Example
White with #9868FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9868FE; }
p { color: rgb(152,104,254); }
H1.HeaderClassName
{
color: #9868FE;
}
.AnyTagClassName
{
color: #9868FE;
}
</style>
background-color css
<style>
a { background-color: #9868FE; }
a { background-color: rgb(152,104,254); }
div.DivClassName
{
background-color: #9868FE;
}
.BgClassName
{
background-color: #9868FE;
}
</style>
border-color css
<style>
span { border-color: #9868FE; }
span { border-color: rgb(152,104,254); }
td.TdClassName
{
border-color: #9868FE;
}
.TagClassName
{
border-color: #9868FE;
}
</style>