Shades of Light Slate Blue #8D7BFD
Tints of Light Slate Blue #8D7BFD
RGB
CMYK
RGB Variations
Color information
#8D7BFD (or 0x8D7BFD) is known color: Light Slate Blue. HEX triplet: 8D, 7B and FD. RGB value is (141,123,253). Sum of RGB (Red+Green+Blue) = 141+123+253=517 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.27% from 517); Green value is 123 (48.44% from 255 or 23.79% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #8D7BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D7BFD is #728402. Grayscale: #8E8E8E. Windows color (decimal): -7504899 or 16612237. OLE color: 16612237.
HSL color Cylindrical-coordinate representation of color #8D7BFD: hue angle of 248.31º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D7BFD is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 123 | 253 | - |
| CMYK | 0.44 | 0.51 | 0 | 0.01 |
| HSL | 248.31º | 0.97% | 0.74% | - |
| HSV(B) | 248.31º | 0.51% | 0.99% | - |
| XYZ | 35.8 | 26.92 | 96.24 | - |
| YUV | 143.2 | 189.96 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 123 | 253 | 0.44 | 0.51 | 0 | 0.01 | 248.31 | 0.97 | 0.74 |
| Hex | 8D | 7B | FD | 2C | 33 | 0 | 1 | F8 | 61 | 4A |
| Octal | 215 | 173 | 375 | 54 | 63 | 0 | 1 | 370 | 141 | 112 |
| Binary | 10001101 | 1111011 | 11111101 | 101100 | 110011 | 0 | 1 | 11111000 | 1100001 | 1001010 |
Color Harmonies of #8D7BFD
Complementary color
Monochromatic Colors of #8D7BFD
Black with #8D7BFD
Text Example
Text Example
White with #8D7BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7BFD; }
p { color: rgb(141,123,253); }
H1.HeaderClassName
{
color: #8D7BFD;
}
.AnyTagClassName
{
color: #8D7BFD;
}
</style>
background-color css
<style>
a { background-color: #8D7BFD; }
a { background-color: rgb(141,123,253); }
div.DivClassName
{
background-color: #8D7BFD;
}
.BgClassName
{
background-color: #8D7BFD;
}
</style>
border-color css
<style>
span { border-color: #8D7BFD; }
span { border-color: rgb(141,123,253); }
td.TdClassName
{
border-color: #8D7BFD;
}
.TagClassName
{
border-color: #8D7BFD;
}
</style>