Shades of Light Slate Blue #A98BFE
Tints of Light Slate Blue #A98BFE
RGB
CMYK
RGB Variations
Color information
#A98BFE (or 0xA98BFE) is known color: Light Slate Blue. HEX triplet: A9, 8B and FE. RGB value is (169,139,254). Sum of RGB (Red+Green+Blue) = 169+139+254=562 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.07% from 562); Green value is 139 (54.69% from 255 or 24.73% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #A98BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98BFE is #567401. Grayscale: #A0A0A0. Windows color (decimal): -5665794 or 16681897. OLE color: 16681897.
HSL color Cylindrical-coordinate representation of color #A98BFE: hue angle of 255.65º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A98BFE is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 139 | 254 | - |
| CMYK | 0.33 | 0.45 | 0 | 0.00 |
| HSL | 255.65º | 0.98% | 0.77% | - |
| HSV(B) | 255.65º | 0.45% | 1% | - |
| XYZ | 43.48 | 34.06 | 98.05 | - |
| YUV | 161.08 | 180.44 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 139 | 254 | 0.33 | 0.45 | 0 | 0.00 | 255.65 | 0.98 | 0.77 |
| Hex | A9 | 8B | FE | 21 | 2D | 0 | 0 | 100 | 62 | 4D |
| Octal | 251 | 213 | 376 | 41 | 55 | 0 | 0 | 400 | 142 | 115 |
| Binary | 10101001 | 10001011 | 11111110 | 100001 | 101101 | 0 | 0 | 100000000 | 1100010 | 1001101 |
Color Harmonies of #A98BFE
Complementary color
Monochromatic Colors of #A98BFE
Black with #A98BFE
Text Example
Text Example
White with #A98BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98BFE; }
p { color: rgb(169,139,254); }
H1.HeaderClassName
{
color: #A98BFE;
}
.AnyTagClassName
{
color: #A98BFE;
}
</style>
background-color css
<style>
a { background-color: #A98BFE; }
a { background-color: rgb(169,139,254); }
div.DivClassName
{
background-color: #A98BFE;
}
.BgClassName
{
background-color: #A98BFE;
}
</style>
border-color css
<style>
span { border-color: #A98BFE; }
span { border-color: rgb(169,139,254); }
td.TdClassName
{
border-color: #A98BFE;
}
.TagClassName
{
border-color: #A98BFE;
}
</style>