Shades of Light Slate Blue #8971FE
Tints of Light Slate Blue #8971FE
RGB
CMYK
RGB Variations
Color information
#8971FE (or 0x8971FE) is known color: Light Slate Blue. HEX triplet: 89, 71 and FE. RGB value is (137,113,254). Sum of RGB (Red+Green+Blue) = 137+113+254=504 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.18% from 504); Green value is 113 (44.53% from 255 or 22.42% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #8971FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8971FE is #768E01. Grayscale: #878787. Windows color (decimal): -7769602 or 16675209. OLE color: 16675209.
HSL color Cylindrical-coordinate representation of color #8971FE: hue angle of 250.21º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8971FE is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 137 | 113 | 254 | - |
| CMYK | 0.46 | 0.56 | 0 | 0.00 |
| HSL | 250.21º | 0.99% | 0.72% | - |
| HSV(B) | 250.21º | 0.56% | 1% | - |
| XYZ | 34.11 | 24.28 | 96.66 | - |
| YUV | 136.25 | 194.45 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 113 | 254 | 0.46 | 0.56 | 0 | 0.00 | 250.21 | 0.99 | 0.72 |
| Hex | 89 | 71 | FE | 2E | 38 | 0 | 0 | FA | 63 | 48 |
| Octal | 211 | 161 | 376 | 56 | 70 | 0 | 0 | 372 | 143 | 110 |
| Binary | 10001001 | 1110001 | 11111110 | 101110 | 111000 | 0 | 0 | 11111010 | 1100011 | 1001000 |
Color Harmonies of #8971FE
Complementary color
Monochromatic Colors of #8971FE
Black with #8971FE
Text Example
Text Example
White with #8971FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8971FE; }
p { color: rgb(137,113,254); }
H1.HeaderClassName
{
color: #8971FE;
}
.AnyTagClassName
{
color: #8971FE;
}
</style>
background-color css
<style>
a { background-color: #8971FE; }
a { background-color: rgb(137,113,254); }
div.DivClassName
{
background-color: #8971FE;
}
.BgClassName
{
background-color: #8971FE;
}
</style>
border-color css
<style>
span { border-color: #8971FE; }
span { border-color: rgb(137,113,254); }
td.TdClassName
{
border-color: #8971FE;
}
.TagClassName
{
border-color: #8971FE;
}
</style>