Shades of Light Slate Blue #8B59FF
Tints of Light Slate Blue #8B59FF
RGB
CMYK
RGB Variations
Color information
#8B59FF (or 0x8B59FF) is known color: Light Slate Blue. HEX triplet: 8B, 59 and FF. RGB value is (139,89,255). Sum of RGB (Red+Green+Blue) = 139+89+255=483 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.78% from 483); Green value is 89 (35.16% from 255 or 18.43% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #8B59FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B59FF is #74A600. Grayscale: #7A7A7A. Windows color (decimal): -7644673 or 16734603. OLE color: 16734603.
HSL color Cylindrical-coordinate representation of color #8B59FF: hue angle of 258.07º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B59FF is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 89 | 255 | - |
| CMYK | 0.45 | 0.65 | 0 | 0 |
| HSL | 258.07º | 1% | 0.67% | - |
| HSV(B) | 258.07º | 0.65% | 1% | - |
| XYZ | 32.27 | 19.85 | 96.74 | - |
| YUV | 122.87 | 202.57 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 89 | 255 | 0.45 | 0.65 | 0 | 0 | 258.07 | 1 | 0.67 |
| Hex | 8B | 59 | FF | 2D | 41 | 0 | 0 | 102 | 64 | 43 |
| Octal | 213 | 131 | 377 | 55 | 101 | 0 | 0 | 402 | 144 | 103 |
| Binary | 10001011 | 1011001 | 11111111 | 101101 | 1000001 | 0 | 0 | 100000010 | 1100100 | 1000011 |
Color Harmonies of #8B59FF
Complementary color
Monochromatic Colors of #8B59FF
Black with #8B59FF
Text Example
Text Example
White with #8B59FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B59FF; }
p { color: rgb(139,89,255); }
H1.HeaderClassName
{
color: #8B59FF;
}
.AnyTagClassName
{
color: #8B59FF;
}
</style>
background-color css
<style>
a { background-color: #8B59FF; }
a { background-color: rgb(139,89,255); }
div.DivClassName
{
background-color: #8B59FF;
}
.BgClassName
{
background-color: #8B59FF;
}
</style>
border-color css
<style>
span { border-color: #8B59FF; }
span { border-color: rgb(139,89,255); }
td.TdClassName
{
border-color: #8B59FF;
}
.TagClassName
{
border-color: #8B59FF;
}
</style>