Shades of Light Slate Blue #8B7BF7
Tints of Light Slate Blue #8B7BF7
RGB
CMYK
RGB Variations
Color information
#8B7BF7 (or 0x8B7BF7) is known color: Light Slate Blue. HEX triplet: 8B, 7B and F7. RGB value is (139,123,247). Sum of RGB (Red+Green+Blue) = 139+123+247=509 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.31% from 509); Green value is 123 (48.44% from 255 or 24.17% from 509); Blue value is 247 (96.88% from 255 or 48.53% from 509); Max value from RGB is 247 - color contains mainly: blue. Hex color #8B7BF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B7BF7 is #748408. Grayscale: #8D8D8D. Windows color (decimal): -7635977 or 16219019. OLE color: 16219019.
HSL color Cylindrical-coordinate representation of color #8B7BF7: hue angle of 247.74º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B7BF7 is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 139 | 123 | 247 | - |
| CMYK | 0.44 | 0.50 | 0 | 0.03 |
| HSL | 247.74º | 0.89% | 0.73% | - |
| HSV(B) | 247.74º | 0.5% | 0.97% | - |
| XYZ | 34.52 | 26.37 | 91.27 | - |
| YUV | 141.92 | 187.3 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 123 | 247 | 0.44 | 0.50 | 0 | 0.03 | 247.74 | 0.89 | 0.73 |
| Hex | 8B | 7B | F7 | 2C | 32 | 0 | 3 | F8 | 59 | 49 |
| Octal | 213 | 173 | 367 | 54 | 62 | 0 | 3 | 370 | 131 | 111 |
| Binary | 10001011 | 1111011 | 11110111 | 101100 | 110010 | 0 | 11 | 11111000 | 1011001 | 1001001 |
Color Harmonies of #8B7BF7
Complementary color
Monochromatic Colors of #8B7BF7
Black with #8B7BF7
Text Example
Text Example
White with #8B7BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7BF7; }
p { color: rgb(139,123,247); }
H1.HeaderClassName
{
color: #8B7BF7;
}
.AnyTagClassName
{
color: #8B7BF7;
}
</style>
background-color css
<style>
a { background-color: #8B7BF7; }
a { background-color: rgb(139,123,247); }
div.DivClassName
{
background-color: #8B7BF7;
}
.BgClassName
{
background-color: #8B7BF7;
}
</style>
border-color css
<style>
span { border-color: #8B7BF7; }
span { border-color: rgb(139,123,247); }
td.TdClassName
{
border-color: #8B7BF7;
}
.TagClassName
{
border-color: #8B7BF7;
}
</style>