Shades of Light Slate Blue #9C86FA
Tints of Light Slate Blue #9C86FA
RGB
CMYK
RGB Variations
Color information
#9C86FA (or 0x9C86FA) is known color: Light Slate Blue. HEX triplet: 9C, 86 and FA. RGB value is (156,134,250). Sum of RGB (Red+Green+Blue) = 156+134+250=540 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.89% from 540); Green value is 134 (52.73% from 255 or 24.81% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #9C86FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C86FA is #637905. Grayscale: #999999. Windows color (decimal): -6519046 or 16418460. OLE color: 16418460.
HSL color Cylindrical-coordinate representation of color #9C86FA: hue angle of 251.38º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C86FA is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 134 | 250 | - |
| CMYK | 0.38 | 0.46 | 0 | 0.02 |
| HSL | 251.38º | 0.92% | 0.75% | - |
| HSV(B) | 251.38º | 0.46% | 0.98% | - |
| XYZ | 39.49 | 31.02 | 94.35 | - |
| YUV | 153.8 | 182.29 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 134 | 250 | 0.38 | 0.46 | 0 | 0.02 | 251.38 | 0.92 | 0.75 |
| Hex | 9C | 86 | FA | 26 | 2E | 0 | 2 | FB | 5C | 4B |
| Octal | 234 | 206 | 372 | 46 | 56 | 0 | 2 | 373 | 134 | 113 |
| Binary | 10011100 | 10000110 | 11111010 | 100110 | 101110 | 0 | 10 | 11111011 | 1011100 | 1001011 |
Color Harmonies of #9C86FA
Complementary color
Monochromatic Colors of #9C86FA
Black with #9C86FA
Text Example
Text Example
White with #9C86FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C86FA; }
p { color: rgb(156,134,250); }
H1.HeaderClassName
{
color: #9C86FA;
}
.AnyTagClassName
{
color: #9C86FA;
}
</style>
background-color css
<style>
a { background-color: #9C86FA; }
a { background-color: rgb(156,134,250); }
div.DivClassName
{
background-color: #9C86FA;
}
.BgClassName
{
background-color: #9C86FA;
}
</style>
border-color css
<style>
span { border-color: #9C86FA; }
span { border-color: rgb(156,134,250); }
td.TdClassName
{
border-color: #9C86FA;
}
.TagClassName
{
border-color: #9C86FA;
}
</style>