Shades of Light Slate Blue #8D6CFB
Tints of Light Slate Blue #8D6CFB
RGB
CMYK
RGB Variations
Color information
#8D6CFB (or 0x8D6CFB) is known color: Light Slate Blue. HEX triplet: 8D, 6C and FB. RGB value is (141,108,251). Sum of RGB (Red+Green+Blue) = 141+108+251=500 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.2% from 500); Green value is 108 (42.58% from 255 or 21.6% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #8D6CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D6CFB is #729304. Grayscale: #858585. Windows color (decimal): -7508741 or 16477325. OLE color: 16477325.
HSL color Cylindrical-coordinate representation of color #8D6CFB: hue angle of 253.85º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D6CFB is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 108 | 251 | - |
| CMYK | 0.44 | 0.57 | 0 | 0.02 |
| HSL | 253.85º | 0.95% | 0.7% | - |
| HSV(B) | 253.85º | 0.57% | 0.98% | - |
| XYZ | 33.76 | 23.35 | 94 | - |
| YUV | 134.17 | 193.93 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 108 | 251 | 0.44 | 0.57 | 0 | 0.02 | 253.85 | 0.95 | 0.7 |
| Hex | 8D | 6C | FB | 2C | 39 | 0 | 2 | FE | 5F | 46 |
| Octal | 215 | 154 | 373 | 54 | 71 | 0 | 2 | 376 | 137 | 106 |
| Binary | 10001101 | 1101100 | 11111011 | 101100 | 111001 | 0 | 10 | 11111110 | 1011111 | 1000110 |
Color Harmonies of #8D6CFB
Complementary color
Monochromatic Colors of #8D6CFB
Black with #8D6CFB
Text Example
Text Example
White with #8D6CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6CFB; }
p { color: rgb(141,108,251); }
H1.HeaderClassName
{
color: #8D6CFB;
}
.AnyTagClassName
{
color: #8D6CFB;
}
</style>
background-color css
<style>
a { background-color: #8D6CFB; }
a { background-color: rgb(141,108,251); }
div.DivClassName
{
background-color: #8D6CFB;
}
.BgClassName
{
background-color: #8D6CFB;
}
</style>
border-color css
<style>
span { border-color: #8D6CFB; }
span { border-color: rgb(141,108,251); }
td.TdClassName
{
border-color: #8D6CFB;
}
.TagClassName
{
border-color: #8D6CFB;
}
</style>