Shades of Light Slate Blue #9A8AFF
Tints of Light Slate Blue #9A8AFF
RGB
CMYK
RGB Variations
Color information
#9A8AFF (or 0x9A8AFF) is known color: Light Slate Blue. HEX triplet: 9A, 8A and FF. RGB value is (154,138,255). Sum of RGB (Red+Green+Blue) = 154+138+255=547 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.15% from 547); Green value is 138 (54.30% from 255 or 25.23% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #9A8AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A8AFF is #657500. Grayscale: #9B9B9B. Windows color (decimal): -6649089 or 16747162. OLE color: 16747162.
HSL color Cylindrical-coordinate representation of color #9A8AFF: hue angle of 248.21º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A8AFF is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 138 | 255 | - |
| CMYK | 0.40 | 0.46 | 0 | 0 |
| HSL | 248.21º | 1% | 0.77% | - |
| HSV(B) | 248.21º | 0.46% | 1% | - |
| XYZ | 40.46 | 32.27 | 98.7 | - |
| YUV | 156.12 | 183.8 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 138 | 255 | 0.40 | 0.46 | 0 | 0 | 248.21 | 1 | 0.77 |
| Hex | 9A | 8A | FF | 28 | 2E | 0 | 0 | F8 | 64 | 4D |
| Octal | 232 | 212 | 377 | 50 | 56 | 0 | 0 | 370 | 144 | 115 |
| Binary | 10011010 | 10001010 | 11111111 | 101000 | 101110 | 0 | 0 | 11111000 | 1100100 | 1001101 |
Color Harmonies of #9A8AFF
Complementary color
Monochromatic Colors of #9A8AFF
Black with #9A8AFF
Text Example
Text Example
White with #9A8AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8AFF; }
p { color: rgb(154,138,255); }
H1.HeaderClassName
{
color: #9A8AFF;
}
.AnyTagClassName
{
color: #9A8AFF;
}
</style>
background-color css
<style>
a { background-color: #9A8AFF; }
a { background-color: rgb(154,138,255); }
div.DivClassName
{
background-color: #9A8AFF;
}
.BgClassName
{
background-color: #9A8AFF;
}
</style>
border-color css
<style>
span { border-color: #9A8AFF; }
span { border-color: rgb(154,138,255); }
td.TdClassName
{
border-color: #9A8AFF;
}
.TagClassName
{
border-color: #9A8AFF;
}
</style>