Shades of Light Slate Blue #9A8FFA
Tints of Light Slate Blue #9A8FFA
RGB
CMYK
RGB Variations
Color information
#9A8FFA (or 0x9A8FFA) is known color: Light Slate Blue. HEX triplet: 9A, 8F and FA. RGB value is (154,143,250). Sum of RGB (Red+Green+Blue) = 154+143+250=547 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.15% from 547); Green value is 143 (56.25% from 255 or 26.14% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #9A8FFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A8FFA is #657005. Grayscale: #9E9E9E. Windows color (decimal): -6647814 or 16420762. OLE color: 16420762.
HSL color Cylindrical-coordinate representation of color #9A8FFA: hue angle of 246.17º 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 #9A8FFA is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 143 | 250 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.02 |
| HSL | 246.17º | 0.91% | 0.77% | - |
| HSV(B) | 246.17º | 0.43% | 0.98% | - |
| XYZ | 40.4 | 33.42 | 94.76 | - |
| YUV | 158.49 | 179.64 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 143 | 250 | 0.38 | 0.43 | 0 | 0.02 | 246.17 | 0.91 | 0.77 |
| Hex | 9A | 8F | FA | 26 | 2B | 0 | 2 | F6 | 5B | 4D |
| Octal | 232 | 217 | 372 | 46 | 53 | 0 | 2 | 366 | 133 | 115 |
| Binary | 10011010 | 10001111 | 11111010 | 100110 | 101011 | 0 | 10 | 11110110 | 1011011 | 1001101 |
Color Harmonies of #9A8FFA
Complementary color
Monochromatic Colors of #9A8FFA
Black with #9A8FFA
Text Example
Text Example
White with #9A8FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8FFA; }
p { color: rgb(154,143,250); }
H1.HeaderClassName
{
color: #9A8FFA;
}
.AnyTagClassName
{
color: #9A8FFA;
}
</style>
background-color css
<style>
a { background-color: #9A8FFA; }
a { background-color: rgb(154,143,250); }
div.DivClassName
{
background-color: #9A8FFA;
}
.BgClassName
{
background-color: #9A8FFA;
}
</style>
border-color css
<style>
span { border-color: #9A8FFA; }
span { border-color: rgb(154,143,250); }
td.TdClassName
{
border-color: #9A8FFA;
}
.TagClassName
{
border-color: #9A8FFA;
}
</style>