Shades of Light Slate Blue #9289FF
Tints of Light Slate Blue #9289FF
RGB
CMYK
RGB Variations
Color information
#9289FF (or 0x9289FF) is known color: Light Slate Blue. HEX triplet: 92, 89 and FF. RGB value is (146,137,255). Sum of RGB (Red+Green+Blue) = 146+137+255=538 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.14% from 538); Green value is 137 (53.91% from 255 or 25.46% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #9289FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9289FF is #6D7600. Grayscale: #989898. Windows color (decimal): -7173633 or 16746898. OLE color: 16746898.
HSL color Cylindrical-coordinate representation of color #9289FF: hue angle of 244.58º 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 #9289FF is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 137 | 255 | - |
| CMYK | 0.43 | 0.46 | 0 | 0 |
| HSL | 244.58º | 1% | 0.77% | - |
| HSV(B) | 244.58º | 0.46% | 1% | - |
| XYZ | 38.85 | 31.22 | 98.59 | - |
| YUV | 153.14 | 185.48 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 137 | 255 | 0.43 | 0.46 | 0 | 0 | 244.58 | 1 | 0.77 |
| Hex | 92 | 89 | FF | 2B | 2E | 0 | 0 | F5 | 64 | 4D |
| Octal | 222 | 211 | 377 | 53 | 56 | 0 | 0 | 365 | 144 | 115 |
| Binary | 10010010 | 10001001 | 11111111 | 101011 | 101110 | 0 | 0 | 11110101 | 1100100 | 1001101 |
Color Harmonies of #9289FF
Complementary color
Monochromatic Colors of #9289FF
Black with #9289FF
Text Example
Text Example
White with #9289FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9289FF; }
p { color: rgb(146,137,255); }
H1.HeaderClassName
{
color: #9289FF;
}
.AnyTagClassName
{
color: #9289FF;
}
</style>
background-color css
<style>
a { background-color: #9289FF; }
a { background-color: rgb(146,137,255); }
div.DivClassName
{
background-color: #9289FF;
}
.BgClassName
{
background-color: #9289FF;
}
</style>
border-color css
<style>
span { border-color: #9289FF; }
span { border-color: rgb(146,137,255); }
td.TdClassName
{
border-color: #9289FF;
}
.TagClassName
{
border-color: #9289FF;
}
</style>