Shades of Light Slate Blue #9A6BFF
Tints of Light Slate Blue #9A6BFF
RGB
CMYK
RGB Variations
Color information
#9A6BFF (or 0x9A6BFF) is known color: Light Slate Blue. HEX triplet: 9A, 6B and FF. RGB value is (154,107,255). Sum of RGB (Red+Green+Blue) = 154+107+255=516 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.84% from 516); Green value is 107 (42.19% from 255 or 20.74% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #9A6BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A6BFF is #659400. Grayscale: #898989. Windows color (decimal): -6657025 or 16739226. OLE color: 16739226.
HSL color Cylindrical-coordinate representation of color #9A6BFF: hue angle of 259.05º 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 #9A6BFF is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 107 | 255 | - |
| CMYK | 0.40 | 0.58 | 0 | 0 |
| HSL | 259.05º | 1% | 0.71% | - |
| HSV(B) | 259.05º | 0.58% | 1% | - |
| XYZ | 36.63 | 24.61 | 97.43 | - |
| YUV | 137.93 | 194.07 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 107 | 255 | 0.40 | 0.58 | 0 | 0 | 259.05 | 1 | 0.71 |
| Hex | 9A | 6B | FF | 28 | 3A | 0 | 0 | 103 | 64 | 47 |
| Octal | 232 | 153 | 377 | 50 | 72 | 0 | 0 | 403 | 144 | 107 |
| Binary | 10011010 | 1101011 | 11111111 | 101000 | 111010 | 0 | 0 | 100000011 | 1100100 | 1000111 |
Color Harmonies of #9A6BFF
Complementary color
Monochromatic Colors of #9A6BFF
Black with #9A6BFF
Text Example
Text Example
White with #9A6BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6BFF; }
p { color: rgb(154,107,255); }
H1.HeaderClassName
{
color: #9A6BFF;
}
.AnyTagClassName
{
color: #9A6BFF;
}
</style>
background-color css
<style>
a { background-color: #9A6BFF; }
a { background-color: rgb(154,107,255); }
div.DivClassName
{
background-color: #9A6BFF;
}
.BgClassName
{
background-color: #9A6BFF;
}
</style>
border-color css
<style>
span { border-color: #9A6BFF; }
span { border-color: rgb(154,107,255); }
td.TdClassName
{
border-color: #9A6BFF;
}
.TagClassName
{
border-color: #9A6BFF;
}
</style>