Shades of Medium Slate Blue #8150FF
Tints of Medium Slate Blue #8150FF
RGB
CMYK
RGB Variations
Color information
#8150FF (or 0x8150FF) is known color: Medium Slate Blue. HEX triplet: 81, 50 and FF. RGB value is (129,80,255). Sum of RGB (Red+Green+Blue) = 129+80+255=464 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.80% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #8150FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8150FF is #7EAF00. Grayscale: #717171. Windows color (decimal): -8302337 or 16732289. OLE color: 16732289.
HSL color Cylindrical-coordinate representation of color #8150FF: hue angle of 256.8º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8150FF is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 80 | 255 | - |
| CMYK | 0.49 | 0.69 | 0 | 0 |
| HSL | 256.8º | 1% | 0.66% | - |
| HSV(B) | 256.8º | 0.69% | 1% | - |
| XYZ | 29.97 | 17.62 | 96.43 | - |
| YUV | 114.6 | 207.23 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 80 | 255 | 0.49 | 0.69 | 0 | 0 | 256.8 | 1 | 0.66 |
| Hex | 81 | 50 | FF | 31 | 45 | 0 | 0 | 101 | 64 | 42 |
| Octal | 201 | 120 | 377 | 61 | 105 | 0 | 0 | 401 | 144 | 102 |
| Binary | 10000001 | 1010000 | 11111111 | 110001 | 1000101 | 0 | 0 | 100000001 | 1100100 | 1000010 |
Color Harmonies of #8150FF
Complementary color
Monochromatic Colors of #8150FF
Black with #8150FF
Text Example
Text Example
White with #8150FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8150FF; }
p { color: rgb(129,80,255); }
H1.HeaderClassName
{
color: #8150FF;
}
.AnyTagClassName
{
color: #8150FF;
}
</style>
background-color css
<style>
a { background-color: #8150FF; }
a { background-color: rgb(129,80,255); }
div.DivClassName
{
background-color: #8150FF;
}
.BgClassName
{
background-color: #8150FF;
}
</style>
border-color css
<style>
span { border-color: #8150FF; }
span { border-color: rgb(129,80,255); }
td.TdClassName
{
border-color: #8150FF;
}
.TagClassName
{
border-color: #8150FF;
}
</style>