Shades of Light Slate Blue #9783F7
Tints of Light Slate Blue #9783F7
RGB
CMYK
RGB Variations
Color information
#9783F7 (or 0x9783F7) is known color: Light Slate Blue. HEX triplet: 97, 83 and F7. RGB value is (151,131,247). Sum of RGB (Red+Green+Blue) = 151+131+247=529 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.54% from 529); Green value is 131 (51.56% from 255 or 24.76% from 529); Blue value is 247 (96.88% from 255 or 46.69% from 529); Max value from RGB is 247 - color contains mainly: blue. Hex color #9783F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9783F7 is #687C08. Grayscale: #959595. Windows color (decimal): -6847497 or 16221079. OLE color: 16221079.
HSL color Cylindrical-coordinate representation of color #9783F7: hue angle of 250.34º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9783F7 is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 151 | 131 | 247 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.03 |
| HSL | 250.34º | 0.88% | 0.74% | - |
| HSV(B) | 250.34º | 0.47% | 0.97% | - |
| XYZ | 37.67 | 29.53 | 91.71 | - |
| YUV | 150.2 | 182.63 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 131 | 247 | 0.39 | 0.47 | 0 | 0.03 | 250.34 | 0.88 | 0.74 |
| Hex | 97 | 83 | F7 | 27 | 2F | 0 | 3 | FA | 58 | 4A |
| Octal | 227 | 203 | 367 | 47 | 57 | 0 | 3 | 372 | 130 | 112 |
| Binary | 10010111 | 10000011 | 11110111 | 100111 | 101111 | 0 | 11 | 11111010 | 1011000 | 1001010 |
Color Harmonies of #9783F7
Complementary color
Monochromatic Colors of #9783F7
Black with #9783F7
Text Example
Text Example
White with #9783F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9783F7; }
p { color: rgb(151,131,247); }
H1.HeaderClassName
{
color: #9783F7;
}
.AnyTagClassName
{
color: #9783F7;
}
</style>
background-color css
<style>
a { background-color: #9783F7; }
a { background-color: rgb(151,131,247); }
div.DivClassName
{
background-color: #9783F7;
}
.BgClassName
{
background-color: #9783F7;
}
</style>
border-color css
<style>
span { border-color: #9783F7; }
span { border-color: rgb(151,131,247); }
td.TdClassName
{
border-color: #9783F7;
}
.TagClassName
{
border-color: #9783F7;
}
</style>