Shades of Light Slate Blue #9B8DFB
Tints of Light Slate Blue #9B8DFB
RGB
CMYK
RGB Variations
Color information
#9B8DFB (or 0x9B8DFB) is known color: Light Slate Blue. HEX triplet: 9B, 8D and FB. RGB value is (155,141,251). Sum of RGB (Red+Green+Blue) = 155+141+251=547 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.34% from 547); Green value is 141 (55.47% from 255 or 25.78% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #9B8DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B8DFB is #647204. Grayscale: #9D9D9D. Windows color (decimal): -6582789 or 16485787. OLE color: 16485787.
HSL color Cylindrical-coordinate representation of color #9B8DFB: hue angle of 247.64º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9B8DFB is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 141 | 251 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.02 |
| HSL | 247.64º | 0.93% | 0.77% | - |
| HSV(B) | 247.64º | 0.44% | 0.98% | - |
| XYZ | 40.46 | 32.98 | 95.5 | - |
| YUV | 157.73 | 180.64 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 141 | 251 | 0.38 | 0.44 | 0 | 0.02 | 247.64 | 0.93 | 0.77 |
| Hex | 9B | 8D | FB | 26 | 2C | 0 | 2 | F8 | 5D | 4D |
| Octal | 233 | 215 | 373 | 46 | 54 | 0 | 2 | 370 | 135 | 115 |
| Binary | 10011011 | 10001101 | 11111011 | 100110 | 101100 | 0 | 10 | 11111000 | 1011101 | 1001101 |
Color Harmonies of #9B8DFB
Complementary color
Monochromatic Colors of #9B8DFB
Black with #9B8DFB
Text Example
Text Example
White with #9B8DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8DFB; }
p { color: rgb(155,141,251); }
H1.HeaderClassName
{
color: #9B8DFB;
}
.AnyTagClassName
{
color: #9B8DFB;
}
</style>
background-color css
<style>
a { background-color: #9B8DFB; }
a { background-color: rgb(155,141,251); }
div.DivClassName
{
background-color: #9B8DFB;
}
.BgClassName
{
background-color: #9B8DFB;
}
</style>
border-color css
<style>
span { border-color: #9B8DFB; }
span { border-color: rgb(155,141,251); }
td.TdClassName
{
border-color: #9B8DFB;
}
.TagClassName
{
border-color: #9B8DFB;
}
</style>