Shades of Light Slate Blue #895FFF
Tints of Light Slate Blue #895FFF
RGB
CMYK
RGB Variations
Color information
#895FFF (or 0x895FFF) is known color: Light Slate Blue. HEX triplet: 89, 5F and FF. RGB value is (137,95,255). Sum of RGB (Red+Green+Blue) = 137+95+255=487 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.13% from 487); Green value is 95 (37.5% from 255 or 19.51% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #895FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895FFF is #76A000. Grayscale: #7D7D7D. Windows color (decimal): -7774209 or 16736137. OLE color: 16736137.
HSL color Cylindrical-coordinate representation of color #895FFF: hue angle of 255.75º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #895FFF is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 95 | 255 | - |
| CMYK | 0.46 | 0.63 | 0 | 0 |
| HSL | 255.75º | 1% | 0.69% | - |
| HSV(B) | 255.75º | 0.63% | 1% | - |
| XYZ | 32.46 | 20.72 | 96.9 | - |
| YUV | 125.8 | 200.91 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 95 | 255 | 0.46 | 0.63 | 0 | 0 | 255.75 | 1 | 0.69 |
| Hex | 89 | 5F | FF | 2E | 3F | 0 | 0 | 100 | 64 | 45 |
| Octal | 211 | 137 | 377 | 56 | 77 | 0 | 0 | 400 | 144 | 105 |
| Binary | 10001001 | 1011111 | 11111111 | 101110 | 111111 | 0 | 0 | 100000000 | 1100100 | 1000101 |
Color Harmonies of #895FFF
Complementary color
Monochromatic Colors of #895FFF
Black with #895FFF
Text Example
Text Example
White with #895FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895FFF; }
p { color: rgb(137,95,255); }
H1.HeaderClassName
{
color: #895FFF;
}
.AnyTagClassName
{
color: #895FFF;
}
</style>
background-color css
<style>
a { background-color: #895FFF; }
a { background-color: rgb(137,95,255); }
div.DivClassName
{
background-color: #895FFF;
}
.BgClassName
{
background-color: #895FFF;
}
</style>
border-color css
<style>
span { border-color: #895FFF; }
span { border-color: rgb(137,95,255); }
td.TdClassName
{
border-color: #895FFF;
}
.TagClassName
{
border-color: #895FFF;
}
</style>