Shades of Light Slate Blue #895CFF
Tints of Light Slate Blue #895CFF
RGB
CMYK
RGB Variations
Color information
#895CFF (or 0x895CFF) is known color: Light Slate Blue. HEX triplet: 89, 5C and FF. RGB value is (137,92,255). Sum of RGB (Red+Green+Blue) = 137+92+255=484 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.31% from 484); Green value is 92 (36.33% from 255 or 19.01% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #895CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895CFF is #76A300. Grayscale: #7B7B7B. Windows color (decimal): -7774977 or 16735369. OLE color: 16735369.
HSL color Cylindrical-coordinate representation of color #895CFF: hue angle of 256.56º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #895CFF is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 92 | 255 | - |
| CMYK | 0.46 | 0.64 | 0 | 0 |
| HSL | 256.56º | 1% | 0.68% | - |
| HSV(B) | 256.56º | 0.64% | 1% | - |
| XYZ | 32.19 | 20.19 | 96.81 | - |
| YUV | 124.04 | 201.91 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 92 | 255 | 0.46 | 0.64 | 0 | 0 | 256.56 | 1 | 0.68 |
| Hex | 89 | 5C | FF | 2E | 40 | 0 | 0 | 101 | 64 | 44 |
| Octal | 211 | 134 | 377 | 56 | 100 | 0 | 0 | 401 | 144 | 104 |
| Binary | 10001001 | 1011100 | 11111111 | 101110 | 1000000 | 0 | 0 | 100000001 | 1100100 | 1000100 |
Color Harmonies of #895CFF
Complementary color
Monochromatic Colors of #895CFF
Black with #895CFF
Text Example
Text Example
White with #895CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895CFF; }
p { color: rgb(137,92,255); }
H1.HeaderClassName
{
color: #895CFF;
}
.AnyTagClassName
{
color: #895CFF;
}
</style>
background-color css
<style>
a { background-color: #895CFF; }
a { background-color: rgb(137,92,255); }
div.DivClassName
{
background-color: #895CFF;
}
.BgClassName
{
background-color: #895CFF;
}
</style>
border-color css
<style>
span { border-color: #895CFF; }
span { border-color: rgb(137,92,255); }
td.TdClassName
{
border-color: #895CFF;
}
.TagClassName
{
border-color: #895CFF;
}
</style>