Shades of Medium Slate Blue #8655FA
Tints of Medium Slate Blue #8655FA
RGB
CMYK
RGB Variations
Color information
#8655FA (or 0x8655FA) is known color: Medium Slate Blue. HEX triplet: 86, 55 and FA. RGB value is (134,85,250). Sum of RGB (Red+Green+Blue) = 134+85+250=469 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.57% from 469); Green value is 85 (33.59% from 255 or 18.12% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #8655FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8655FA is #79AA05. Grayscale: #757575. Windows color (decimal): -7973382 or 16405894. OLE color: 16405894.
HSL color Cylindrical-coordinate representation of color #8655FA: hue angle of 257.82º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8655FA is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 85 | 250 | - |
| CMYK | 0.46 | 0.66 | 0 | 0.02 |
| HSL | 257.82º | 0.94% | 0.66% | - |
| HSV(B) | 257.82º | 0.66% | 0.98% | - |
| XYZ | 30.34 | 18.47 | 92.41 | - |
| YUV | 118.46 | 202.23 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 85 | 250 | 0.46 | 0.66 | 0 | 0.02 | 257.82 | 0.94 | 0.66 |
| Hex | 86 | 55 | FA | 2E | 42 | 0 | 2 | 102 | 5E | 42 |
| Octal | 206 | 125 | 372 | 56 | 102 | 0 | 2 | 402 | 136 | 102 |
| Binary | 10000110 | 1010101 | 11111010 | 101110 | 1000010 | 0 | 10 | 100000010 | 1011110 | 1000010 |
Color Harmonies of #8655FA
Complementary color
Monochromatic Colors of #8655FA
Black with #8655FA
Text Example
Text Example
White with #8655FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8655FA; }
p { color: rgb(134,85,250); }
H1.HeaderClassName
{
color: #8655FA;
}
.AnyTagClassName
{
color: #8655FA;
}
</style>
background-color css
<style>
a { background-color: #8655FA; }
a { background-color: rgb(134,85,250); }
div.DivClassName
{
background-color: #8655FA;
}
.BgClassName
{
background-color: #8655FA;
}
</style>
border-color css
<style>
span { border-color: #8655FA; }
span { border-color: rgb(134,85,250); }
td.TdClassName
{
border-color: #8655FA;
}
.TagClassName
{
border-color: #8655FA;
}
</style>