Shades of Light Slate Blue #A089F9
Tints of Light Slate Blue #A089F9
RGB
CMYK
RGB Variations
Color information
#A089F9 (or 0xA089F9) is known color: Light Slate Blue. HEX triplet: A0, 89 and F9. RGB value is (160,137,249). Sum of RGB (Red+Green+Blue) = 160+137+249=546 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.30% from 546); Green value is 137 (53.91% from 255 or 25.09% from 546); Blue value is 249 (97.66% from 255 or 45.60% from 546); Max value from RGB is 249 - color contains mainly: blue. Hex color #A089F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A089F9 is #5F7606. Grayscale: #9C9C9C. Windows color (decimal): -6256135 or 16353696. OLE color: 16353696.
HSL color Cylindrical-coordinate representation of color #A089F9: hue angle of 252.32º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A089F9 is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 137 | 249 | - |
| CMYK | 0.36 | 0.45 | 0 | 0.02 |
| HSL | 252.32º | 0.9% | 0.76% | - |
| HSV(B) | 252.32º | 0.45% | 0.98% | - |
| XYZ | 40.54 | 32.2 | 93.7 | - |
| YUV | 156.65 | 180.12 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 137 | 249 | 0.36 | 0.45 | 0 | 0.02 | 252.32 | 0.9 | 0.76 |
| Hex | A0 | 89 | F9 | 24 | 2D | 0 | 2 | FC | 5A | 4C |
| Octal | 240 | 211 | 371 | 44 | 55 | 0 | 2 | 374 | 132 | 114 |
| Binary | 10100000 | 10001001 | 11111001 | 100100 | 101101 | 0 | 10 | 11111100 | 1011010 | 1001100 |
Color Harmonies of #A089F9
Complementary color
Monochromatic Colors of #A089F9
Black with #A089F9
Text Example
Text Example
White with #A089F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A089F9; }
p { color: rgb(160,137,249); }
H1.HeaderClassName
{
color: #A089F9;
}
.AnyTagClassName
{
color: #A089F9;
}
</style>
background-color css
<style>
a { background-color: #A089F9; }
a { background-color: rgb(160,137,249); }
div.DivClassName
{
background-color: #A089F9;
}
.BgClassName
{
background-color: #A089F9;
}
</style>
border-color css
<style>
span { border-color: #A089F9; }
span { border-color: rgb(160,137,249); }
td.TdClassName
{
border-color: #A089F9;
}
.TagClassName
{
border-color: #A089F9;
}
</style>