Shades of Light Slate Blue #9B8DFC
Tints of Light Slate Blue #9B8DFC
RGB
CMYK
RGB Variations
Color information
#9B8DFC (or 0x9B8DFC) is known color: Light Slate Blue. HEX triplet: 9B, 8D and FC. RGB value is (155,141,252). Sum of RGB (Red+Green+Blue) = 155+141+252=548 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.28% from 548); Green value is 141 (55.47% from 255 or 25.73% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #9B8DFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B8DFC is #647203. Grayscale: #9D9D9D. Windows color (decimal): -6582788 or 16551323. OLE color: 16551323.
HSL color Cylindrical-coordinate representation of color #9B8DFC: hue angle of 247.57º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9B8DFC is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 141 | 252 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.01 |
| HSL | 247.57º | 0.95% | 0.77% | - |
| HSV(B) | 247.57º | 0.44% | 0.99% | - |
| XYZ | 40.61 | 33.05 | 96.33 | - |
| YUV | 157.84 | 181.14 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 141 | 252 | 0.38 | 0.44 | 0 | 0.01 | 247.57 | 0.95 | 0.77 |
| Hex | 9B | 8D | FC | 26 | 2C | 0 | 1 | F8 | 5F | 4D |
| Octal | 233 | 215 | 374 | 46 | 54 | 0 | 1 | 370 | 137 | 115 |
| Binary | 10011011 | 10001101 | 11111100 | 100110 | 101100 | 0 | 1 | 11111000 | 1011111 | 1001101 |
Color Harmonies of #9B8DFC
Complementary color
Monochromatic Colors of #9B8DFC
Black with #9B8DFC
Text Example
Text Example
White with #9B8DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8DFC; }
p { color: rgb(155,141,252); }
H1.HeaderClassName
{
color: #9B8DFC;
}
.AnyTagClassName
{
color: #9B8DFC;
}
</style>
background-color css
<style>
a { background-color: #9B8DFC; }
a { background-color: rgb(155,141,252); }
div.DivClassName
{
background-color: #9B8DFC;
}
.BgClassName
{
background-color: #9B8DFC;
}
</style>
border-color css
<style>
span { border-color: #9B8DFC; }
span { border-color: rgb(155,141,252); }
td.TdClassName
{
border-color: #9B8DFC;
}
.TagClassName
{
border-color: #9B8DFC;
}
</style>