Shades of Light Slate Blue #9C96FF
Tints of Light Slate Blue #9C96FF
RGB
CMYK
RGB Variations
Color information
#9C96FF (or 0x9C96FF) is known color: Light Slate Blue. HEX triplet: 9C, 96 and FF. RGB value is (156,150,255). Sum of RGB (Red+Green+Blue) = 156+150+255=561 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.81% from 561); Green value is 150 (58.98% from 255 or 26.74% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #9C96FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C96FF is #636900. Grayscale: #A3A3A3. Windows color (decimal): -6514945 or 16750236. OLE color: 16750236.
HSL color Cylindrical-coordinate representation of color #9C96FF: hue angle of 243.43º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9C96FF is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 150 | 255 | - |
| CMYK | 0.39 | 0.41 | 0 | 0 |
| HSL | 243.43º | 1% | 0.79% | - |
| HSV(B) | 243.43º | 0.41% | 1% | - |
| XYZ | 42.67 | 36.1 | 99.33 | - |
| YUV | 163.76 | 179.49 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 150 | 255 | 0.39 | 0.41 | 0 | 0 | 243.43 | 1 | 0.79 |
| Hex | 9C | 96 | FF | 27 | 29 | 0 | 0 | F3 | 64 | 4F |
| Octal | 234 | 226 | 377 | 47 | 51 | 0 | 0 | 363 | 144 | 117 |
| Binary | 10011100 | 10010110 | 11111111 | 100111 | 101001 | 0 | 0 | 11110011 | 1100100 | 1001111 |
Color Harmonies of #9C96FF
Complementary color
Monochromatic Colors of #9C96FF
Black with #9C96FF
Text Example
Text Example
White with #9C96FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C96FF; }
p { color: rgb(156,150,255); }
H1.HeaderClassName
{
color: #9C96FF;
}
.AnyTagClassName
{
color: #9C96FF;
}
</style>
background-color css
<style>
a { background-color: #9C96FF; }
a { background-color: rgb(156,150,255); }
div.DivClassName
{
background-color: #9C96FF;
}
.BgClassName
{
background-color: #9C96FF;
}
</style>
border-color css
<style>
span { border-color: #9C96FF; }
span { border-color: rgb(156,150,255); }
td.TdClassName
{
border-color: #9C96FF;
}
.TagClassName
{
border-color: #9C96FF;
}
</style>