Shades of Light Slate Blue #8956FE
Tints of Light Slate Blue #8956FE
RGB
CMYK
RGB Variations
Color information
#8956FE (or 0x8956FE) is known color: Light Slate Blue. HEX triplet: 89, 56 and FE. RGB value is (137,86,254). Sum of RGB (Red+Green+Blue) = 137+86+254=477 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.72% from 477); Green value is 86 (33.98% from 255 or 18.03% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #8956FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8956FE is #76A901. Grayscale: #777777. Windows color (decimal): -7776514 or 16668297. OLE color: 16668297.
HSL color Cylindrical-coordinate representation of color #8956FE: hue angle of 258.21º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8956FE is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 137 | 86 | 254 | - |
| CMYK | 0.46 | 0.66 | 0 | 0.00 |
| HSL | 258.21º | 0.99% | 0.67% | - |
| HSV(B) | 258.21º | 0.66% | 1% | - |
| XYZ | 31.53 | 19.13 | 95.8 | - |
| YUV | 120.4 | 203.4 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 86 | 254 | 0.46 | 0.66 | 0 | 0.00 | 258.21 | 0.99 | 0.67 |
| Hex | 89 | 56 | FE | 2E | 42 | 0 | 0 | 102 | 63 | 43 |
| Octal | 211 | 126 | 376 | 56 | 102 | 0 | 0 | 402 | 143 | 103 |
| Binary | 10001001 | 1010110 | 11111110 | 101110 | 1000010 | 0 | 0 | 100000010 | 1100011 | 1000011 |
Color Harmonies of #8956FE
Complementary color
Monochromatic Colors of #8956FE
Black with #8956FE
Text Example
Text Example
White with #8956FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8956FE; }
p { color: rgb(137,86,254); }
H1.HeaderClassName
{
color: #8956FE;
}
.AnyTagClassName
{
color: #8956FE;
}
</style>
background-color css
<style>
a { background-color: #8956FE; }
a { background-color: rgb(137,86,254); }
div.DivClassName
{
background-color: #8956FE;
}
.BgClassName
{
background-color: #8956FE;
}
</style>
border-color css
<style>
span { border-color: #8956FE; }
span { border-color: rgb(137,86,254); }
td.TdClassName
{
border-color: #8956FE;
}
.TagClassName
{
border-color: #8956FE;
}
</style>