Shades of Light Slate Blue #9881F6
Tints of Light Slate Blue #9881F6
RGB
CMYK
RGB Variations
Color information
#9881F6 (or 0x9881F6) is known color: Light Slate Blue. HEX triplet: 98, 81 and F6. RGB value is (152,129,246). Sum of RGB (Red+Green+Blue) = 152+129+246=527 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.84% from 527); Green value is 129 (50.78% from 255 or 24.48% from 527); Blue value is 246 (96.48% from 255 or 46.68% from 527); Max value from RGB is 246 - color contains mainly: blue. Hex color #9881F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9881F6 is #677E09. Grayscale: #949494. Windows color (decimal): -6782474 or 16155032. OLE color: 16155032.
HSL color Cylindrical-coordinate representation of color #9881F6: hue angle of 251.79º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9881F6 is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 152 | 129 | 246 | - |
| CMYK | 0.38 | 0.48 | 0 | 0.04 |
| HSL | 251.79º | 0.87% | 0.74% | - |
| HSV(B) | 251.79º | 0.48% | 0.96% | - |
| XYZ | 37.43 | 29.03 | 90.82 | - |
| YUV | 149.22 | 182.62 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 129 | 246 | 0.38 | 0.48 | 0 | 0.04 | 251.79 | 0.87 | 0.74 |
| Hex | 98 | 81 | F6 | 26 | 30 | 0 | 4 | FC | 57 | 4A |
| Octal | 230 | 201 | 366 | 46 | 60 | 0 | 4 | 374 | 127 | 112 |
| Binary | 10011000 | 10000001 | 11110110 | 100110 | 110000 | 0 | 100 | 11111100 | 1010111 | 1001010 |
Color Harmonies of #9881F6
Complementary color
Monochromatic Colors of #9881F6
Black with #9881F6
Text Example
Text Example
White with #9881F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9881F6; }
p { color: rgb(152,129,246); }
H1.HeaderClassName
{
color: #9881F6;
}
.AnyTagClassName
{
color: #9881F6;
}
</style>
background-color css
<style>
a { background-color: #9881F6; }
a { background-color: rgb(152,129,246); }
div.DivClassName
{
background-color: #9881F6;
}
.BgClassName
{
background-color: #9881F6;
}
</style>
border-color css
<style>
span { border-color: #9881F6; }
span { border-color: rgb(152,129,246); }
td.TdClassName
{
border-color: #9881F6;
}
.TagClassName
{
border-color: #9881F6;
}
</style>