Shades of Light Slate Blue #895CFB
Tints of Light Slate Blue #895CFB
RGB
CMYK
RGB Variations
Color information
#895CFB (or 0x895CFB) is known color: Light Slate Blue. HEX triplet: 89, 5C and FB. RGB value is (137,92,251). Sum of RGB (Red+Green+Blue) = 137+92+251=480 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.54% from 480); Green value is 92 (36.33% from 255 or 19.17% from 480); Blue value is 251 (98.44% from 255 or 52.29% from 480); Max value from RGB is 251 - color contains mainly: blue. Hex color #895CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895CFB is #76A304. Grayscale: #7A7A7A. Windows color (decimal): -7774981 or 16473225. OLE color: 16473225.
HSL color Cylindrical-coordinate representation of color #895CFB: hue angle of 256.98º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #895CFB is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 92 | 251 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.02 |
| HSL | 256.98º | 0.95% | 0.67% | - |
| HSV(B) | 256.98º | 0.63% | 0.98% | - |
| XYZ | 31.56 | 19.94 | 93.45 | - |
| YUV | 123.58 | 199.91 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 92 | 251 | 0.45 | 0.63 | 0 | 0.02 | 256.98 | 0.95 | 0.67 |
| Hex | 89 | 5C | FB | 2D | 3F | 0 | 2 | 101 | 5F | 43 |
| Octal | 211 | 134 | 373 | 55 | 77 | 0 | 2 | 401 | 137 | 103 |
| Binary | 10001001 | 1011100 | 11111011 | 101101 | 111111 | 0 | 10 | 100000001 | 1011111 | 1000011 |
Color Harmonies of #895CFB
Complementary color
Monochromatic Colors of #895CFB
Black with #895CFB
Text Example
Text Example
White with #895CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895CFB; }
p { color: rgb(137,92,251); }
H1.HeaderClassName
{
color: #895CFB;
}
.AnyTagClassName
{
color: #895CFB;
}
</style>
background-color css
<style>
a { background-color: #895CFB; }
a { background-color: rgb(137,92,251); }
div.DivClassName
{
background-color: #895CFB;
}
.BgClassName
{
background-color: #895CFB;
}
</style>
border-color css
<style>
span { border-color: #895CFB; }
span { border-color: rgb(137,92,251); }
td.TdClassName
{
border-color: #895CFB;
}
.TagClassName
{
border-color: #895CFB;
}
</style>