Shades of Light Slate Blue #9A8BFA
Tints of Light Slate Blue #9A8BFA
RGB
CMYK
RGB Variations
Color information
#9A8BFA (or 0x9A8BFA) is known color: Light Slate Blue. HEX triplet: 9A, 8B and FA. RGB value is (154,139,250). Sum of RGB (Red+Green+Blue) = 154+139+250=543 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.36% from 543); Green value is 139 (54.69% from 255 or 25.60% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #9A8BFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A8BFA is #657405. Grayscale: #9B9B9B. Windows color (decimal): -6648838 or 16419738. OLE color: 16419738.
HSL color Cylindrical-coordinate representation of color #9A8BFA: hue angle of 248.11º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9A8BFA is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 139 | 250 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.02 |
| HSL | 248.11º | 0.92% | 0.76% | - |
| HSV(B) | 248.11º | 0.44% | 0.98% | - |
| XYZ | 39.81 | 32.24 | 94.57 | - |
| YUV | 156.14 | 180.97 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 139 | 250 | 0.38 | 0.44 | 0 | 0.02 | 248.11 | 0.92 | 0.76 |
| Hex | 9A | 8B | FA | 26 | 2C | 0 | 2 | F8 | 5C | 4C |
| Octal | 232 | 213 | 372 | 46 | 54 | 0 | 2 | 370 | 134 | 114 |
| Binary | 10011010 | 10001011 | 11111010 | 100110 | 101100 | 0 | 10 | 11111000 | 1011100 | 1001100 |
Color Harmonies of #9A8BFA
Complementary color
Monochromatic Colors of #9A8BFA
Black with #9A8BFA
Text Example
Text Example
White with #9A8BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8BFA; }
p { color: rgb(154,139,250); }
H1.HeaderClassName
{
color: #9A8BFA;
}
.AnyTagClassName
{
color: #9A8BFA;
}
</style>
background-color css
<style>
a { background-color: #9A8BFA; }
a { background-color: rgb(154,139,250); }
div.DivClassName
{
background-color: #9A8BFA;
}
.BgClassName
{
background-color: #9A8BFA;
}
</style>
border-color css
<style>
span { border-color: #9A8BFA; }
span { border-color: rgb(154,139,250); }
td.TdClassName
{
border-color: #9A8BFA;
}
.TagClassName
{
border-color: #9A8BFA;
}
</style>