Shades of Light Slate Blue #895FFB
Tints of Light Slate Blue #895FFB
RGB
CMYK
RGB Variations
Color information
#895FFB (or 0x895FFB) is known color: Light Slate Blue. HEX triplet: 89, 5F and FB. RGB value is (137,95,251). Sum of RGB (Red+Green+Blue) = 137+95+251=483 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.36% from 483); Green value is 95 (37.5% from 255 or 19.67% from 483); Blue value is 251 (98.44% from 255 or 51.97% from 483); Max value from RGB is 251 - color contains mainly: blue. Hex color #895FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895FFB is #76A004. Grayscale: #7C7C7C. Windows color (decimal): -7774213 or 16473993. OLE color: 16473993.
HSL color Cylindrical-coordinate representation of color #895FFB: hue angle of 256.15º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #895FFB is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 95 | 251 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.02 |
| HSL | 256.15º | 0.95% | 0.68% | - |
| HSV(B) | 256.15º | 0.62% | 0.98% | - |
| XYZ | 31.82 | 20.47 | 93.54 | - |
| YUV | 125.34 | 198.91 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 95 | 251 | 0.45 | 0.62 | 0 | 0.02 | 256.15 | 0.95 | 0.68 |
| Hex | 89 | 5F | FB | 2D | 3E | 0 | 2 | 100 | 5F | 44 |
| Octal | 211 | 137 | 373 | 55 | 76 | 0 | 2 | 400 | 137 | 104 |
| Binary | 10001001 | 1011111 | 11111011 | 101101 | 111110 | 0 | 10 | 100000000 | 1011111 | 1000100 |
Color Harmonies of #895FFB
Complementary color
Monochromatic Colors of #895FFB
Black with #895FFB
Text Example
Text Example
White with #895FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895FFB; }
p { color: rgb(137,95,251); }
H1.HeaderClassName
{
color: #895FFB;
}
.AnyTagClassName
{
color: #895FFB;
}
</style>
background-color css
<style>
a { background-color: #895FFB; }
a { background-color: rgb(137,95,251); }
div.DivClassName
{
background-color: #895FFB;
}
.BgClassName
{
background-color: #895FFB;
}
</style>
border-color css
<style>
span { border-color: #895FFB; }
span { border-color: rgb(137,95,251); }
td.TdClassName
{
border-color: #895FFB;
}
.TagClassName
{
border-color: #895FFB;
}
</style>