Shades of Light Slate Blue #8B7BFA
Tints of Light Slate Blue #8B7BFA
RGB
CMYK
RGB Variations
Color information
#8B7BFA (or 0x8B7BFA) is known color: Light Slate Blue. HEX triplet: 8B, 7B and FA. RGB value is (139,123,250). Sum of RGB (Red+Green+Blue) = 139+123+250=512 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.15% from 512); Green value is 123 (48.44% from 255 or 24.02% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #8B7BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B7BFA is #748405. Grayscale: #8D8D8D. Windows color (decimal): -7635974 or 16415627. OLE color: 16415627.
HSL color Cylindrical-coordinate representation of color #8B7BFA: hue angle of 247.56º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8B7BFA is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 123 | 250 | - |
| CMYK | 0.44 | 0.51 | 0 | 0.02 |
| HSL | 247.56º | 0.93% | 0.73% | - |
| HSV(B) | 247.56º | 0.51% | 0.98% | - |
| XYZ | 34.99 | 26.56 | 93.72 | - |
| YUV | 142.26 | 188.8 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 123 | 250 | 0.44 | 0.51 | 0 | 0.02 | 247.56 | 0.93 | 0.73 |
| Hex | 8B | 7B | FA | 2C | 33 | 0 | 2 | F8 | 5D | 49 |
| Octal | 213 | 173 | 372 | 54 | 63 | 0 | 2 | 370 | 135 | 111 |
| Binary | 10001011 | 1111011 | 11111010 | 101100 | 110011 | 0 | 10 | 11111000 | 1011101 | 1001001 |
Color Harmonies of #8B7BFA
Complementary color
Monochromatic Colors of #8B7BFA
Black with #8B7BFA
Text Example
Text Example
White with #8B7BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7BFA; }
p { color: rgb(139,123,250); }
H1.HeaderClassName
{
color: #8B7BFA;
}
.AnyTagClassName
{
color: #8B7BFA;
}
</style>
background-color css
<style>
a { background-color: #8B7BFA; }
a { background-color: rgb(139,123,250); }
div.DivClassName
{
background-color: #8B7BFA;
}
.BgClassName
{
background-color: #8B7BFA;
}
</style>
border-color css
<style>
span { border-color: #8B7BFA; }
span { border-color: rgb(139,123,250); }
td.TdClassName
{
border-color: #8B7BFA;
}
.TagClassName
{
border-color: #8B7BFA;
}
</style>