Shades of Light Slate Blue #8756FE
Tints of Light Slate Blue #8756FE
RGB
CMYK
RGB Variations
Color information
#8756FE (or 0x8756FE) is known color: Light Slate Blue. HEX triplet: 87, 56 and FE. RGB value is (135,86,254). Sum of RGB (Red+Green+Blue) = 135+86+254=475 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.42% from 475); Green value is 86 (33.98% from 255 or 18.11% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #8756FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8756FE is #78A901. Grayscale: #777777. Windows color (decimal): -7907586 or 16668295. OLE color: 16668295.
HSL color Cylindrical-coordinate representation of color #8756FE: hue angle of 257.5º 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 #8756FE is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 135 | 86 | 254 | - |
| CMYK | 0.47 | 0.66 | 0 | 0.00 |
| HSL | 257.5º | 0.99% | 0.67% | - |
| HSV(B) | 257.5º | 0.66% | 1% | - |
| XYZ | 31.21 | 18.96 | 95.78 | - |
| YUV | 119.8 | 203.73 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 86 | 254 | 0.47 | 0.66 | 0 | 0.00 | 257.5 | 0.99 | 0.67 |
| Hex | 87 | 56 | FE | 2F | 42 | 0 | 0 | 102 | 63 | 43 |
| Octal | 207 | 126 | 376 | 57 | 102 | 0 | 0 | 402 | 143 | 103 |
| Binary | 10000111 | 1010110 | 11111110 | 101111 | 1000010 | 0 | 0 | 100000010 | 1100011 | 1000011 |
Color Harmonies of #8756FE
Complementary color
Monochromatic Colors of #8756FE
Black with #8756FE
Text Example
Text Example
White with #8756FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8756FE; }
p { color: rgb(135,86,254); }
H1.HeaderClassName
{
color: #8756FE;
}
.AnyTagClassName
{
color: #8756FE;
}
</style>
background-color css
<style>
a { background-color: #8756FE; }
a { background-color: rgb(135,86,254); }
div.DivClassName
{
background-color: #8756FE;
}
.BgClassName
{
background-color: #8756FE;
}
</style>
border-color css
<style>
span { border-color: #8756FE; }
span { border-color: rgb(135,86,254); }
td.TdClassName
{
border-color: #8756FE;
}
.TagClassName
{
border-color: #8756FE;
}
</style>