Shades of Light Slate Blue #8D67FC
Tints of Light Slate Blue #8D67FC
RGB
CMYK
RGB Variations
Color information
#8D67FC (or 0x8D67FC) is known color: Light Slate Blue. HEX triplet: 8D, 67 and FC. RGB value is (141,103,252). Sum of RGB (Red+Green+Blue) = 141+103+252=496 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.43% from 496); Green value is 103 (40.62% from 255 or 20.77% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #8D67FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D67FC is #729803. Grayscale: #828282. Windows color (decimal): -7510020 or 16541581. OLE color: 16541581.
HSL color Cylindrical-coordinate representation of color #8D67FC: hue angle of 255.3º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8D67FC is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 103 | 252 | - |
| CMYK | 0.44 | 0.59 | 0 | 0.01 |
| HSL | 255.3º | 0.96% | 0.7% | - |
| HSV(B) | 255.3º | 0.59% | 0.99% | - |
| XYZ | 33.41 | 22.39 | 94.66 | - |
| YUV | 131.35 | 196.09 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 103 | 252 | 0.44 | 0.59 | 0 | 0.01 | 255.3 | 0.96 | 0.7 |
| Hex | 8D | 67 | FC | 2C | 3B | 0 | 1 | FF | 60 | 46 |
| Octal | 215 | 147 | 374 | 54 | 73 | 0 | 1 | 377 | 140 | 106 |
| Binary | 10001101 | 1100111 | 11111100 | 101100 | 111011 | 0 | 1 | 11111111 | 1100000 | 1000110 |
Color Harmonies of #8D67FC
Complementary color
Monochromatic Colors of #8D67FC
Black with #8D67FC
Text Example
Text Example
White with #8D67FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D67FC; }
p { color: rgb(141,103,252); }
H1.HeaderClassName
{
color: #8D67FC;
}
.AnyTagClassName
{
color: #8D67FC;
}
</style>
background-color css
<style>
a { background-color: #8D67FC; }
a { background-color: rgb(141,103,252); }
div.DivClassName
{
background-color: #8D67FC;
}
.BgClassName
{
background-color: #8D67FC;
}
</style>
border-color css
<style>
span { border-color: #8D67FC; }
span { border-color: rgb(141,103,252); }
td.TdClassName
{
border-color: #8D67FC;
}
.TagClassName
{
border-color: #8D67FC;
}
</style>