Shades of Light Slate Blue #895BFE
Tints of Light Slate Blue #895BFE
RGB
CMYK
RGB Variations
Color information
#895BFE (or 0x895BFE) is known color: Light Slate Blue. HEX triplet: 89, 5B and FE. RGB value is (137,91,254). Sum of RGB (Red+Green+Blue) = 137+91+254=482 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.42% from 482); Green value is 91 (35.94% from 255 or 18.88% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #895BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895BFE is #76A401. Grayscale: #7A7A7A. Windows color (decimal): -7775234 or 16669577. OLE color: 16669577.
HSL color Cylindrical-coordinate representation of color #895BFE: hue angle of 256.93º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #895BFE is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 137 | 91 | 254 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.00 |
| HSL | 256.93º | 0.99% | 0.68% | - |
| HSV(B) | 256.93º | 0.64% | 1% | - |
| XYZ | 31.95 | 19.96 | 95.93 | - |
| YUV | 123.34 | 201.74 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 91 | 254 | 0.46 | 0.64 | 0 | 0.00 | 256.93 | 0.99 | 0.68 |
| Hex | 89 | 5B | FE | 2E | 40 | 0 | 0 | 101 | 63 | 44 |
| Octal | 211 | 133 | 376 | 56 | 100 | 0 | 0 | 401 | 143 | 104 |
| Binary | 10001001 | 1011011 | 11111110 | 101110 | 1000000 | 0 | 0 | 100000001 | 1100011 | 1000100 |
Color Harmonies of #895BFE
Complementary color
Monochromatic Colors of #895BFE
Black with #895BFE
Text Example
Text Example
White with #895BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895BFE; }
p { color: rgb(137,91,254); }
H1.HeaderClassName
{
color: #895BFE;
}
.AnyTagClassName
{
color: #895BFE;
}
</style>
background-color css
<style>
a { background-color: #895BFE; }
a { background-color: rgb(137,91,254); }
div.DivClassName
{
background-color: #895BFE;
}
.BgClassName
{
background-color: #895BFE;
}
</style>
border-color css
<style>
span { border-color: #895BFE; }
span { border-color: rgb(137,91,254); }
td.TdClassName
{
border-color: #895BFE;
}
.TagClassName
{
border-color: #895BFE;
}
</style>