Shades of Light Slate Blue #895BFD
Tints of Light Slate Blue #895BFD
RGB
CMYK
RGB Variations
Color information
#895BFD (or 0x895BFD) is known color: Light Slate Blue. HEX triplet: 89, 5B and FD. RGB value is (137,91,253). Sum of RGB (Red+Green+Blue) = 137+91+253=481 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.48% from 481); Green value is 91 (35.94% from 255 or 18.92% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #895BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895BFD is #76A402. Grayscale: #7A7A7A. Windows color (decimal): -7775235 or 16604041. OLE color: 16604041.
HSL color Cylindrical-coordinate representation of color #895BFD: hue angle of 257.04º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #895BFD is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 91 | 253 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.01 |
| HSL | 257.04º | 0.98% | 0.67% | - |
| HSV(B) | 257.04º | 0.64% | 0.99% | - |
| XYZ | 31.79 | 19.89 | 95.09 | - |
| YUV | 123.22 | 201.24 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 91 | 253 | 0.46 | 0.64 | 0 | 0.01 | 257.04 | 0.98 | 0.67 |
| Hex | 89 | 5B | FD | 2E | 40 | 0 | 1 | 101 | 62 | 43 |
| Octal | 211 | 133 | 375 | 56 | 100 | 0 | 1 | 401 | 142 | 103 |
| Binary | 10001001 | 1011011 | 11111101 | 101110 | 1000000 | 0 | 1 | 100000001 | 1100010 | 1000011 |
Color Harmonies of #895BFD
Complementary color
Monochromatic Colors of #895BFD
Black with #895BFD
Text Example
Text Example
White with #895BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895BFD; }
p { color: rgb(137,91,253); }
H1.HeaderClassName
{
color: #895BFD;
}
.AnyTagClassName
{
color: #895BFD;
}
</style>
background-color css
<style>
a { background-color: #895BFD; }
a { background-color: rgb(137,91,253); }
div.DivClassName
{
background-color: #895BFD;
}
.BgClassName
{
background-color: #895BFD;
}
</style>
border-color css
<style>
span { border-color: #895BFD; }
span { border-color: rgb(137,91,253); }
td.TdClassName
{
border-color: #895BFD;
}
.TagClassName
{
border-color: #895BFD;
}
</style>