Shades of Light Slate Blue #9A6BF9
Tints of Light Slate Blue #9A6BF9
RGB
CMYK
RGB Variations
Color information
#9A6BF9 (or 0x9A6BF9) is known color: Light Slate Blue. HEX triplet: 9A, 6B and F9. RGB value is (154,107,249). Sum of RGB (Red+Green+Blue) = 154+107+249=510 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.20% from 510); Green value is 107 (42.19% from 255 or 20.98% from 510); Blue value is 249 (97.66% from 255 or 48.82% from 510); Max value from RGB is 249 - color contains mainly: blue. Hex color #9A6BF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A6BF9 is #659406. Grayscale: #888888. Windows color (decimal): -6657031 or 16346010. OLE color: 16346010.
HSL color Cylindrical-coordinate representation of color #9A6BF9: hue angle of 259.86º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9A6BF9 is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 107 | 249 | - |
| CMYK | 0.38 | 0.57 | 0 | 0.02 |
| HSL | 259.86º | 0.92% | 0.7% | - |
| HSV(B) | 259.86º | 0.57% | 0.98% | - |
| XYZ | 35.68 | 24.22 | 92.42 | - |
| YUV | 137.24 | 191.07 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 107 | 249 | 0.38 | 0.57 | 0 | 0.02 | 259.86 | 0.92 | 0.7 |
| Hex | 9A | 6B | F9 | 26 | 39 | 0 | 2 | 104 | 5C | 46 |
| Octal | 232 | 153 | 371 | 46 | 71 | 0 | 2 | 404 | 134 | 106 |
| Binary | 10011010 | 1101011 | 11111001 | 100110 | 111001 | 0 | 10 | 100000100 | 1011100 | 1000110 |
Color Harmonies of #9A6BF9
Complementary color
Monochromatic Colors of #9A6BF9
Black with #9A6BF9
Text Example
Text Example
White with #9A6BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6BF9; }
p { color: rgb(154,107,249); }
H1.HeaderClassName
{
color: #9A6BF9;
}
.AnyTagClassName
{
color: #9A6BF9;
}
</style>
background-color css
<style>
a { background-color: #9A6BF9; }
a { background-color: rgb(154,107,249); }
div.DivClassName
{
background-color: #9A6BF9;
}
.BgClassName
{
background-color: #9A6BF9;
}
</style>
border-color css
<style>
span { border-color: #9A6BF9; }
span { border-color: rgb(154,107,249); }
td.TdClassName
{
border-color: #9A6BF9;
}
.TagClassName
{
border-color: #9A6BF9;
}
</style>