Shades of Light Slate Blue #9A6AFE
Tints of Light Slate Blue #9A6AFE
RGB
CMYK
RGB Variations
Color information
#9A6AFE (or 0x9A6AFE) is known color: Light Slate Blue. HEX triplet: 9A, 6A and FE. RGB value is (154,106,254). Sum of RGB (Red+Green+Blue) = 154+106+254=514 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.96% from 514); Green value is 106 (41.80% from 255 or 20.62% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #9A6AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A6AFE is #659501. Grayscale: #888888. Windows color (decimal): -6657282 or 16673434. OLE color: 16673434.
HSL color Cylindrical-coordinate representation of color #9A6AFE: hue angle of 259.46º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9A6AFE is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 154 | 106 | 254 | - |
| CMYK | 0.39 | 0.58 | 0 | 0.00 |
| HSL | 259.46º | 0.99% | 0.71% | - |
| HSV(B) | 259.46º | 0.58% | 1% | - |
| XYZ | 36.37 | 24.33 | 96.55 | - |
| YUV | 137.22 | 193.9 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 106 | 254 | 0.39 | 0.58 | 0 | 0.00 | 259.46 | 0.99 | 0.71 |
| Hex | 9A | 6A | FE | 27 | 3A | 0 | 0 | 103 | 63 | 47 |
| Octal | 232 | 152 | 376 | 47 | 72 | 0 | 0 | 403 | 143 | 107 |
| Binary | 10011010 | 1101010 | 11111110 | 100111 | 111010 | 0 | 0 | 100000011 | 1100011 | 1000111 |
Color Harmonies of #9A6AFE
Complementary color
Monochromatic Colors of #9A6AFE
Black with #9A6AFE
Text Example
Text Example
White with #9A6AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6AFE; }
p { color: rgb(154,106,254); }
H1.HeaderClassName
{
color: #9A6AFE;
}
.AnyTagClassName
{
color: #9A6AFE;
}
</style>
background-color css
<style>
a { background-color: #9A6AFE; }
a { background-color: rgb(154,106,254); }
div.DivClassName
{
background-color: #9A6AFE;
}
.BgClassName
{
background-color: #9A6AFE;
}
</style>
border-color css
<style>
span { border-color: #9A6AFE; }
span { border-color: rgb(154,106,254); }
td.TdClassName
{
border-color: #9A6AFE;
}
.TagClassName
{
border-color: #9A6AFE;
}
</style>