Shades of Light Slate Blue #8B61F9
Tints of Light Slate Blue #8B61F9
RGB
CMYK
RGB Variations
Color information
#8B61F9 (or 0x8B61F9) is known color: Light Slate Blue. HEX triplet: 8B, 61 and F9. RGB value is (139,97,249). Sum of RGB (Red+Green+Blue) = 139+97+249=485 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.66% from 485); Green value is 97 (38.28% from 255 or 20% from 485); Blue value is 249 (97.66% from 255 or 51.34% from 485); Max value from RGB is 249 - color contains mainly: blue. Hex color #8B61F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B61F9 is #749E06. Grayscale: #7E7E7E. Windows color (decimal): -7642631 or 16343435. OLE color: 16343435.
HSL color Cylindrical-coordinate representation of color #8B61F9: hue angle of 256.58º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8B61F9 is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 97 | 249 | - |
| CMYK | 0.44 | 0.61 | 0 | 0.02 |
| HSL | 256.58º | 0.93% | 0.68% | - |
| HSV(B) | 256.58º | 0.61% | 0.98% | - |
| XYZ | 32.02 | 20.88 | 91.96 | - |
| YUV | 126.89 | 196.91 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 97 | 249 | 0.44 | 0.61 | 0 | 0.02 | 256.58 | 0.93 | 0.68 |
| Hex | 8B | 61 | F9 | 2C | 3D | 0 | 2 | 101 | 5D | 44 |
| Octal | 213 | 141 | 371 | 54 | 75 | 0 | 2 | 401 | 135 | 104 |
| Binary | 10001011 | 1100001 | 11111001 | 101100 | 111101 | 0 | 10 | 100000001 | 1011101 | 1000100 |
Color Harmonies of #8B61F9
Complementary color
Monochromatic Colors of #8B61F9
Black with #8B61F9
Text Example
Text Example
White with #8B61F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B61F9; }
p { color: rgb(139,97,249); }
H1.HeaderClassName
{
color: #8B61F9;
}
.AnyTagClassName
{
color: #8B61F9;
}
</style>
background-color css
<style>
a { background-color: #8B61F9; }
a { background-color: rgb(139,97,249); }
div.DivClassName
{
background-color: #8B61F9;
}
.BgClassName
{
background-color: #8B61F9;
}
</style>
border-color css
<style>
span { border-color: #8B61F9; }
span { border-color: rgb(139,97,249); }
td.TdClassName
{
border-color: #8B61F9;
}
.TagClassName
{
border-color: #8B61F9;
}
</style>