Shades of Light Slate Blue #895DFD
Tints of Light Slate Blue #895DFD
RGB
CMYK
RGB Variations
Color information
#895DFD (or 0x895DFD) is known color: Light Slate Blue. HEX triplet: 89, 5D and FD. RGB value is (137,93,253). Sum of RGB (Red+Green+Blue) = 137+93+253=483 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.36% from 483); Green value is 93 (36.72% from 255 or 19.25% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #895DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895DFD is #76A202. Grayscale: #7B7B7B. Windows color (decimal): -7774723 or 16604553. OLE color: 16604553.
HSL color Cylindrical-coordinate representation of color #895DFD: hue angle of 256.5º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #895DFD is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 93 | 253 | - |
| CMYK | 0.46 | 0.63 | 0 | 0.01 |
| HSL | 256.5º | 0.98% | 0.68% | - |
| HSV(B) | 256.5º | 0.63% | 0.99% | - |
| XYZ | 31.96 | 20.24 | 95.15 | - |
| YUV | 124.4 | 200.58 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 93 | 253 | 0.46 | 0.63 | 0 | 0.01 | 256.5 | 0.98 | 0.68 |
| Hex | 89 | 5D | FD | 2E | 3F | 0 | 1 | 100 | 62 | 44 |
| Octal | 211 | 135 | 375 | 56 | 77 | 0 | 1 | 400 | 142 | 104 |
| Binary | 10001001 | 1011101 | 11111101 | 101110 | 111111 | 0 | 1 | 100000000 | 1100010 | 1000100 |
Color Harmonies of #895DFD
Complementary color
Monochromatic Colors of #895DFD
Black with #895DFD
Text Example
Text Example
White with #895DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895DFD; }
p { color: rgb(137,93,253); }
H1.HeaderClassName
{
color: #895DFD;
}
.AnyTagClassName
{
color: #895DFD;
}
</style>
background-color css
<style>
a { background-color: #895DFD; }
a { background-color: rgb(137,93,253); }
div.DivClassName
{
background-color: #895DFD;
}
.BgClassName
{
background-color: #895DFD;
}
</style>
border-color css
<style>
span { border-color: #895DFD; }
span { border-color: rgb(137,93,253); }
td.TdClassName
{
border-color: #895DFD;
}
.TagClassName
{
border-color: #895DFD;
}
</style>