Shades of Light Slate Blue #9881F9
Tints of Light Slate Blue #9881F9
RGB
CMYK
RGB Variations
Color information
#9881F9 (or 0x9881F9) is known color: Light Slate Blue. HEX triplet: 98, 81 and F9. RGB value is (152,129,249). Sum of RGB (Red+Green+Blue) = 152+129+249=530 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.68% from 530); Green value is 129 (50.78% from 255 or 24.34% from 530); Blue value is 249 (97.66% from 255 or 46.98% from 530); Max value from RGB is 249 - color contains mainly: blue. Hex color #9881F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9881F9 is #677E06. Grayscale: #959595. Windows color (decimal): -6782471 or 16351640. OLE color: 16351640.
HSL color Cylindrical-coordinate representation of color #9881F9: hue angle of 251.5º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9881F9 is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 129 | 249 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.02 |
| HSL | 251.5º | 0.91% | 0.74% | - |
| HSV(B) | 251.5º | 0.48% | 0.98% | - |
| XYZ | 37.9 | 29.22 | 93.26 | - |
| YUV | 149.56 | 184.12 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 129 | 249 | 0.39 | 0.48 | 0 | 0.02 | 251.5 | 0.91 | 0.74 |
| Hex | 98 | 81 | F9 | 27 | 30 | 0 | 2 | FC | 5B | 4A |
| Octal | 230 | 201 | 371 | 47 | 60 | 0 | 2 | 374 | 133 | 112 |
| Binary | 10011000 | 10000001 | 11111001 | 100111 | 110000 | 0 | 10 | 11111100 | 1011011 | 1001010 |
Color Harmonies of #9881F9
Complementary color
Monochromatic Colors of #9881F9
Black with #9881F9
Text Example
Text Example
White with #9881F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9881F9; }
p { color: rgb(152,129,249); }
H1.HeaderClassName
{
color: #9881F9;
}
.AnyTagClassName
{
color: #9881F9;
}
</style>
background-color css
<style>
a { background-color: #9881F9; }
a { background-color: rgb(152,129,249); }
div.DivClassName
{
background-color: #9881F9;
}
.BgClassName
{
background-color: #9881F9;
}
</style>
border-color css
<style>
span { border-color: #9881F9; }
span { border-color: rgb(152,129,249); }
td.TdClassName
{
border-color: #9881F9;
}
.TagClassName
{
border-color: #9881F9;
}
</style>