Shades of Medium Slate Blue #8655FE
Tints of Medium Slate Blue #8655FE
RGB
CMYK
RGB Variations
Color information
#8655FE (or 0x8655FE) is known color: Medium Slate Blue. HEX triplet: 86, 55 and FE. RGB value is (134,85,254). Sum of RGB (Red+Green+Blue) = 134+85+254=473 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.33% from 473); Green value is 85 (33.59% from 255 or 17.97% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #8655FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8655FE is #79AA01. Grayscale: #767676. Windows color (decimal): -7973378 or 16668038. OLE color: 16668038.
HSL color Cylindrical-coordinate representation of color #8655FE: hue angle of 257.4º 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 #8655FE is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 85 | 254 | - |
| CMYK | 0.47 | 0.67 | 0 | 0.00 |
| HSL | 257.4º | 0.99% | 0.66% | - |
| HSV(B) | 257.4º | 0.67% | 1% | - |
| XYZ | 30.97 | 18.72 | 95.75 | - |
| YUV | 118.92 | 204.23 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 85 | 254 | 0.47 | 0.67 | 0 | 0.00 | 257.4 | 0.99 | 0.66 |
| Hex | 86 | 55 | FE | 2F | 43 | 0 | 0 | 101 | 63 | 42 |
| Octal | 206 | 125 | 376 | 57 | 103 | 0 | 0 | 401 | 143 | 102 |
| Binary | 10000110 | 1010101 | 11111110 | 101111 | 1000011 | 0 | 0 | 100000001 | 1100011 | 1000010 |
Color Harmonies of #8655FE
Complementary color
Monochromatic Colors of #8655FE
Black with #8655FE
Text Example
Text Example
White with #8655FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8655FE; }
p { color: rgb(134,85,254); }
H1.HeaderClassName
{
color: #8655FE;
}
.AnyTagClassName
{
color: #8655FE;
}
</style>
background-color css
<style>
a { background-color: #8655FE; }
a { background-color: rgb(134,85,254); }
div.DivClassName
{
background-color: #8655FE;
}
.BgClassName
{
background-color: #8655FE;
}
</style>
border-color css
<style>
span { border-color: #8655FE; }
span { border-color: rgb(134,85,254); }
td.TdClassName
{
border-color: #8655FE;
}
.TagClassName
{
border-color: #8655FE;
}
</style>