Shades of Light Slate Blue #9683FF
Tints of Light Slate Blue #9683FF
RGB
CMYK
RGB Variations
Color information
#9683FF (or 0x9683FF) is known color: Light Slate Blue. HEX triplet: 96, 83 and FF. RGB value is (150,131,255). Sum of RGB (Red+Green+Blue) = 150+131+255=536 (70% of max value = 765). Red value is 150 (58.98% from 255 or 27.99% from 536); Green value is 131 (51.56% from 255 or 24.44% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #9683FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9683FF is #697C00. Grayscale: #969696. Windows color (decimal): -6913025 or 16745366. OLE color: 16745366.
HSL color Cylindrical-coordinate representation of color #9683FF: hue angle of 249.19º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9683FF is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 131 | 255 | - |
| CMYK | 0.41 | 0.49 | 0 | 0 |
| HSL | 249.19º | 1% | 0.76% | - |
| HSV(B) | 249.19º | 0.49% | 1% | - |
| XYZ | 38.74 | 29.94 | 98.34 | - |
| YUV | 150.82 | 186.79 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 131 | 255 | 0.41 | 0.49 | 0 | 0 | 249.19 | 1 | 0.76 |
| Hex | 96 | 83 | FF | 29 | 31 | 0 | 0 | F9 | 64 | 4C |
| Octal | 226 | 203 | 377 | 51 | 61 | 0 | 0 | 371 | 144 | 114 |
| Binary | 10010110 | 10000011 | 11111111 | 101001 | 110001 | 0 | 0 | 11111001 | 1100100 | 1001100 |
Color Harmonies of #9683FF
Complementary color
Monochromatic Colors of #9683FF
Black with #9683FF
Text Example
Text Example
White with #9683FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9683FF; }
p { color: rgb(150,131,255); }
H1.HeaderClassName
{
color: #9683FF;
}
.AnyTagClassName
{
color: #9683FF;
}
</style>
background-color css
<style>
a { background-color: #9683FF; }
a { background-color: rgb(150,131,255); }
div.DivClassName
{
background-color: #9683FF;
}
.BgClassName
{
background-color: #9683FF;
}
</style>
border-color css
<style>
span { border-color: #9683FF; }
span { border-color: rgb(150,131,255); }
td.TdClassName
{
border-color: #9683FF;
}
.TagClassName
{
border-color: #9683FF;
}
</style>