Shades of Light Slate Blue #9A8BF8
Tints of Light Slate Blue #9A8BF8
RGB
CMYK
RGB Variations
Color information
#9A8BF8 (or 0x9A8BF8) is known color: Light Slate Blue. HEX triplet: 9A, 8B and F8. RGB value is (154,139,248). Sum of RGB (Red+Green+Blue) = 154+139+248=541 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.47% from 541); Green value is 139 (54.69% from 255 or 25.69% from 541); Blue value is 248 (97.27% from 255 or 45.84% from 541); Max value from RGB is 248 - color contains mainly: blue. Hex color #9A8BF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A8BF8 is #657407. Grayscale: #9B9B9B. Windows color (decimal): -6648840 or 16288666. OLE color: 16288666.
HSL color Cylindrical-coordinate representation of color #9A8BF8: hue angle of 248.26º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9A8BF8 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 154 | 139 | 248 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.03 |
| HSL | 248.26º | 0.89% | 0.76% | - |
| HSV(B) | 248.26º | 0.44% | 0.97% | - |
| XYZ | 39.5 | 32.11 | 92.92 | - |
| YUV | 155.91 | 179.97 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 139 | 248 | 0.38 | 0.44 | 0 | 0.03 | 248.26 | 0.89 | 0.76 |
| Hex | 9A | 8B | F8 | 26 | 2C | 0 | 3 | F8 | 59 | 4C |
| Octal | 232 | 213 | 370 | 46 | 54 | 0 | 3 | 370 | 131 | 114 |
| Binary | 10011010 | 10001011 | 11111000 | 100110 | 101100 | 0 | 11 | 11111000 | 1011001 | 1001100 |
Color Harmonies of #9A8BF8
Complementary color
Monochromatic Colors of #9A8BF8
Black with #9A8BF8
Text Example
Text Example
White with #9A8BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8BF8; }
p { color: rgb(154,139,248); }
H1.HeaderClassName
{
color: #9A8BF8;
}
.AnyTagClassName
{
color: #9A8BF8;
}
</style>
background-color css
<style>
a { background-color: #9A8BF8; }
a { background-color: rgb(154,139,248); }
div.DivClassName
{
background-color: #9A8BF8;
}
.BgClassName
{
background-color: #9A8BF8;
}
</style>
border-color css
<style>
span { border-color: #9A8BF8; }
span { border-color: rgb(154,139,248); }
td.TdClassName
{
border-color: #9A8BF8;
}
.TagClassName
{
border-color: #9A8BF8;
}
</style>