Shades of Light Slate Blue #8D89FD
Tints of Light Slate Blue #8D89FD
RGB
CMYK
RGB Variations
Color information
#8D89FD (or 0x8D89FD) is known color: Light Slate Blue. HEX triplet: 8D, 89 and FD. RGB value is (141,137,253). Sum of RGB (Red+Green+Blue) = 141+137+253=531 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.55% from 531); Green value is 137 (53.91% from 255 or 25.80% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #8D89FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D89FD is #727602. Grayscale: #969696. Windows color (decimal): -7501315 or 16615821. OLE color: 16615821.
HSL color Cylindrical-coordinate representation of color #8D89FD: hue angle of 242.07º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8D89FD is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 137 | 253 | - |
| CMYK | 0.44 | 0.46 | 0 | 0.01 |
| HSL | 242.07º | 0.97% | 0.76% | - |
| HSV(B) | 242.07º | 0.46% | 0.99% | - |
| XYZ | 37.66 | 30.65 | 96.86 | - |
| YUV | 151.42 | 185.33 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 137 | 253 | 0.44 | 0.46 | 0 | 0.01 | 242.07 | 0.97 | 0.76 |
| Hex | 8D | 89 | FD | 2C | 2E | 0 | 1 | F2 | 61 | 4C |
| Octal | 215 | 211 | 375 | 54 | 56 | 0 | 1 | 362 | 141 | 114 |
| Binary | 10001101 | 10001001 | 11111101 | 101100 | 101110 | 0 | 1 | 11110010 | 1100001 | 1001100 |
Color Harmonies of #8D89FD
Complementary color
Monochromatic Colors of #8D89FD
Black with #8D89FD
Text Example
Text Example
White with #8D89FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D89FD; }
p { color: rgb(141,137,253); }
H1.HeaderClassName
{
color: #8D89FD;
}
.AnyTagClassName
{
color: #8D89FD;
}
</style>
background-color css
<style>
a { background-color: #8D89FD; }
a { background-color: rgb(141,137,253); }
div.DivClassName
{
background-color: #8D89FD;
}
.BgClassName
{
background-color: #8D89FD;
}
</style>
border-color css
<style>
span { border-color: #8D89FD; }
span { border-color: rgb(141,137,253); }
td.TdClassName
{
border-color: #8D89FD;
}
.TagClassName
{
border-color: #8D89FD;
}
</style>