Shades of Light Slate Blue #AB89FF
Tints of Light Slate Blue #AB89FF
RGB
CMYK
RGB Variations
Color information
#AB89FF (or 0xAB89FF) is known color: Light Slate Blue. HEX triplet: AB, 89 and FF. RGB value is (171,137,255). Sum of RGB (Red+Green+Blue) = 171+137+255=563 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.37% from 563); Green value is 137 (53.91% from 255 or 24.33% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB89FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB89FF is #547600. Grayscale: #A0A0A0. Windows color (decimal): -5535233 or 16746923. OLE color: 16746923.
HSL color Cylindrical-coordinate representation of color #AB89FF: hue angle of 257.29º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB89FF is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 137 | 255 | - |
| CMYK | 0.33 | 0.46 | 0 | 0 |
| HSL | 257.29º | 1% | 0.77% | - |
| HSV(B) | 257.29º | 0.46% | 1% | - |
| XYZ | 43.79 | 33.77 | 98.82 | - |
| YUV | 160.62 | 181.26 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 137 | 255 | 0.33 | 0.46 | 0 | 0 | 257.29 | 1 | 0.77 |
| Hex | AB | 89 | FF | 21 | 2E | 0 | 0 | 101 | 64 | 4D |
| Octal | 253 | 211 | 377 | 41 | 56 | 0 | 0 | 401 | 144 | 115 |
| Binary | 10101011 | 10001001 | 11111111 | 100001 | 101110 | 0 | 0 | 100000001 | 1100100 | 1001101 |
Color Harmonies of #AB89FF
Complementary color
Monochromatic Colors of #AB89FF
Black with #AB89FF
Text Example
Text Example
White with #AB89FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB89FF; }
p { color: rgb(171,137,255); }
H1.HeaderClassName
{
color: #AB89FF;
}
.AnyTagClassName
{
color: #AB89FF;
}
</style>
background-color css
<style>
a { background-color: #AB89FF; }
a { background-color: rgb(171,137,255); }
div.DivClassName
{
background-color: #AB89FF;
}
.BgClassName
{
background-color: #AB89FF;
}
</style>
border-color css
<style>
span { border-color: #AB89FF; }
span { border-color: rgb(171,137,255); }
td.TdClassName
{
border-color: #AB89FF;
}
.TagClassName
{
border-color: #AB89FF;
}
</style>