Shades of Light Slate Blue #8971FF
Tints of Light Slate Blue #8971FF
RGB
CMYK
RGB Variations
Color information
#8971FF (or 0x8971FF) is known color: Light Slate Blue. HEX triplet: 89, 71 and FF. RGB value is (137,113,255). Sum of RGB (Red+Green+Blue) = 137+113+255=505 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.13% from 505); Green value is 113 (44.53% from 255 or 22.38% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #8971FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8971FF is #768E00. Grayscale: #878787. Windows color (decimal): -7769601 or 16740745. OLE color: 16740745.
HSL color Cylindrical-coordinate representation of color #8971FF: hue angle of 250.14º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8971FF is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 113 | 255 | - |
| CMYK | 0.46 | 0.56 | 0 | 0 |
| HSL | 250.14º | 1% | 0.72% | - |
| HSV(B) | 250.14º | 0.56% | 1% | - |
| XYZ | 34.27 | 24.35 | 97.5 | - |
| YUV | 136.36 | 194.95 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 113 | 255 | 0.46 | 0.56 | 0 | 0 | 250.14 | 1 | 0.72 |
| Hex | 89 | 71 | FF | 2E | 38 | 0 | 0 | FA | 64 | 48 |
| Octal | 211 | 161 | 377 | 56 | 70 | 0 | 0 | 372 | 144 | 110 |
| Binary | 10001001 | 1110001 | 11111111 | 101110 | 111000 | 0 | 0 | 11111010 | 1100100 | 1001000 |
Color Harmonies of #8971FF
Complementary color
Monochromatic Colors of #8971FF
Black with #8971FF
Text Example
Text Example
White with #8971FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8971FF; }
p { color: rgb(137,113,255); }
H1.HeaderClassName
{
color: #8971FF;
}
.AnyTagClassName
{
color: #8971FF;
}
</style>
background-color css
<style>
a { background-color: #8971FF; }
a { background-color: rgb(137,113,255); }
div.DivClassName
{
background-color: #8971FF;
}
.BgClassName
{
background-color: #8971FF;
}
</style>
border-color css
<style>
span { border-color: #8971FF; }
span { border-color: rgb(137,113,255); }
td.TdClassName
{
border-color: #8971FF;
}
.TagClassName
{
border-color: #8971FF;
}
</style>