Shades of Light Slate Blue #8F84FF
Tints of Light Slate Blue #8F84FF
RGB
CMYK
RGB Variations
Color information
#8F84FF (or 0x8F84FF) is known color: Light Slate Blue. HEX triplet: 8F, 84 and FF. RGB value is (143,132,255). Sum of RGB (Red+Green+Blue) = 143+132+255=530 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.98% from 530); Green value is 132 (51.95% from 255 or 24.91% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F84FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F84FF is #707B00. Grayscale: #949494. Windows color (decimal): -7371521 or 16745615. OLE color: 16745615.
HSL color Cylindrical-coordinate representation of color #8F84FF: hue angle of 245.37º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8F84FF is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 132 | 255 | - |
| CMYK | 0.44 | 0.48 | 0 | 0 |
| HSL | 245.37º | 1% | 0.76% | - |
| HSV(B) | 245.37º | 0.48% | 1% | - |
| XYZ | 37.63 | 29.56 | 98.33 | - |
| YUV | 149.31 | 187.64 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 132 | 255 | 0.44 | 0.48 | 0 | 0 | 245.37 | 1 | 0.76 |
| Hex | 8F | 84 | FF | 2C | 30 | 0 | 0 | F5 | 64 | 4C |
| Octal | 217 | 204 | 377 | 54 | 60 | 0 | 0 | 365 | 144 | 114 |
| Binary | 10001111 | 10000100 | 11111111 | 101100 | 110000 | 0 | 0 | 11110101 | 1100100 | 1001100 |
Color Harmonies of #8F84FF
Complementary color
Monochromatic Colors of #8F84FF
Black with #8F84FF
Text Example
Text Example
White with #8F84FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F84FF; }
p { color: rgb(143,132,255); }
H1.HeaderClassName
{
color: #8F84FF;
}
.AnyTagClassName
{
color: #8F84FF;
}
</style>
background-color css
<style>
a { background-color: #8F84FF; }
a { background-color: rgb(143,132,255); }
div.DivClassName
{
background-color: #8F84FF;
}
.BgClassName
{
background-color: #8F84FF;
}
</style>
border-color css
<style>
span { border-color: #8F84FF; }
span { border-color: rgb(143,132,255); }
td.TdClassName
{
border-color: #8F84FF;
}
.TagClassName
{
border-color: #8F84FF;
}
</style>