Shades of Light Slate Blue #9A8BFF
Tints of Light Slate Blue #9A8BFF
RGB
CMYK
RGB Variations
Color information
#9A8BFF (or 0x9A8BFF) is known color: Light Slate Blue. HEX triplet: 9A, 8B and FF. RGB value is (154,139,255). Sum of RGB (Red+Green+Blue) = 154+139+255=548 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.10% from 548); Green value is 139 (54.69% from 255 or 25.36% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #9A8BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A8BFF is #657400. Grayscale: #9C9C9C. Windows color (decimal): -6648833 or 16747418. OLE color: 16747418.
HSL color Cylindrical-coordinate representation of color #9A8BFF: hue angle of 247.76º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A8BFF is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 139 | 255 | - |
| CMYK | 0.40 | 0.45 | 0 | 0 |
| HSL | 247.76º | 1% | 0.77% | - |
| HSV(B) | 247.76º | 0.45% | 1% | - |
| XYZ | 40.61 | 32.56 | 98.75 | - |
| YUV | 156.71 | 183.47 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 139 | 255 | 0.40 | 0.45 | 0 | 0 | 247.76 | 1 | 0.77 |
| Hex | 9A | 8B | FF | 28 | 2D | 0 | 0 | F8 | 64 | 4D |
| Octal | 232 | 213 | 377 | 50 | 55 | 0 | 0 | 370 | 144 | 115 |
| Binary | 10011010 | 10001011 | 11111111 | 101000 | 101101 | 0 | 0 | 11111000 | 1100100 | 1001101 |
Color Harmonies of #9A8BFF
Complementary color
Monochromatic Colors of #9A8BFF
Black with #9A8BFF
Text Example
Text Example
White with #9A8BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8BFF; }
p { color: rgb(154,139,255); }
H1.HeaderClassName
{
color: #9A8BFF;
}
.AnyTagClassName
{
color: #9A8BFF;
}
</style>
background-color css
<style>
a { background-color: #9A8BFF; }
a { background-color: rgb(154,139,255); }
div.DivClassName
{
background-color: #9A8BFF;
}
.BgClassName
{
background-color: #9A8BFF;
}
</style>
border-color css
<style>
span { border-color: #9A8BFF; }
span { border-color: rgb(154,139,255); }
td.TdClassName
{
border-color: #9A8BFF;
}
.TagClassName
{
border-color: #9A8BFF;
}
</style>