Shades of Light Slate Blue #9C8BFF
Tints of Light Slate Blue #9C8BFF
RGB
CMYK
RGB Variations
Color information
#9C8BFF (or 0x9C8BFF) is known color: Light Slate Blue. HEX triplet: 9C, 8B and FF. RGB value is (156,139,255). Sum of RGB (Red+Green+Blue) = 156+139+255=550 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.36% from 550); Green value is 139 (54.69% from 255 or 25.27% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #9C8BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C8BFF is #637400. Grayscale: #9C9C9C. Windows color (decimal): -6517761 or 16747420. OLE color: 16747420.
HSL color Cylindrical-coordinate representation of color #9C8BFF: hue angle of 248.79º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9C8BFF is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 139 | 255 | - |
| CMYK | 0.39 | 0.45 | 0 | 0 |
| HSL | 248.79º | 1% | 0.77% | - |
| HSV(B) | 248.79º | 0.45% | 1% | - |
| XYZ | 40.99 | 32.75 | 98.77 | - |
| YUV | 157.31 | 183.13 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 139 | 255 | 0.39 | 0.45 | 0 | 0 | 248.79 | 1 | 0.77 |
| Hex | 9C | 8B | FF | 27 | 2D | 0 | 0 | F9 | 64 | 4D |
| Octal | 234 | 213 | 377 | 47 | 55 | 0 | 0 | 371 | 144 | 115 |
| Binary | 10011100 | 10001011 | 11111111 | 100111 | 101101 | 0 | 0 | 11111001 | 1100100 | 1001101 |
Color Harmonies of #9C8BFF
Complementary color
Monochromatic Colors of #9C8BFF
Black with #9C8BFF
Text Example
Text Example
White with #9C8BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8BFF; }
p { color: rgb(156,139,255); }
H1.HeaderClassName
{
color: #9C8BFF;
}
.AnyTagClassName
{
color: #9C8BFF;
}
</style>
background-color css
<style>
a { background-color: #9C8BFF; }
a { background-color: rgb(156,139,255); }
div.DivClassName
{
background-color: #9C8BFF;
}
.BgClassName
{
background-color: #9C8BFF;
}
</style>
border-color css
<style>
span { border-color: #9C8BFF; }
span { border-color: rgb(156,139,255); }
td.TdClassName
{
border-color: #9C8BFF;
}
.TagClassName
{
border-color: #9C8BFF;
}
</style>