Shades of Light Slate Blue #8759FE
Tints of Light Slate Blue #8759FE
RGB
CMYK
RGB Variations
Color information
#8759FE (or 0x8759FE) is known color: Light Slate Blue. HEX triplet: 87, 59 and FE. RGB value is (135,89,254). Sum of RGB (Red+Green+Blue) = 135+89+254=478 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.24% from 478); Green value is 89 (35.16% from 255 or 18.62% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #8759FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8759FE is #78A601. Grayscale: #787878. Windows color (decimal): -7906818 or 16669063. OLE color: 16669063.
HSL color Cylindrical-coordinate representation of color #8759FE: hue angle of 256.73º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8759FE is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 135 | 89 | 254 | - |
| CMYK | 0.47 | 0.65 | 0 | 0.00 |
| HSL | 256.73º | 0.99% | 0.67% | - |
| HSV(B) | 256.73º | 0.65% | 1% | - |
| XYZ | 31.45 | 19.45 | 95.86 | - |
| YUV | 121.56 | 202.74 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 89 | 254 | 0.47 | 0.65 | 0 | 0.00 | 256.73 | 0.99 | 0.67 |
| Hex | 87 | 59 | FE | 2F | 41 | 0 | 0 | 101 | 63 | 43 |
| Octal | 207 | 131 | 376 | 57 | 101 | 0 | 0 | 401 | 143 | 103 |
| Binary | 10000111 | 1011001 | 11111110 | 101111 | 1000001 | 0 | 0 | 100000001 | 1100011 | 1000011 |
Color Harmonies of #8759FE
Complementary color
Monochromatic Colors of #8759FE
Black with #8759FE
Text Example
Text Example
White with #8759FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8759FE; }
p { color: rgb(135,89,254); }
H1.HeaderClassName
{
color: #8759FE;
}
.AnyTagClassName
{
color: #8759FE;
}
</style>
background-color css
<style>
a { background-color: #8759FE; }
a { background-color: rgb(135,89,254); }
div.DivClassName
{
background-color: #8759FE;
}
.BgClassName
{
background-color: #8759FE;
}
</style>
border-color css
<style>
span { border-color: #8759FE; }
span { border-color: rgb(135,89,254); }
td.TdClassName
{
border-color: #8759FE;
}
.TagClassName
{
border-color: #8759FE;
}
</style>