Shades of Light Slate Blue #8F84EA
Tints of Light Slate Blue #8F84EA
RGB
CMYK
RGB Variations
Color information
#8F84EA (or 0x8F84EA) is known color: Light Slate Blue. HEX triplet: 8F, 84 and EA. RGB value is (143,132,234). Sum of RGB (Red+Green+Blue) = 143+132+234=509 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.09% from 509); Green value is 132 (51.95% from 255 or 25.93% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #8F84EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F84EA is #707B15. Grayscale: #929292. Windows color (decimal): -7371542 or 15369359. OLE color: 15369359.
HSL color Cylindrical-coordinate representation of color #8F84EA: hue angle of 246.47º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F84EA is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 132 | 234 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.08 |
| HSL | 246.47º | 0.71% | 0.72% | - |
| HSV(B) | 246.47º | 0.44% | 0.92% | - |
| XYZ | 34.43 | 28.28 | 81.49 | - |
| YUV | 146.92 | 177.14 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 132 | 234 | 0.39 | 0.44 | 0 | 0.08 | 246.47 | 0.71 | 0.72 |
| Hex | 8F | 84 | EA | 27 | 2C | 0 | 8 | F6 | 47 | 48 |
| Octal | 217 | 204 | 352 | 47 | 54 | 0 | 10 | 366 | 107 | 110 |
| Binary | 10001111 | 10000100 | 11101010 | 100111 | 101100 | 0 | 1000 | 11110110 | 1000111 | 1001000 |
Color Harmonies of #8F84EA
Complementary color
Monochromatic Colors of #8F84EA
Black with #8F84EA
Text Example
Text Example
White with #8F84EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F84EA; }
p { color: rgb(143,132,234); }
H1.HeaderClassName
{
color: #8F84EA;
}
.AnyTagClassName
{
color: #8F84EA;
}
</style>
background-color css
<style>
a { background-color: #8F84EA; }
a { background-color: rgb(143,132,234); }
div.DivClassName
{
background-color: #8F84EA;
}
.BgClassName
{
background-color: #8F84EA;
}
</style>
border-color css
<style>
span { border-color: #8F84EA; }
span { border-color: rgb(143,132,234); }
td.TdClassName
{
border-color: #8F84EA;
}
.TagClassName
{
border-color: #8F84EA;
}
</style>