Shades of Light Slate Blue #9B90FB
Tints of Light Slate Blue #9B90FB
RGB
CMYK
RGB Variations
Color information
#9B90FB (or 0x9B90FB) is known color: Light Slate Blue. HEX triplet: 9B, 90 and FB. RGB value is (155,144,251). Sum of RGB (Red+Green+Blue) = 155+144+251=550 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.18% from 550); Green value is 144 (56.64% from 255 or 26.18% from 550); Blue value is 251 (98.44% from 255 or 45.64% from 550); Max value from RGB is 251 - color contains mainly: blue. Hex color #9B90FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B90FB is #646F04. Grayscale: #9F9F9F. Windows color (decimal): -6582021 or 16486555. OLE color: 16486555.
HSL color Cylindrical-coordinate representation of color #9B90FB: hue angle of 246.17º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9B90FB is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 144 | 251 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.02 |
| HSL | 246.17º | 0.93% | 0.77% | - |
| HSV(B) | 246.17º | 0.43% | 0.98% | - |
| XYZ | 40.9 | 33.88 | 95.65 | - |
| YUV | 159.49 | 179.64 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 144 | 251 | 0.38 | 0.43 | 0 | 0.02 | 246.17 | 0.93 | 0.77 |
| Hex | 9B | 90 | FB | 26 | 2B | 0 | 2 | F6 | 5D | 4D |
| Octal | 233 | 220 | 373 | 46 | 53 | 0 | 2 | 366 | 135 | 115 |
| Binary | 10011011 | 10010000 | 11111011 | 100110 | 101011 | 0 | 10 | 11110110 | 1011101 | 1001101 |
Color Harmonies of #9B90FB
Complementary color
Monochromatic Colors of #9B90FB
Black with #9B90FB
Text Example
Text Example
White with #9B90FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B90FB; }
p { color: rgb(155,144,251); }
H1.HeaderClassName
{
color: #9B90FB;
}
.AnyTagClassName
{
color: #9B90FB;
}
</style>
background-color css
<style>
a { background-color: #9B90FB; }
a { background-color: rgb(155,144,251); }
div.DivClassName
{
background-color: #9B90FB;
}
.BgClassName
{
background-color: #9B90FB;
}
</style>
border-color css
<style>
span { border-color: #9B90FB; }
span { border-color: rgb(155,144,251); }
td.TdClassName
{
border-color: #9B90FB;
}
.TagClassName
{
border-color: #9B90FB;
}
</style>