Shades of Light Slate Blue #A87BFF
Tints of Light Slate Blue #A87BFF
RGB
CMYK
RGB Variations
Color information
#A87BFF (or 0xA87BFF) is known color: Light Slate Blue. HEX triplet: A8, 7B and FF. RGB value is (168,123,255). Sum of RGB (Red+Green+Blue) = 168+123+255=546 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.77% from 546); Green value is 123 (48.44% from 255 or 22.53% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #A87BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A87BFF is #578400. Grayscale: #979797. Windows color (decimal): -5735425 or 16743336. OLE color: 16743336.
HSL color Cylindrical-coordinate representation of color #A87BFF: hue angle of 260.45º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A87BFF is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 123 | 255 | - |
| CMYK | 0.34 | 0.52 | 0 | 0 |
| HSL | 260.45º | 1% | 0.74% | - |
| HSV(B) | 260.45º | 0.52% | 1% | - |
| XYZ | 41.28 | 29.71 | 98.17 | - |
| YUV | 151.5 | 186.41 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 123 | 255 | 0.34 | 0.52 | 0 | 0 | 260.45 | 1 | 0.74 |
| Hex | A8 | 7B | FF | 22 | 34 | 0 | 0 | 104 | 64 | 4A |
| Octal | 250 | 173 | 377 | 42 | 64 | 0 | 0 | 404 | 144 | 112 |
| Binary | 10101000 | 1111011 | 11111111 | 100010 | 110100 | 0 | 0 | 100000100 | 1100100 | 1001010 |
Color Harmonies of #A87BFF
Complementary color
Monochromatic Colors of #A87BFF
Black with #A87BFF
Text Example
Text Example
White with #A87BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87BFF; }
p { color: rgb(168,123,255); }
H1.HeaderClassName
{
color: #A87BFF;
}
.AnyTagClassName
{
color: #A87BFF;
}
</style>
background-color css
<style>
a { background-color: #A87BFF; }
a { background-color: rgb(168,123,255); }
div.DivClassName
{
background-color: #A87BFF;
}
.BgClassName
{
background-color: #A87BFF;
}
</style>
border-color css
<style>
span { border-color: #A87BFF; }
span { border-color: rgb(168,123,255); }
td.TdClassName
{
border-color: #A87BFF;
}
.TagClassName
{
border-color: #A87BFF;
}
</style>