Shades of Light Slate Blue #9A8CFF
Tints of Light Slate Blue #9A8CFF
RGB
CMYK
RGB Variations
Color information
#9A8CFF (or 0x9A8CFF) is known color: Light Slate Blue. HEX triplet: 9A, 8C and FF. RGB value is (154,140,255). Sum of RGB (Red+Green+Blue) = 154+140+255=549 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.05% from 549); Green value is 140 (55.08% from 255 or 25.50% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #9A8CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A8CFF is #657300. Grayscale: #9C9C9C. Windows color (decimal): -6648577 or 16747674. OLE color: 16747674.
HSL color Cylindrical-coordinate representation of color #9A8CFF: hue angle of 247.3º 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 #9A8CFF is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 140 | 255 | - |
| CMYK | 0.40 | 0.45 | 0 | 0 |
| HSL | 247.3º | 1% | 0.77% | - |
| HSV(B) | 247.3º | 0.45% | 1% | - |
| XYZ | 40.75 | 32.85 | 98.8 | - |
| YUV | 157.3 | 183.14 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 140 | 255 | 0.40 | 0.45 | 0 | 0 | 247.3 | 1 | 0.77 |
| Hex | 9A | 8C | FF | 28 | 2D | 0 | 0 | F7 | 64 | 4D |
| Octal | 232 | 214 | 377 | 50 | 55 | 0 | 0 | 367 | 144 | 115 |
| Binary | 10011010 | 10001100 | 11111111 | 101000 | 101101 | 0 | 0 | 11110111 | 1100100 | 1001101 |
Color Harmonies of #9A8CFF
Complementary color
Monochromatic Colors of #9A8CFF
Black with #9A8CFF
Text Example
Text Example
White with #9A8CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8CFF; }
p { color: rgb(154,140,255); }
H1.HeaderClassName
{
color: #9A8CFF;
}
.AnyTagClassName
{
color: #9A8CFF;
}
</style>
background-color css
<style>
a { background-color: #9A8CFF; }
a { background-color: rgb(154,140,255); }
div.DivClassName
{
background-color: #9A8CFF;
}
.BgClassName
{
background-color: #9A8CFF;
}
</style>
border-color css
<style>
span { border-color: #9A8CFF; }
span { border-color: rgb(154,140,255); }
td.TdClassName
{
border-color: #9A8CFF;
}
.TagClassName
{
border-color: #9A8CFF;
}
</style>