Shades of Light Slate Blue #8D84FC
Tints of Light Slate Blue #8D84FC
RGB
CMYK
RGB Variations
Color information
#8D84FC (or 0x8D84FC) is known color: Light Slate Blue. HEX triplet: 8D, 84 and FC. RGB value is (141,132,252). Sum of RGB (Red+Green+Blue) = 141+132+252=525 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.86% from 525); Green value is 132 (51.95% from 255 or 25.14% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #8D84FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D84FC is #727B03. Grayscale: #939393. Windows color (decimal): -7502596 or 16549005. OLE color: 16549005.
HSL color Cylindrical-coordinate representation of color #8D84FC: hue angle of 244.5º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8D84FC is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 141 | 132 | 252 | - |
CMYK | 0.44 | 0.48 | 0 | 0.01 |
HSL | 244.5º | 0.95% | 0.75% | - |
HSV(B) | 244.5º | 0.48% | 0.99% | - |
XYZ | 36.81 | 29.19 | 95.79 | - |
YUV | 148.37 | 186.48 | 122.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 141 | 132 | 252 | 0.44 | 0.48 | 0 | 0.01 | 244.5 | 0.95 | 0.75 |
Hex | 8D | 84 | FC | 2C | 30 | 0 | 1 | F4 | 5F | 4B |
Octal | 215 | 204 | 374 | 54 | 60 | 0 | 1 | 364 | 137 | 113 |
Binary | 10001101 | 10000100 | 11111100 | 101100 | 110000 | 0 | 1 | 11110100 | 1011111 | 1001011 |
Color Harmonies of #8D84FC
Complementary color
Monochromatic Colors of #8D84FC
Black with #8D84FC
Text Example
Text Example
White with #8D84FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D84FC; }
p { color: rgb(141,132,252); }
H1.HeaderClassName
{
color: #8D84FC;
}
.AnyTagClassName
{
color: #8D84FC;
}
</style>
background-color css
<style>
a { background-color: #8D84FC; }
a { background-color: rgb(141,132,252); }
div.DivClassName
{
background-color: #8D84FC;
}
.BgClassName
{
background-color: #8D84FC;
}
</style>
border-color css
<style>
span { border-color: #8D84FC; }
span { border-color: rgb(141,132,252); }
td.TdClassName
{
border-color: #8D84FC;
}
.TagClassName
{
border-color: #8D84FC;
}
</style>