Shades of Light Slate Blue #9A8BFB
Tints of Light Slate Blue #9A8BFB
RGB
CMYK
RGB Variations
Color information
#9A8BFB (or 0x9A8BFB) is known color: Light Slate Blue. HEX triplet: 9A, 8B and FB. RGB value is (154,139,251). Sum of RGB (Red+Green+Blue) = 154+139+251=544 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.31% from 544); Green value is 139 (54.69% from 255 or 25.55% from 544); Blue value is 251 (98.44% from 255 or 46.14% from 544); Max value from RGB is 251 - color contains mainly: blue. Hex color #9A8BFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A8BFB is #657404. Grayscale: #9B9B9B. Windows color (decimal): -6648837 or 16485274. OLE color: 16485274.
HSL color Cylindrical-coordinate representation of color #9A8BFB: hue angle of 248.04º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A8BFB is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 139 | 251 | - |
| CMYK | 0.39 | 0.45 | 0 | 0.02 |
| HSL | 248.04º | 0.93% | 0.76% | - |
| HSV(B) | 248.04º | 0.45% | 0.98% | - |
| XYZ | 39.97 | 32.3 | 95.39 | - |
| YUV | 156.25 | 181.47 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 139 | 251 | 0.39 | 0.45 | 0 | 0.02 | 248.04 | 0.93 | 0.76 |
| Hex | 9A | 8B | FB | 27 | 2D | 0 | 2 | F8 | 5D | 4C |
| Octal | 232 | 213 | 373 | 47 | 55 | 0 | 2 | 370 | 135 | 114 |
| Binary | 10011010 | 10001011 | 11111011 | 100111 | 101101 | 0 | 10 | 11111000 | 1011101 | 1001100 |
Color Harmonies of #9A8BFB
Complementary color
Monochromatic Colors of #9A8BFB
Black with #9A8BFB
Text Example
Text Example
White with #9A8BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8BFB; }
p { color: rgb(154,139,251); }
H1.HeaderClassName
{
color: #9A8BFB;
}
.AnyTagClassName
{
color: #9A8BFB;
}
</style>
background-color css
<style>
a { background-color: #9A8BFB; }
a { background-color: rgb(154,139,251); }
div.DivClassName
{
background-color: #9A8BFB;
}
.BgClassName
{
background-color: #9A8BFB;
}
</style>
border-color css
<style>
span { border-color: #9A8BFB; }
span { border-color: rgb(154,139,251); }
td.TdClassName
{
border-color: #9A8BFB;
}
.TagClassName
{
border-color: #9A8BFB;
}
</style>