Shades of Light Slate Blue #9B8EF8
Tints of Light Slate Blue #9B8EF8
RGB
CMYK
RGB Variations
Color information
#9B8EF8 (or 0x9B8EF8) is known color: Light Slate Blue. HEX triplet: 9B, 8E and F8. RGB value is (155,142,248). Sum of RGB (Red+Green+Blue) = 155+142+248=545 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.44% from 545); Green value is 142 (55.86% from 255 or 26.06% from 545); Blue value is 248 (97.27% from 255 or 45.50% from 545); Max value from RGB is 248 - color contains mainly: blue. Hex color #9B8EF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B8EF8 is #647107. Grayscale: #9D9D9D. Windows color (decimal): -6582536 or 16289435. OLE color: 16289435.
HSL color Cylindrical-coordinate representation of color #9B8EF8: hue angle of 247.36º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9B8EF8 is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 155 | 142 | 248 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.03 |
| HSL | 247.36º | 0.88% | 0.76% | - |
| HSV(B) | 247.36º | 0.43% | 0.97% | - |
| XYZ | 40.13 | 33.09 | 93.08 | - |
| YUV | 157.97 | 178.81 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 142 | 248 | 0.38 | 0.43 | 0 | 0.03 | 247.36 | 0.88 | 0.76 |
| Hex | 9B | 8E | F8 | 26 | 2B | 0 | 3 | F7 | 58 | 4C |
| Octal | 233 | 216 | 370 | 46 | 53 | 0 | 3 | 367 | 130 | 114 |
| Binary | 10011011 | 10001110 | 11111000 | 100110 | 101011 | 0 | 11 | 11110111 | 1011000 | 1001100 |
Color Harmonies of #9B8EF8
Complementary color
Monochromatic Colors of #9B8EF8
Black with #9B8EF8
Text Example
Text Example
White with #9B8EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8EF8; }
p { color: rgb(155,142,248); }
H1.HeaderClassName
{
color: #9B8EF8;
}
.AnyTagClassName
{
color: #9B8EF8;
}
</style>
background-color css
<style>
a { background-color: #9B8EF8; }
a { background-color: rgb(155,142,248); }
div.DivClassName
{
background-color: #9B8EF8;
}
.BgClassName
{
background-color: #9B8EF8;
}
</style>
border-color css
<style>
span { border-color: #9B8EF8; }
span { border-color: rgb(155,142,248); }
td.TdClassName
{
border-color: #9B8EF8;
}
.TagClassName
{
border-color: #9B8EF8;
}
</style>