Shades of Light Slate Blue #8B87F9
Tints of Light Slate Blue #8B87F9
RGB
CMYK
RGB Variations
Color information
#8B87F9 (or 0x8B87F9) is known color: Light Slate Blue. HEX triplet: 8B, 87 and F9. RGB value is (139,135,249). Sum of RGB (Red+Green+Blue) = 139+135+249=523 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.58% from 523); Green value is 135 (53.12% from 255 or 25.81% from 523); Blue value is 249 (97.66% from 255 or 47.61% from 523); Max value from RGB is 249 - color contains mainly: blue. Hex color #8B87F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B87F9 is #747806. Grayscale: #949494. Windows color (decimal): -7632903 or 16353163. OLE color: 16353163.
HSL color Cylindrical-coordinate representation of color #8B87F9: hue angle of 242.11º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8B87F9 is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 135 | 249 | - |
| CMYK | 0.44 | 0.46 | 0 | 0.02 |
| HSL | 242.11º | 0.9% | 0.75% | - |
| HSV(B) | 242.11º | 0.46% | 0.98% | - |
| XYZ | 36.41 | 29.66 | 93.43 | - |
| YUV | 149.19 | 184.33 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 135 | 249 | 0.44 | 0.46 | 0 | 0.02 | 242.11 | 0.9 | 0.75 |
| Hex | 8B | 87 | F9 | 2C | 2E | 0 | 2 | F2 | 5A | 4B |
| Octal | 213 | 207 | 371 | 54 | 56 | 0 | 2 | 362 | 132 | 113 |
| Binary | 10001011 | 10000111 | 11111001 | 101100 | 101110 | 0 | 10 | 11110010 | 1011010 | 1001011 |
Color Harmonies of #8B87F9
Complementary color
Monochromatic Colors of #8B87F9
Black with #8B87F9
Text Example
Text Example
White with #8B87F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B87F9; }
p { color: rgb(139,135,249); }
H1.HeaderClassName
{
color: #8B87F9;
}
.AnyTagClassName
{
color: #8B87F9;
}
</style>
background-color css
<style>
a { background-color: #8B87F9; }
a { background-color: rgb(139,135,249); }
div.DivClassName
{
background-color: #8B87F9;
}
.BgClassName
{
background-color: #8B87F9;
}
</style>
border-color css
<style>
span { border-color: #8B87F9; }
span { border-color: rgb(139,135,249); }
td.TdClassName
{
border-color: #8B87F9;
}
.TagClassName
{
border-color: #8B87F9;
}
</style>