Shades of Light Slate Blue #9867FE
Tints of Light Slate Blue #9867FE
RGB
CMYK
RGB Variations
Color information
#9867FE (or 0x9867FE) is known color: Light Slate Blue. HEX triplet: 98, 67 and FE. RGB value is (152,103,254). Sum of RGB (Red+Green+Blue) = 152+103+254=509 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.86% from 509); Green value is 103 (40.62% from 255 or 20.24% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #9867FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9867FE is #679801. Grayscale: #868686. Windows color (decimal): -6789122 or 16672664. OLE color: 16672664.
HSL color Cylindrical-coordinate representation of color #9867FE: hue angle of 259.47º 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 #9867FE is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 103 | 254 | - |
| CMYK | 0.40 | 0.59 | 0 | 0.00 |
| HSL | 259.47º | 0.99% | 0.7% | - |
| HSV(B) | 259.47º | 0.59% | 1% | - |
| XYZ | 35.69 | 23.53 | 96.43 | - |
| YUV | 134.87 | 195.23 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 103 | 254 | 0.40 | 0.59 | 0 | 0.00 | 259.47 | 0.99 | 0.7 |
| Hex | 98 | 67 | FE | 28 | 3B | 0 | 0 | 103 | 63 | 46 |
| Octal | 230 | 147 | 376 | 50 | 73 | 0 | 0 | 403 | 143 | 106 |
| Binary | 10011000 | 1100111 | 11111110 | 101000 | 111011 | 0 | 0 | 100000011 | 1100011 | 1000110 |
Color Harmonies of #9867FE
Complementary color
Monochromatic Colors of #9867FE
Black with #9867FE
Text Example
Text Example
White with #9867FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9867FE; }
p { color: rgb(152,103,254); }
H1.HeaderClassName
{
color: #9867FE;
}
.AnyTagClassName
{
color: #9867FE;
}
</style>
background-color css
<style>
a { background-color: #9867FE; }
a { background-color: rgb(152,103,254); }
div.DivClassName
{
background-color: #9867FE;
}
.BgClassName
{
background-color: #9867FE;
}
</style>
border-color css
<style>
span { border-color: #9867FE; }
span { border-color: rgb(152,103,254); }
td.TdClassName
{
border-color: #9867FE;
}
.TagClassName
{
border-color: #9867FE;
}
</style>