Shades of Light Slate Blue #895BFC
Tints of Light Slate Blue #895BFC
RGB
CMYK
RGB Variations
Color information
#895BFC (or 0x895BFC) is known color: Light Slate Blue. HEX triplet: 89, 5B and FC. RGB value is (137,91,252). Sum of RGB (Red+Green+Blue) = 137+91+252=480 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.54% from 480); Green value is 91 (35.94% from 255 or 18.96% from 480); Blue value is 252 (98.83% from 255 or 52.5% from 480); Max value from RGB is 252 - color contains mainly: blue. Hex color #895BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895BFC is #76A403. Grayscale: #7A7A7A. Windows color (decimal): -7775236 or 16538505. OLE color: 16538505.
HSL color Cylindrical-coordinate representation of color #895BFC: hue angle of 257.14º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #895BFC is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 91 | 252 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.01 |
| HSL | 257.14º | 0.96% | 0.67% | - |
| HSV(B) | 257.14º | 0.64% | 0.99% | - |
| XYZ | 31.63 | 19.83 | 94.26 | - |
| YUV | 123.11 | 200.74 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 91 | 252 | 0.46 | 0.64 | 0 | 0.01 | 257.14 | 0.96 | 0.67 |
| Hex | 89 | 5B | FC | 2E | 40 | 0 | 1 | 101 | 60 | 43 |
| Octal | 211 | 133 | 374 | 56 | 100 | 0 | 1 | 401 | 140 | 103 |
| Binary | 10001001 | 1011011 | 11111100 | 101110 | 1000000 | 0 | 1 | 100000001 | 1100000 | 1000011 |
Color Harmonies of #895BFC
Complementary color
Monochromatic Colors of #895BFC
Black with #895BFC
Text Example
Text Example
White with #895BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895BFC; }
p { color: rgb(137,91,252); }
H1.HeaderClassName
{
color: #895BFC;
}
.AnyTagClassName
{
color: #895BFC;
}
</style>
background-color css
<style>
a { background-color: #895BFC; }
a { background-color: rgb(137,91,252); }
div.DivClassName
{
background-color: #895BFC;
}
.BgClassName
{
background-color: #895BFC;
}
</style>
border-color css
<style>
span { border-color: #895BFC; }
span { border-color: rgb(137,91,252); }
td.TdClassName
{
border-color: #895BFC;
}
.TagClassName
{
border-color: #895BFC;
}
</style>