Shades of Light Slate Blue #8B84FF
Tints of Light Slate Blue #8B84FF
RGB
CMYK
RGB Variations
Color information
#8B84FF (or 0x8B84FF) is known color: Light Slate Blue. HEX triplet: 8B, 84 and FF. RGB value is (139,132,255). Sum of RGB (Red+Green+Blue) = 139+132+255=526 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.43% from 526); Green value is 132 (51.95% from 255 or 25.10% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #8B84FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B84FF is #747B00. Grayscale: #939393. Windows color (decimal): -7633665 or 16745611. OLE color: 16745611.
HSL color Cylindrical-coordinate representation of color #8B84FF: hue angle of 243.41º 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 #8B84FF is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 132 | 255 | - |
| CMYK | 0.45 | 0.48 | 0 | 0 |
| HSL | 243.41º | 1% | 0.76% | - |
| HSV(B) | 243.41º | 0.48% | 1% | - |
| XYZ | 36.95 | 29.21 | 98.3 | - |
| YUV | 148.12 | 188.32 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 132 | 255 | 0.45 | 0.48 | 0 | 0 | 243.41 | 1 | 0.76 |
| Hex | 8B | 84 | FF | 2D | 30 | 0 | 0 | F3 | 64 | 4C |
| Octal | 213 | 204 | 377 | 55 | 60 | 0 | 0 | 363 | 144 | 114 |
| Binary | 10001011 | 10000100 | 11111111 | 101101 | 110000 | 0 | 0 | 11110011 | 1100100 | 1001100 |
Color Harmonies of #8B84FF
Complementary color
Monochromatic Colors of #8B84FF
Black with #8B84FF
Text Example
Text Example
White with #8B84FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B84FF; }
p { color: rgb(139,132,255); }
H1.HeaderClassName
{
color: #8B84FF;
}
.AnyTagClassName
{
color: #8B84FF;
}
</style>
background-color css
<style>
a { background-color: #8B84FF; }
a { background-color: rgb(139,132,255); }
div.DivClassName
{
background-color: #8B84FF;
}
.BgClassName
{
background-color: #8B84FF;
}
</style>
border-color css
<style>
span { border-color: #8B84FF; }
span { border-color: rgb(139,132,255); }
td.TdClassName
{
border-color: #8B84FF;
}
.TagClassName
{
border-color: #8B84FF;
}
</style>