Shades of Light Slate Blue #8755FE
Tints of Light Slate Blue #8755FE
RGB
CMYK
RGB Variations
Color information
#8755FE (or 0x8755FE) is known color: Light Slate Blue. HEX triplet: 87, 55 and FE. RGB value is (135,85,254). Sum of RGB (Red+Green+Blue) = 135+85+254=474 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.48% from 474); Green value is 85 (33.59% from 255 or 17.93% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #8755FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8755FE is #78AA01. Grayscale: #767676. Windows color (decimal): -7907842 or 16668039. OLE color: 16668039.
HSL color Cylindrical-coordinate representation of color #8755FE: hue angle of 257.75º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8755FE is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 135 | 85 | 254 | - |
| CMYK | 0.47 | 0.67 | 0 | 0.00 |
| HSL | 257.75º | 0.99% | 0.66% | - |
| HSV(B) | 257.75º | 0.67% | 1% | - |
| XYZ | 31.13 | 18.8 | 95.75 | - |
| YUV | 119.22 | 204.07 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 85 | 254 | 0.47 | 0.67 | 0 | 0.00 | 257.75 | 0.99 | 0.66 |
| Hex | 87 | 55 | FE | 2F | 43 | 0 | 0 | 102 | 63 | 42 |
| Octal | 207 | 125 | 376 | 57 | 103 | 0 | 0 | 402 | 143 | 102 |
| Binary | 10000111 | 1010101 | 11111110 | 101111 | 1000011 | 0 | 0 | 100000010 | 1100011 | 1000010 |
Color Harmonies of #8755FE
Complementary color
Monochromatic Colors of #8755FE
Black with #8755FE
Text Example
Text Example
White with #8755FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8755FE; }
p { color: rgb(135,85,254); }
H1.HeaderClassName
{
color: #8755FE;
}
.AnyTagClassName
{
color: #8755FE;
}
</style>
background-color css
<style>
a { background-color: #8755FE; }
a { background-color: rgb(135,85,254); }
div.DivClassName
{
background-color: #8755FE;
}
.BgClassName
{
background-color: #8755FE;
}
</style>
border-color css
<style>
span { border-color: #8755FE; }
span { border-color: rgb(135,85,254); }
td.TdClassName
{
border-color: #8755FE;
}
.TagClassName
{
border-color: #8755FE;
}
</style>