Shades of Light Slate Blue #9B8EFF
Tints of Light Slate Blue #9B8EFF
RGB
CMYK
RGB Variations
Color information
#9B8EFF (or 0x9B8EFF) is known color: Light Slate Blue. HEX triplet: 9B, 8E and FF. RGB value is (155,142,255). Sum of RGB (Red+Green+Blue) = 155+142+255=552 (73% of max value = 765). Red value is 155 (60.94% from 255 or 28.08% from 552); Green value is 142 (55.86% from 255 or 25.72% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B8EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B8EFF is #647100. Grayscale: #9E9E9E. Windows color (decimal): -6582529 or 16748187. OLE color: 16748187.
HSL color Cylindrical-coordinate representation of color #9B8EFF: hue angle of 246.9º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9B8EFF is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 142 | 255 | - |
| CMYK | 0.39 | 0.44 | 0 | 0 |
| HSL | 246.9º | 1% | 0.78% | - |
| HSV(B) | 246.9º | 0.44% | 1% | - |
| XYZ | 41.24 | 33.53 | 98.91 | - |
| YUV | 158.77 | 182.31 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 142 | 255 | 0.39 | 0.44 | 0 | 0 | 246.9 | 1 | 0.78 |
| Hex | 9B | 8E | FF | 27 | 2C | 0 | 0 | F7 | 64 | 4E |
| Octal | 233 | 216 | 377 | 47 | 54 | 0 | 0 | 367 | 144 | 116 |
| Binary | 10011011 | 10001110 | 11111111 | 100111 | 101100 | 0 | 0 | 11110111 | 1100100 | 1001110 |
Color Harmonies of #9B8EFF
Complementary color
Monochromatic Colors of #9B8EFF
Black with #9B8EFF
Text Example
Text Example
White with #9B8EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8EFF; }
p { color: rgb(155,142,255); }
H1.HeaderClassName
{
color: #9B8EFF;
}
.AnyTagClassName
{
color: #9B8EFF;
}
</style>
background-color css
<style>
a { background-color: #9B8EFF; }
a { background-color: rgb(155,142,255); }
div.DivClassName
{
background-color: #9B8EFF;
}
.BgClassName
{
background-color: #9B8EFF;
}
</style>
border-color css
<style>
span { border-color: #9B8EFF; }
span { border-color: rgb(155,142,255); }
td.TdClassName
{
border-color: #9B8EFF;
}
.TagClassName
{
border-color: #9B8EFF;
}
</style>