Shades of Light Slate Blue #8B85F1
Tints of Light Slate Blue #8B85F1
RGB
CMYK
RGB Variations
Color information
#8B85F1 (or 0x8B85F1) is known color: Light Slate Blue. HEX triplet: 8B, 85 and F1. RGB value is (139,133,241). Sum of RGB (Red+Green+Blue) = 139+133+241=513 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.10% from 513); Green value is 133 (52.34% from 255 or 25.93% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 241 - color contains mainly: blue. Hex color #8B85F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B85F1 is #747A0E. Grayscale: #929292. Windows color (decimal): -7633423 or 15828363. OLE color: 15828363.
HSL color Cylindrical-coordinate representation of color #8B85F1: hue angle of 243.33º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B85F1 is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 133 | 241 | - |
| CMYK | 0.42 | 0.45 | 0 | 0.05 |
| HSL | 243.33º | 0.79% | 0.73% | - |
| HSV(B) | 243.33º | 0.45% | 0.95% | - |
| XYZ | 34.91 | 28.61 | 86.9 | - |
| YUV | 147.11 | 180.99 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 133 | 241 | 0.42 | 0.45 | 0 | 0.05 | 243.33 | 0.79 | 0.73 |
| Hex | 8B | 85 | F1 | 2A | 2D | 0 | 5 | F3 | 4F | 49 |
| Octal | 213 | 205 | 361 | 52 | 55 | 0 | 5 | 363 | 117 | 111 |
| Binary | 10001011 | 10000101 | 11110001 | 101010 | 101101 | 0 | 101 | 11110011 | 1001111 | 1001001 |
Color Harmonies of #8B85F1
Complementary color
Monochromatic Colors of #8B85F1
Black with #8B85F1
Text Example
Text Example
White with #8B85F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B85F1; }
p { color: rgb(139,133,241); }
H1.HeaderClassName
{
color: #8B85F1;
}
.AnyTagClassName
{
color: #8B85F1;
}
</style>
background-color css
<style>
a { background-color: #8B85F1; }
a { background-color: rgb(139,133,241); }
div.DivClassName
{
background-color: #8B85F1;
}
.BgClassName
{
background-color: #8B85F1;
}
</style>
border-color css
<style>
span { border-color: #8B85F1; }
span { border-color: rgb(139,133,241); }
td.TdClassName
{
border-color: #8B85F1;
}
.TagClassName
{
border-color: #8B85F1;
}
</style>