Shades of Light Slate Blue #9A8CFA
Tints of Light Slate Blue #9A8CFA
RGB
CMYK
RGB Variations
Color information
#9A8CFA (or 0x9A8CFA) is known color: Light Slate Blue. HEX triplet: 9A, 8C and FA. RGB value is (154,140,250). Sum of RGB (Red+Green+Blue) = 154+140+250=544 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.31% from 544); Green value is 140 (55.08% from 255 or 25.74% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #9A8CFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A8CFA is #657305. Grayscale: #9C9C9C. Windows color (decimal): -6648582 or 16419994. OLE color: 16419994.
HSL color Cylindrical-coordinate representation of color #9A8CFA: hue angle of 247.64º 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 #9A8CFA is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 140 | 250 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.02 |
| HSL | 247.64º | 0.92% | 0.76% | - |
| HSV(B) | 247.64º | 0.44% | 0.98% | - |
| XYZ | 39.96 | 32.53 | 94.61 | - |
| YUV | 156.73 | 180.64 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 140 | 250 | 0.38 | 0.44 | 0 | 0.02 | 247.64 | 0.92 | 0.76 |
| Hex | 9A | 8C | FA | 26 | 2C | 0 | 2 | F8 | 5C | 4C |
| Octal | 232 | 214 | 372 | 46 | 54 | 0 | 2 | 370 | 134 | 114 |
| Binary | 10011010 | 10001100 | 11111010 | 100110 | 101100 | 0 | 10 | 11111000 | 1011100 | 1001100 |
Color Harmonies of #9A8CFA
Complementary color
Monochromatic Colors of #9A8CFA
Black with #9A8CFA
Text Example
Text Example
White with #9A8CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8CFA; }
p { color: rgb(154,140,250); }
H1.HeaderClassName
{
color: #9A8CFA;
}
.AnyTagClassName
{
color: #9A8CFA;
}
</style>
background-color css
<style>
a { background-color: #9A8CFA; }
a { background-color: rgb(154,140,250); }
div.DivClassName
{
background-color: #9A8CFA;
}
.BgClassName
{
background-color: #9A8CFA;
}
</style>
border-color css
<style>
span { border-color: #9A8CFA; }
span { border-color: rgb(154,140,250); }
td.TdClassName
{
border-color: #9A8CFA;
}
.TagClassName
{
border-color: #9A8CFA;
}
</style>