Shades of Light Slate Blue #9883F8
Tints of Light Slate Blue #9883F8
RGB
CMYK
RGB Variations
Color information
#9883F8 (or 0x9883F8) is known color: Light Slate Blue. HEX triplet: 98, 83 and F8. RGB value is (152,131,248). Sum of RGB (Red+Green+Blue) = 152+131+248=531 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.63% from 531); Green value is 131 (51.56% from 255 or 24.67% from 531); Blue value is 248 (97.27% from 255 or 46.70% from 531); Max value from RGB is 248 - color contains mainly: blue. Hex color #9883F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9883F8 is #677C07. Grayscale: #969696. Windows color (decimal): -6781960 or 16286616. OLE color: 16286616.
HSL color Cylindrical-coordinate representation of color #9883F8: hue angle of 250.77º 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 #9883F8 is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 152 | 131 | 248 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.03 |
| HSL | 250.77º | 0.89% | 0.74% | - |
| HSV(B) | 250.77º | 0.47% | 0.97% | - |
| XYZ | 38.01 | 29.69 | 92.53 | - |
| YUV | 150.62 | 182.96 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 131 | 248 | 0.39 | 0.47 | 0 | 0.03 | 250.77 | 0.89 | 0.74 |
| Hex | 98 | 83 | F8 | 27 | 2F | 0 | 3 | FB | 59 | 4A |
| Octal | 230 | 203 | 370 | 47 | 57 | 0 | 3 | 373 | 131 | 112 |
| Binary | 10011000 | 10000011 | 11111000 | 100111 | 101111 | 0 | 11 | 11111011 | 1011001 | 1001010 |
Color Harmonies of #9883F8
Complementary color
Monochromatic Colors of #9883F8
Black with #9883F8
Text Example
Text Example
White with #9883F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9883F8; }
p { color: rgb(152,131,248); }
H1.HeaderClassName
{
color: #9883F8;
}
.AnyTagClassName
{
color: #9883F8;
}
</style>
background-color css
<style>
a { background-color: #9883F8; }
a { background-color: rgb(152,131,248); }
div.DivClassName
{
background-color: #9883F8;
}
.BgClassName
{
background-color: #9883F8;
}
</style>
border-color css
<style>
span { border-color: #9883F8; }
span { border-color: rgb(152,131,248); }
td.TdClassName
{
border-color: #9883F8;
}
.TagClassName
{
border-color: #9883F8;
}
</style>