Shades of Light Slate Blue #9883F6
Tints of Light Slate Blue #9883F6
RGB
CMYK
RGB Variations
Color information
#9883F6 (or 0x9883F6) is known color: Light Slate Blue. HEX triplet: 98, 83 and F6. RGB value is (152,131,246). Sum of RGB (Red+Green+Blue) = 152+131+246=529 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.73% from 529); Green value is 131 (51.56% from 255 or 24.76% from 529); Blue value is 246 (96.48% from 255 or 46.50% from 529); Max value from RGB is 246 - color contains mainly: blue. Hex color #9883F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9883F6 is #677C09. Grayscale: #959595. Windows color (decimal): -6781962 or 16155544. OLE color: 16155544.
HSL color Cylindrical-coordinate representation of color #9883F6: hue angle of 250.96º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9883F6 is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 152 | 131 | 246 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.04 |
| HSL | 250.96º | 0.86% | 0.74% | - |
| HSV(B) | 250.96º | 0.47% | 0.96% | - |
| XYZ | 37.7 | 29.56 | 90.91 | - |
| YUV | 150.39 | 181.96 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 131 | 246 | 0.38 | 0.47 | 0 | 0.04 | 250.96 | 0.86 | 0.74 |
| Hex | 98 | 83 | F6 | 26 | 2F | 0 | 4 | FB | 56 | 4A |
| Octal | 230 | 203 | 366 | 46 | 57 | 0 | 4 | 373 | 126 | 112 |
| Binary | 10011000 | 10000011 | 11110110 | 100110 | 101111 | 0 | 100 | 11111011 | 1010110 | 1001010 |
Color Harmonies of #9883F6
Complementary color
Monochromatic Colors of #9883F6
Black with #9883F6
Text Example
Text Example
White with #9883F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9883F6; }
p { color: rgb(152,131,246); }
H1.HeaderClassName
{
color: #9883F6;
}
.AnyTagClassName
{
color: #9883F6;
}
</style>
background-color css
<style>
a { background-color: #9883F6; }
a { background-color: rgb(152,131,246); }
div.DivClassName
{
background-color: #9883F6;
}
.BgClassName
{
background-color: #9883F6;
}
</style>
border-color css
<style>
span { border-color: #9883F6; }
span { border-color: rgb(152,131,246); }
td.TdClassName
{
border-color: #9883F6;
}
.TagClassName
{
border-color: #9883F6;
}
</style>