Shades of Light Slate Blue #9881FA
Tints of Light Slate Blue #9881FA
RGB
CMYK
RGB Variations
Color information
#9881FA (or 0x9881FA) is known color: Light Slate Blue. HEX triplet: 98, 81 and FA. RGB value is (152,129,250). Sum of RGB (Red+Green+Blue) = 152+129+250=531 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.63% from 531); Green value is 129 (50.78% from 255 or 24.29% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #9881FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9881FA is #677E05. Grayscale: #959595. Windows color (decimal): -6782470 or 16417176. OLE color: 16417176.
HSL color Cylindrical-coordinate representation of color #9881FA: hue angle of 251.4º degrees, saturation: 0.92, 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 #9881FA is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 129 | 250 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.02 |
| HSL | 251.41º | 0.92% | 0.74% | - |
| HSV(B) | 251.41º | 0.48% | 0.98% | - |
| XYZ | 38.05 | 29.28 | 94.09 | - |
| YUV | 149.67 | 184.62 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 129 | 250 | 0.39 | 0.48 | 0 | 0.02 | 251.41 | 0.92 | 0.74 |
| Hex | 98 | 81 | FA | 27 | 30 | 0 | 2 | FB | 5C | 4A |
| Octal | 230 | 201 | 372 | 47 | 60 | 0 | 2 | 373 | 134 | 112 |
| Binary | 10011000 | 10000001 | 11111010 | 100111 | 110000 | 0 | 10 | 11111011 | 1011100 | 1001010 |
Color Harmonies of #9881FA
Complementary color
Monochromatic Colors of #9881FA
Black with #9881FA
Text Example
Text Example
White with #9881FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9881FA; }
p { color: rgb(152,129,250); }
H1.HeaderClassName
{
color: #9881FA;
}
.AnyTagClassName
{
color: #9881FA;
}
</style>
background-color css
<style>
a { background-color: #9881FA; }
a { background-color: rgb(152,129,250); }
div.DivClassName
{
background-color: #9881FA;
}
.BgClassName
{
background-color: #9881FA;
}
</style>
border-color css
<style>
span { border-color: #9881FA; }
span { border-color: rgb(152,129,250); }
td.TdClassName
{
border-color: #9881FA;
}
.TagClassName
{
border-color: #9881FA;
}
</style>