Shades of Light Slate Blue #9783F8
Tints of Light Slate Blue #9783F8
RGB
CMYK
RGB Variations
Color information
#9783F8 (or 0x9783F8) is known color: Light Slate Blue. HEX triplet: 97, 83 and F8. RGB value is (151,131,248). Sum of RGB (Red+Green+Blue) = 151+131+248=530 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.49% from 530); Green value is 131 (51.56% from 255 or 24.72% from 530); Blue value is 248 (97.27% from 255 or 46.79% from 530); Max value from RGB is 248 - color contains mainly: blue. Hex color #9783F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9783F8 is #687C07. Grayscale: #959595. Windows color (decimal): -6847496 or 16286615. OLE color: 16286615.
HSL color Cylindrical-coordinate representation of color #9783F8: hue angle of 250.26º degrees, saturation: 0.89, 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 #9783F8 is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 151 | 131 | 248 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.03 |
| HSL | 250.26º | 0.89% | 0.74% | - |
| HSV(B) | 250.26º | 0.47% | 0.97% | - |
| XYZ | 37.82 | 29.59 | 92.52 | - |
| YUV | 150.32 | 183.13 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 131 | 248 | 0.39 | 0.47 | 0 | 0.03 | 250.26 | 0.89 | 0.74 |
| Hex | 97 | 83 | F8 | 27 | 2F | 0 | 3 | FA | 59 | 4A |
| Octal | 227 | 203 | 370 | 47 | 57 | 0 | 3 | 372 | 131 | 112 |
| Binary | 10010111 | 10000011 | 11111000 | 100111 | 101111 | 0 | 11 | 11111010 | 1011001 | 1001010 |
Color Harmonies of #9783F8
Complementary color
Monochromatic Colors of #9783F8
Black with #9783F8
Text Example
Text Example
White with #9783F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9783F8; }
p { color: rgb(151,131,248); }
H1.HeaderClassName
{
color: #9783F8;
}
.AnyTagClassName
{
color: #9783F8;
}
</style>
background-color css
<style>
a { background-color: #9783F8; }
a { background-color: rgb(151,131,248); }
div.DivClassName
{
background-color: #9783F8;
}
.BgClassName
{
background-color: #9783F8;
}
</style>
border-color css
<style>
span { border-color: #9783F8; }
span { border-color: rgb(151,131,248); }
td.TdClassName
{
border-color: #9783F8;
}
.TagClassName
{
border-color: #9783F8;
}
</style>