Shades of Light Slate Blue #9686FE
Tints of Light Slate Blue #9686FE
RGB
CMYK
RGB Variations
Color information
#9686FE (or 0x9686FE) is known color: Light Slate Blue. HEX triplet: 96, 86 and FE. RGB value is (150,134,254). Sum of RGB (Red+Green+Blue) = 150+134+254=538 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.88% from 538); Green value is 134 (52.73% from 255 or 24.91% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #9686FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9686FE is #697901. Grayscale: #989898. Windows color (decimal): -6912258 or 16680598. OLE color: 16680598.
HSL color Cylindrical-coordinate representation of color #9686FE: hue angle of 248º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9686FE is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 134 | 254 | - |
| CMYK | 0.41 | 0.47 | 0 | 0.00 |
| HSL | 248º | 0.98% | 0.76% | - |
| HSV(B) | 248º | 0.47% | 1% | - |
| XYZ | 38.99 | 30.69 | 97.63 | - |
| YUV | 152.46 | 185.3 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 134 | 254 | 0.41 | 0.47 | 0 | 0.00 | 248 | 0.98 | 0.76 |
| Hex | 96 | 86 | FE | 29 | 2F | 0 | 0 | F8 | 62 | 4C |
| Octal | 226 | 206 | 376 | 51 | 57 | 0 | 0 | 370 | 142 | 114 |
| Binary | 10010110 | 10000110 | 11111110 | 101001 | 101111 | 0 | 0 | 11111000 | 1100010 | 1001100 |
Color Harmonies of #9686FE
Complementary color
Monochromatic Colors of #9686FE
Black with #9686FE
Text Example
Text Example
White with #9686FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9686FE; }
p { color: rgb(150,134,254); }
H1.HeaderClassName
{
color: #9686FE;
}
.AnyTagClassName
{
color: #9686FE;
}
</style>
background-color css
<style>
a { background-color: #9686FE; }
a { background-color: rgb(150,134,254); }
div.DivClassName
{
background-color: #9686FE;
}
.BgClassName
{
background-color: #9686FE;
}
</style>
border-color css
<style>
span { border-color: #9686FE; }
span { border-color: rgb(150,134,254); }
td.TdClassName
{
border-color: #9686FE;
}
.TagClassName
{
border-color: #9686FE;
}
</style>