Shades of Light Slate Blue #9683F0
Tints of Light Slate Blue #9683F0
RGB
CMYK
RGB Variations
Color information
#9683F0 (or 0x9683F0) is known color: Light Slate Blue. HEX triplet: 96, 83 and F0. RGB value is (150,131,240). Sum of RGB (Red+Green+Blue) = 150+131+240=521 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.79% from 521); Green value is 131 (51.56% from 255 or 25.14% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 240 - color contains mainly: blue. Hex color #9683F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9683F0 is #697C0F. Grayscale: #949494. Windows color (decimal): -6913040 or 15762326. OLE color: 15762326.
HSL color Cylindrical-coordinate representation of color #9683F0: hue angle of 250.46º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9683F0 is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 131 | 240 | - |
| CMYK | 0.37 | 0.45 | 0 | 0.06 |
| HSL | 250.46º | 0.78% | 0.73% | - |
| HSV(B) | 250.46º | 0.45% | 0.94% | - |
| XYZ | 36.42 | 29.01 | 86.12 | - |
| YUV | 149.11 | 179.29 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 131 | 240 | 0.37 | 0.45 | 0 | 0.06 | 250.46 | 0.78 | 0.73 |
| Hex | 96 | 83 | F0 | 25 | 2D | 0 | 6 | FA | 4E | 49 |
| Octal | 226 | 203 | 360 | 45 | 55 | 0 | 6 | 372 | 116 | 111 |
| Binary | 10010110 | 10000011 | 11110000 | 100101 | 101101 | 0 | 110 | 11111010 | 1001110 | 1001001 |
Color Harmonies of #9683F0
Complementary color
Monochromatic Colors of #9683F0
Black with #9683F0
Text Example
Text Example
White with #9683F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9683F0; }
p { color: rgb(150,131,240); }
H1.HeaderClassName
{
color: #9683F0;
}
.AnyTagClassName
{
color: #9683F0;
}
</style>
background-color css
<style>
a { background-color: #9683F0; }
a { background-color: rgb(150,131,240); }
div.DivClassName
{
background-color: #9683F0;
}
.BgClassName
{
background-color: #9683F0;
}
</style>
border-color css
<style>
span { border-color: #9683F0; }
span { border-color: rgb(150,131,240); }
td.TdClassName
{
border-color: #9683F0;
}
.TagClassName
{
border-color: #9683F0;
}
</style>