Shades of Light Slate Blue #9D8BFF
Tints of Light Slate Blue #9D8BFF
RGB
CMYK
RGB Variations
Color information
#9D8BFF (or 0x9D8BFF) is known color: Light Slate Blue. HEX triplet: 9D, 8B and FF. RGB value is (157,139,255). Sum of RGB (Red+Green+Blue) = 157+139+255=551 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.49% from 551); Green value is 139 (54.69% from 255 or 25.23% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D8BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D8BFF is #627400. Grayscale: #9D9D9D. Windows color (decimal): -6452225 or 16747421. OLE color: 16747421.
HSL color Cylindrical-coordinate representation of color #9D8BFF: hue angle of 249.31º 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 #9D8BFF is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 139 | 255 | - |
| CMYK | 0.38 | 0.45 | 0 | 0 |
| HSL | 249.31º | 1% | 0.77% | - |
| HSV(B) | 249.31º | 0.45% | 1% | - |
| XYZ | 41.19 | 32.85 | 98.78 | - |
| YUV | 157.61 | 182.96 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 139 | 255 | 0.38 | 0.45 | 0 | 0 | 249.31 | 1 | 0.77 |
| Hex | 9D | 8B | FF | 26 | 2D | 0 | 0 | F9 | 64 | 4D |
| Octal | 235 | 213 | 377 | 46 | 55 | 0 | 0 | 371 | 144 | 115 |
| Binary | 10011101 | 10001011 | 11111111 | 100110 | 101101 | 0 | 0 | 11111001 | 1100100 | 1001101 |
Color Harmonies of #9D8BFF
Complementary color
Monochromatic Colors of #9D8BFF
Black with #9D8BFF
Text Example
Text Example
White with #9D8BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8BFF; }
p { color: rgb(157,139,255); }
H1.HeaderClassName
{
color: #9D8BFF;
}
.AnyTagClassName
{
color: #9D8BFF;
}
</style>
background-color css
<style>
a { background-color: #9D8BFF; }
a { background-color: rgb(157,139,255); }
div.DivClassName
{
background-color: #9D8BFF;
}
.BgClassName
{
background-color: #9D8BFF;
}
</style>
border-color css
<style>
span { border-color: #9D8BFF; }
span { border-color: rgb(157,139,255); }
td.TdClassName
{
border-color: #9D8BFF;
}
.TagClassName
{
border-color: #9D8BFF;
}
</style>