Shades of Light Slate Blue #9A6FFC
Tints of Light Slate Blue #9A6FFC
RGB
CMYK
RGB Variations
Color information
#9A6FFC (or 0x9A6FFC) is known color: Light Slate Blue. HEX triplet: 9A, 6F and FC. RGB value is (154,111,252). Sum of RGB (Red+Green+Blue) = 154+111+252=517 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.79% from 517); Green value is 111 (43.75% from 255 or 21.47% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #9A6FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A6FFC is #659003. Grayscale: #8B8B8B. Windows color (decimal): -6656004 or 16543642. OLE color: 16543642.
HSL color Cylindrical-coordinate representation of color #9A6FFC: hue angle of 258.3º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9A6FFC is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 111 | 252 | - |
| CMYK | 0.39 | 0.56 | 0 | 0.01 |
| HSL | 258.3º | 0.96% | 0.71% | - |
| HSV(B) | 258.3º | 0.56% | 0.99% | - |
| XYZ | 36.58 | 25.27 | 95.04 | - |
| YUV | 139.93 | 191.25 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 111 | 252 | 0.39 | 0.56 | 0 | 0.01 | 258.3 | 0.96 | 0.71 |
| Hex | 9A | 6F | FC | 27 | 38 | 0 | 1 | 102 | 60 | 47 |
| Octal | 232 | 157 | 374 | 47 | 70 | 0 | 1 | 402 | 140 | 107 |
| Binary | 10011010 | 1101111 | 11111100 | 100111 | 111000 | 0 | 1 | 100000010 | 1100000 | 1000111 |
Color Harmonies of #9A6FFC
Complementary color
Monochromatic Colors of #9A6FFC
Black with #9A6FFC
Text Example
Text Example
White with #9A6FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6FFC; }
p { color: rgb(154,111,252); }
H1.HeaderClassName
{
color: #9A6FFC;
}
.AnyTagClassName
{
color: #9A6FFC;
}
</style>
background-color css
<style>
a { background-color: #9A6FFC; }
a { background-color: rgb(154,111,252); }
div.DivClassName
{
background-color: #9A6FFC;
}
.BgClassName
{
background-color: #9A6FFC;
}
</style>
border-color css
<style>
span { border-color: #9A6FFC; }
span { border-color: rgb(154,111,252); }
td.TdClassName
{
border-color: #9A6FFC;
}
.TagClassName
{
border-color: #9A6FFC;
}
</style>