Shades of Light Slate Blue #9783FE
Tints of Light Slate Blue #9783FE
RGB
CMYK
RGB Variations
Color information
#9783FE (or 0x9783FE) is known color: Light Slate Blue. HEX triplet: 97, 83 and FE. RGB value is (151,131,254). Sum of RGB (Red+Green+Blue) = 151+131+254=536 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.17% from 536); Green value is 131 (51.56% from 255 or 24.44% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #9783FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9783FE is #687C01. Grayscale: #969696. Windows color (decimal): -6847490 or 16679831. OLE color: 16679831.
HSL color Cylindrical-coordinate representation of color #9783FE: hue angle of 249.76º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9783FE is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 151 | 131 | 254 | - |
| CMYK | 0.41 | 0.48 | 0 | 0.00 |
| HSL | 249.76º | 0.98% | 0.75% | - |
| HSV(B) | 249.76º | 0.48% | 1% | - |
| XYZ | 38.77 | 29.97 | 97.51 | - |
| YUV | 151 | 186.13 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 131 | 254 | 0.41 | 0.48 | 0 | 0.00 | 249.76 | 0.98 | 0.75 |
| Hex | 97 | 83 | FE | 29 | 30 | 0 | 0 | FA | 62 | 4B |
| Octal | 227 | 203 | 376 | 51 | 60 | 0 | 0 | 372 | 142 | 113 |
| Binary | 10010111 | 10000011 | 11111110 | 101001 | 110000 | 0 | 0 | 11111010 | 1100010 | 1001011 |
Color Harmonies of #9783FE
Complementary color
Monochromatic Colors of #9783FE
Black with #9783FE
Text Example
Text Example
White with #9783FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9783FE; }
p { color: rgb(151,131,254); }
H1.HeaderClassName
{
color: #9783FE;
}
.AnyTagClassName
{
color: #9783FE;
}
</style>
background-color css
<style>
a { background-color: #9783FE; }
a { background-color: rgb(151,131,254); }
div.DivClassName
{
background-color: #9783FE;
}
.BgClassName
{
background-color: #9783FE;
}
</style>
border-color css
<style>
span { border-color: #9783FE; }
span { border-color: rgb(151,131,254); }
td.TdClassName
{
border-color: #9783FE;
}
.TagClassName
{
border-color: #9783FE;
}
</style>