Shades of Light Slate Blue #9984F6
Tints of Light Slate Blue #9984F6
RGB
CMYK
RGB Variations
Color information
#9984F6 (or 0x9984F6) is known color: Light Slate Blue. HEX triplet: 99, 84 and F6. RGB value is (153,132,246). Sum of RGB (Red+Green+Blue) = 153+132+246=531 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.81% from 531); Green value is 132 (51.95% from 255 or 24.86% from 531); Blue value is 246 (96.48% from 255 or 46.33% from 531); Max value from RGB is 246 - color contains mainly: blue. Hex color #9984F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9984F6 is #667B09. Grayscale: #969696. Windows color (decimal): -6716170 or 16155801. OLE color: 16155801.
HSL color Cylindrical-coordinate representation of color #9984F6: hue angle of 251.05º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9984F6 is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 153 | 132 | 246 | - |
| CMYK | 0.38 | 0.46 | 0 | 0.04 |
| HSL | 251.05º | 0.86% | 0.74% | - |
| HSV(B) | 251.05º | 0.46% | 0.96% | - |
| XYZ | 38.02 | 29.93 | 90.96 | - |
| YUV | 151.28 | 181.46 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 132 | 246 | 0.38 | 0.46 | 0 | 0.04 | 251.05 | 0.86 | 0.74 |
| Hex | 99 | 84 | F6 | 26 | 2E | 0 | 4 | FB | 56 | 4A |
| Octal | 231 | 204 | 366 | 46 | 56 | 0 | 4 | 373 | 126 | 112 |
| Binary | 10011001 | 10000100 | 11110110 | 100110 | 101110 | 0 | 100 | 11111011 | 1010110 | 1001010 |
Color Harmonies of #9984F6
Complementary color
Monochromatic Colors of #9984F6
Black with #9984F6
Text Example
Text Example
White with #9984F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9984F6; }
p { color: rgb(153,132,246); }
H1.HeaderClassName
{
color: #9984F6;
}
.AnyTagClassName
{
color: #9984F6;
}
</style>
background-color css
<style>
a { background-color: #9984F6; }
a { background-color: rgb(153,132,246); }
div.DivClassName
{
background-color: #9984F6;
}
.BgClassName
{
background-color: #9984F6;
}
</style>
border-color css
<style>
span { border-color: #9984F6; }
span { border-color: rgb(153,132,246); }
td.TdClassName
{
border-color: #9984F6;
}
.TagClassName
{
border-color: #9984F6;
}
</style>