Shades of Light Slate Blue #A887FB
Tints of Light Slate Blue #A887FB
RGB
CMYK
RGB Variations
Color information
#A887FB (or 0xA887FB) is known color: Light Slate Blue. HEX triplet: A8, 87 and FB. RGB value is (168,135,251). Sum of RGB (Red+Green+Blue) = 168+135+251=554 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.32% from 554); Green value is 135 (53.12% from 255 or 24.37% from 554); Blue value is 251 (98.44% from 255 or 45.31% from 554); Max value from RGB is 251 - color contains mainly: blue. Hex color #A887FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A887FB is #577804. Grayscale: #9D9D9D. Windows color (decimal): -5732357 or 16484264. OLE color: 16484264.
HSL color Cylindrical-coordinate representation of color #A887FB: hue angle of 257.07º degrees, saturation: 0.94, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A887FB is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 135 | 251 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.02 |
| HSL | 257.07º | 0.94% | 0.76% | - |
| HSV(B) | 257.07º | 0.46% | 0.98% | - |
| XYZ | 42.23 | 32.62 | 95.34 | - |
| YUV | 158.09 | 180.43 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 135 | 251 | 0.33 | 0.46 | 0 | 0.02 | 257.07 | 0.94 | 0.76 |
| Hex | A8 | 87 | FB | 21 | 2E | 0 | 2 | 101 | 5E | 4C |
| Octal | 250 | 207 | 373 | 41 | 56 | 0 | 2 | 401 | 136 | 114 |
| Binary | 10101000 | 10000111 | 11111011 | 100001 | 101110 | 0 | 10 | 100000001 | 1011110 | 1001100 |
Color Harmonies of #A887FB
Complementary color
Monochromatic Colors of #A887FB
Black with #A887FB
Text Example
Text Example
White with #A887FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A887FB; }
p { color: rgb(168,135,251); }
H1.HeaderClassName
{
color: #A887FB;
}
.AnyTagClassName
{
color: #A887FB;
}
</style>
background-color css
<style>
a { background-color: #A887FB; }
a { background-color: rgb(168,135,251); }
div.DivClassName
{
background-color: #A887FB;
}
.BgClassName
{
background-color: #A887FB;
}
</style>
border-color css
<style>
span { border-color: #A887FB; }
span { border-color: rgb(168,135,251); }
td.TdClassName
{
border-color: #A887FB;
}
.TagClassName
{
border-color: #A887FB;
}
</style>