Shades of Light Slate Blue #9B8FFA
Tints of Light Slate Blue #9B8FFA
RGB
CMYK
RGB Variations
Color information
#9B8FFA (or 0x9B8FFA) is known color: Light Slate Blue. HEX triplet: 9B, 8F and FA. RGB value is (155,143,250). Sum of RGB (Red+Green+Blue) = 155+143+250=548 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.28% from 548); Green value is 143 (56.25% from 255 or 26.09% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #9B8FFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B8FFA is #647005. Grayscale: #9E9E9E. Windows color (decimal): -6582278 or 16420763. OLE color: 16420763.
HSL color Cylindrical-coordinate representation of color #9B8FFA: hue angle of 246.73º degrees, saturation: 0.91, 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 #9B8FFA is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 143 | 250 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.02 |
| HSL | 246.73º | 0.91% | 0.77% | - |
| HSV(B) | 246.73º | 0.43% | 0.98% | - |
| XYZ | 40.6 | 33.52 | 94.77 | - |
| YUV | 158.79 | 179.48 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 143 | 250 | 0.38 | 0.43 | 0 | 0.02 | 246.73 | 0.91 | 0.77 |
| Hex | 9B | 8F | FA | 26 | 2B | 0 | 2 | F7 | 5B | 4D |
| Octal | 233 | 217 | 372 | 46 | 53 | 0 | 2 | 367 | 133 | 115 |
| Binary | 10011011 | 10001111 | 11111010 | 100110 | 101011 | 0 | 10 | 11110111 | 1011011 | 1001101 |
Color Harmonies of #9B8FFA
Complementary color
Monochromatic Colors of #9B8FFA
Black with #9B8FFA
Text Example
Text Example
White with #9B8FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8FFA; }
p { color: rgb(155,143,250); }
H1.HeaderClassName
{
color: #9B8FFA;
}
.AnyTagClassName
{
color: #9B8FFA;
}
</style>
background-color css
<style>
a { background-color: #9B8FFA; }
a { background-color: rgb(155,143,250); }
div.DivClassName
{
background-color: #9B8FFA;
}
.BgClassName
{
background-color: #9B8FFA;
}
</style>
border-color css
<style>
span { border-color: #9B8FFA; }
span { border-color: rgb(155,143,250); }
td.TdClassName
{
border-color: #9B8FFA;
}
.TagClassName
{
border-color: #9B8FFA;
}
</style>