Shades of Light Slate Blue #8B7AFB
Tints of Light Slate Blue #8B7AFB
RGB
CMYK
RGB Variations
Color information
#8B7AFB (or 0x8B7AFB) is known color: Light Slate Blue. HEX triplet: 8B, 7A and FB. RGB value is (139,122,251). Sum of RGB (Red+Green+Blue) = 139+122+251=512 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.15% from 512); Green value is 122 (48.05% from 255 or 23.83% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #8B7AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B7AFB is #748504. Grayscale: #8D8D8D. Windows color (decimal): -7636229 or 16480907. OLE color: 16480907.
HSL color Cylindrical-coordinate representation of color #8B7AFB: hue angle of 247.91º degrees, saturation: 0.94, 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 #8B7AFB is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 122 | 251 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.02 |
| HSL | 247.91º | 0.94% | 0.73% | - |
| HSV(B) | 247.91º | 0.51% | 0.98% | - |
| XYZ | 35.02 | 26.37 | 94.51 | - |
| YUV | 141.79 | 189.63 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 122 | 251 | 0.45 | 0.51 | 0 | 0.02 | 247.91 | 0.94 | 0.73 |
| Hex | 8B | 7A | FB | 2D | 33 | 0 | 2 | F8 | 5E | 49 |
| Octal | 213 | 172 | 373 | 55 | 63 | 0 | 2 | 370 | 136 | 111 |
| Binary | 10001011 | 1111010 | 11111011 | 101101 | 110011 | 0 | 10 | 11111000 | 1011110 | 1001001 |
Color Harmonies of #8B7AFB
Complementary color
Monochromatic Colors of #8B7AFB
Black with #8B7AFB
Text Example
Text Example
White with #8B7AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7AFB; }
p { color: rgb(139,122,251); }
H1.HeaderClassName
{
color: #8B7AFB;
}
.AnyTagClassName
{
color: #8B7AFB;
}
</style>
background-color css
<style>
a { background-color: #8B7AFB; }
a { background-color: rgb(139,122,251); }
div.DivClassName
{
background-color: #8B7AFB;
}
.BgClassName
{
background-color: #8B7AFB;
}
</style>
border-color css
<style>
span { border-color: #8B7AFB; }
span { border-color: rgb(139,122,251); }
td.TdClassName
{
border-color: #8B7AFB;
}
.TagClassName
{
border-color: #8B7AFB;
}
</style>