Shades of Light Slate Blue #9A6BFD
Tints of Light Slate Blue #9A6BFD
RGB
CMYK
RGB Variations
Color information
#9A6BFD (or 0x9A6BFD) is known color: Light Slate Blue. HEX triplet: 9A, 6B and FD. RGB value is (154,107,253). Sum of RGB (Red+Green+Blue) = 154+107+253=514 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.96% from 514); Green value is 107 (42.19% from 255 or 20.82% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #9A6BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A6BFD is #659402. Grayscale: #898989. Windows color (decimal): -6657027 or 16608154. OLE color: 16608154.
HSL color Cylindrical-coordinate representation of color #9A6BFD: hue angle of 259.32º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9A6BFD is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 107 | 253 | - |
| CMYK | 0.39 | 0.58 | 0 | 0.01 |
| HSL | 259.32º | 0.97% | 0.71% | - |
| HSV(B) | 259.32º | 0.58% | 0.99% | - |
| XYZ | 36.31 | 24.48 | 95.74 | - |
| YUV | 137.7 | 193.07 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 107 | 253 | 0.39 | 0.58 | 0 | 0.01 | 259.32 | 0.97 | 0.71 |
| Hex | 9A | 6B | FD | 27 | 3A | 0 | 1 | 103 | 61 | 47 |
| Octal | 232 | 153 | 375 | 47 | 72 | 0 | 1 | 403 | 141 | 107 |
| Binary | 10011010 | 1101011 | 11111101 | 100111 | 111010 | 0 | 1 | 100000011 | 1100001 | 1000111 |
Color Harmonies of #9A6BFD
Complementary color
Monochromatic Colors of #9A6BFD
Black with #9A6BFD
Text Example
Text Example
White with #9A6BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6BFD; }
p { color: rgb(154,107,253); }
H1.HeaderClassName
{
color: #9A6BFD;
}
.AnyTagClassName
{
color: #9A6BFD;
}
</style>
background-color css
<style>
a { background-color: #9A6BFD; }
a { background-color: rgb(154,107,253); }
div.DivClassName
{
background-color: #9A6BFD;
}
.BgClassName
{
background-color: #9A6BFD;
}
</style>
border-color css
<style>
span { border-color: #9A6BFD; }
span { border-color: rgb(154,107,253); }
td.TdClassName
{
border-color: #9A6BFD;
}
.TagClassName
{
border-color: #9A6BFD;
}
</style>