Shades of Light Slate Blue #9A6CFF
Tints of Light Slate Blue #9A6CFF
RGB
CMYK
RGB Variations
Color information
#9A6CFF (or 0x9A6CFF) is known color: Light Slate Blue. HEX triplet: 9A, 6C and FF. RGB value is (154,108,255). Sum of RGB (Red+Green+Blue) = 154+108+255=517 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.79% from 517); Green value is 108 (42.58% from 255 or 20.89% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #9A6CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A6CFF is #659300. Grayscale: #898989. Windows color (decimal): -6656769 or 16739482. OLE color: 16739482.
HSL color Cylindrical-coordinate representation of color #9A6CFF: hue angle of 258.78º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9A6CFF is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 108 | 255 | - |
| CMYK | 0.40 | 0.58 | 0 | 0 |
| HSL | 258.78º | 1% | 0.71% | - |
| HSV(B) | 258.78º | 0.58% | 1% | - |
| XYZ | 36.74 | 24.82 | 97.46 | - |
| YUV | 138.51 | 193.74 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 108 | 255 | 0.40 | 0.58 | 0 | 0 | 258.78 | 1 | 0.71 |
| Hex | 9A | 6C | FF | 28 | 3A | 0 | 0 | 103 | 64 | 47 |
| Octal | 232 | 154 | 377 | 50 | 72 | 0 | 0 | 403 | 144 | 107 |
| Binary | 10011010 | 1101100 | 11111111 | 101000 | 111010 | 0 | 0 | 100000011 | 1100100 | 1000111 |
Color Harmonies of #9A6CFF
Complementary color
Monochromatic Colors of #9A6CFF
Black with #9A6CFF
Text Example
Text Example
White with #9A6CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6CFF; }
p { color: rgb(154,108,255); }
H1.HeaderClassName
{
color: #9A6CFF;
}
.AnyTagClassName
{
color: #9A6CFF;
}
</style>
background-color css
<style>
a { background-color: #9A6CFF; }
a { background-color: rgb(154,108,255); }
div.DivClassName
{
background-color: #9A6CFF;
}
.BgClassName
{
background-color: #9A6CFF;
}
</style>
border-color css
<style>
span { border-color: #9A6CFF; }
span { border-color: rgb(154,108,255); }
td.TdClassName
{
border-color: #9A6CFF;
}
.TagClassName
{
border-color: #9A6CFF;
}
</style>