Shades of Light Slate Blue #895FFD
Tints of Light Slate Blue #895FFD
RGB
CMYK
RGB Variations
Color information
#895FFD (or 0x895FFD) is known color: Light Slate Blue. HEX triplet: 89, 5F and FD. RGB value is (137,95,253). Sum of RGB (Red+Green+Blue) = 137+95+253=485 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.25% from 485); Green value is 95 (37.5% from 255 or 19.59% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #895FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895FFD is #76A002. Grayscale: #7C7C7C. Windows color (decimal): -7774211 or 16605065. OLE color: 16605065.
HSL color Cylindrical-coordinate representation of color #895FFD: hue angle of 255.95º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #895FFD is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 95 | 253 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.01 |
| HSL | 255.95º | 0.98% | 0.68% | - |
| HSV(B) | 255.95º | 0.62% | 0.99% | - |
| XYZ | 32.14 | 20.59 | 95.21 | - |
| YUV | 125.57 | 199.91 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 95 | 253 | 0.46 | 0.62 | 0 | 0.01 | 255.95 | 0.98 | 0.68 |
| Hex | 89 | 5F | FD | 2E | 3E | 0 | 1 | 100 | 62 | 44 |
| Octal | 211 | 137 | 375 | 56 | 76 | 0 | 1 | 400 | 142 | 104 |
| Binary | 10001001 | 1011111 | 11111101 | 101110 | 111110 | 0 | 1 | 100000000 | 1100010 | 1000100 |
Color Harmonies of #895FFD
Complementary color
Monochromatic Colors of #895FFD
Black with #895FFD
Text Example
Text Example
White with #895FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895FFD; }
p { color: rgb(137,95,253); }
H1.HeaderClassName
{
color: #895FFD;
}
.AnyTagClassName
{
color: #895FFD;
}
</style>
background-color css
<style>
a { background-color: #895FFD; }
a { background-color: rgb(137,95,253); }
div.DivClassName
{
background-color: #895FFD;
}
.BgClassName
{
background-color: #895FFD;
}
</style>
border-color css
<style>
span { border-color: #895FFD; }
span { border-color: rgb(137,95,253); }
td.TdClassName
{
border-color: #895FFD;
}
.TagClassName
{
border-color: #895FFD;
}
</style>