Shades of Light Slate Blue #895DFB
Tints of Light Slate Blue #895DFB
RGB
CMYK
RGB Variations
Color information
#895DFB (or 0x895DFB) is known color: Light Slate Blue. HEX triplet: 89, 5D and FB. RGB value is (137,93,251). Sum of RGB (Red+Green+Blue) = 137+93+251=481 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.48% from 481); Green value is 93 (36.72% from 255 or 19.33% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #895DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895DFB is #76A204. Grayscale: #7B7B7B. Windows color (decimal): -7774725 or 16473481. OLE color: 16473481.
HSL color Cylindrical-coordinate representation of color #895DFB: hue angle of 256.71º 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 #895DFB is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 93 | 251 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.02 |
| HSL | 256.71º | 0.95% | 0.67% | - |
| HSV(B) | 256.71º | 0.63% | 0.98% | - |
| XYZ | 31.64 | 20.11 | 93.48 | - |
| YUV | 124.17 | 199.58 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 93 | 251 | 0.45 | 0.63 | 0 | 0.02 | 256.71 | 0.95 | 0.67 |
| Hex | 89 | 5D | FB | 2D | 3F | 0 | 2 | 101 | 5F | 43 |
| Octal | 211 | 135 | 373 | 55 | 77 | 0 | 2 | 401 | 137 | 103 |
| Binary | 10001001 | 1011101 | 11111011 | 101101 | 111111 | 0 | 10 | 100000001 | 1011111 | 1000011 |
Color Harmonies of #895DFB
Complementary color
Monochromatic Colors of #895DFB
Black with #895DFB
Text Example
Text Example
White with #895DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895DFB; }
p { color: rgb(137,93,251); }
H1.HeaderClassName
{
color: #895DFB;
}
.AnyTagClassName
{
color: #895DFB;
}
</style>
background-color css
<style>
a { background-color: #895DFB; }
a { background-color: rgb(137,93,251); }
div.DivClassName
{
background-color: #895DFB;
}
.BgClassName
{
background-color: #895DFB;
}
</style>
border-color css
<style>
span { border-color: #895DFB; }
span { border-color: rgb(137,93,251); }
td.TdClassName
{
border-color: #895DFB;
}
.TagClassName
{
border-color: #895DFB;
}
</style>