Shades of Light Slate Blue #8B86FF
Tints of Light Slate Blue #8B86FF
RGB
CMYK
RGB Variations
Color information
#8B86FF (or 0x8B86FF) is known color: Light Slate Blue. HEX triplet: 8B, 86 and FF. RGB value is (139,134,255). Sum of RGB (Red+Green+Blue) = 139+134+255=528 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.33% from 528); Green value is 134 (52.73% from 255 or 25.38% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #8B86FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B86FF is #747900. Grayscale: #949494. Windows color (decimal): -7633153 or 16746123. OLE color: 16746123.
HSL color Cylindrical-coordinate representation of color #8B86FF: hue angle of 242.48º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B86FF is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 134 | 255 | - |
| CMYK | 0.45 | 0.47 | 0 | 0 |
| HSL | 242.48º | 1% | 0.76% | - |
| HSV(B) | 242.48º | 0.47% | 1% | - |
| XYZ | 37.22 | 29.76 | 98.39 | - |
| YUV | 149.29 | 187.66 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 134 | 255 | 0.45 | 0.47 | 0 | 0 | 242.48 | 1 | 0.76 |
| Hex | 8B | 86 | FF | 2D | 2F | 0 | 0 | F2 | 64 | 4C |
| Octal | 213 | 206 | 377 | 55 | 57 | 0 | 0 | 362 | 144 | 114 |
| Binary | 10001011 | 10000110 | 11111111 | 101101 | 101111 | 0 | 0 | 11110010 | 1100100 | 1001100 |
Color Harmonies of #8B86FF
Complementary color
Monochromatic Colors of #8B86FF
Black with #8B86FF
Text Example
Text Example
White with #8B86FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B86FF; }
p { color: rgb(139,134,255); }
H1.HeaderClassName
{
color: #8B86FF;
}
.AnyTagClassName
{
color: #8B86FF;
}
</style>
background-color css
<style>
a { background-color: #8B86FF; }
a { background-color: rgb(139,134,255); }
div.DivClassName
{
background-color: #8B86FF;
}
.BgClassName
{
background-color: #8B86FF;
}
</style>
border-color css
<style>
span { border-color: #8B86FF; }
span { border-color: rgb(139,134,255); }
td.TdClassName
{
border-color: #8B86FF;
}
.TagClassName
{
border-color: #8B86FF;
}
</style>