Shades of Light Slate Blue #8B7AFA
Tints of Light Slate Blue #8B7AFA
RGB
CMYK
RGB Variations
Color information
#8B7AFA (or 0x8B7AFA) is known color: Light Slate Blue. HEX triplet: 8B, 7A and FA. RGB value is (139,122,250). Sum of RGB (Red+Green+Blue) = 139+122+250=511 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.20% from 511); Green value is 122 (48.05% from 255 or 23.87% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #8B7AFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B7AFA is #748505. Grayscale: #8D8D8D. Windows color (decimal): -7636230 or 16415371. OLE color: 16415371.
HSL color Cylindrical-coordinate representation of color #8B7AFA: hue angle of 247.97º 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 #8B7AFA is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 122 | 250 | - |
| CMYK | 0.44 | 0.51 | 0 | 0.02 |
| HSL | 247.97º | 0.93% | 0.73% | - |
| HSV(B) | 247.97º | 0.51% | 0.98% | - |
| XYZ | 34.86 | 26.31 | 93.68 | - |
| YUV | 141.68 | 189.13 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 122 | 250 | 0.44 | 0.51 | 0 | 0.02 | 247.97 | 0.93 | 0.73 |
| Hex | 8B | 7A | FA | 2C | 33 | 0 | 2 | F8 | 5D | 49 |
| Octal | 213 | 172 | 372 | 54 | 63 | 0 | 2 | 370 | 135 | 111 |
| Binary | 10001011 | 1111010 | 11111010 | 101100 | 110011 | 0 | 10 | 11111000 | 1011101 | 1001001 |
Color Harmonies of #8B7AFA
Complementary color
Monochromatic Colors of #8B7AFA
Black with #8B7AFA
Text Example
Text Example
White with #8B7AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7AFA; }
p { color: rgb(139,122,250); }
H1.HeaderClassName
{
color: #8B7AFA;
}
.AnyTagClassName
{
color: #8B7AFA;
}
</style>
background-color css
<style>
a { background-color: #8B7AFA; }
a { background-color: rgb(139,122,250); }
div.DivClassName
{
background-color: #8B7AFA;
}
.BgClassName
{
background-color: #8B7AFA;
}
</style>
border-color css
<style>
span { border-color: #8B7AFA; }
span { border-color: rgb(139,122,250); }
td.TdClassName
{
border-color: #8B7AFA;
}
.TagClassName
{
border-color: #8B7AFA;
}
</style>