Shades of Medium Slate Blue #8B69ED
Tints of Medium Slate Blue #8B69ED
RGB
CMYK
RGB Variations
Color information
#8B69ED (or 0x8B69ED) is known color: Medium Slate Blue. HEX triplet: 8B, 69 and ED. RGB value is (139,105,237). Sum of RGB (Red+Green+Blue) = 139+105+237=481 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.90% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #8B69ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B69ED is #749612. Grayscale: #818181. Windows color (decimal): -7640595 or 15559051. OLE color: 15559051.
HSL color Cylindrical-coordinate representation of color #8B69ED: hue angle of 255.45º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8B69ED is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 105 | 237 | - |
| CMYK | 0.41 | 0.56 | 0 | 0.07 |
| HSL | 255.45º | 0.79% | 0.67% | - |
| HSV(B) | 255.45º | 0.56% | 0.93% | - |
| XYZ | 30.99 | 21.71 | 82.68 | - |
| YUV | 130.21 | 188.26 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 105 | 237 | 0.41 | 0.56 | 0 | 0.07 | 255.45 | 0.79 | 0.67 |
| Hex | 8B | 69 | ED | 29 | 38 | 0 | 7 | FF | 4F | 43 |
| Octal | 213 | 151 | 355 | 51 | 70 | 0 | 7 | 377 | 117 | 103 |
| Binary | 10001011 | 1101001 | 11101101 | 101001 | 111000 | 0 | 111 | 11111111 | 1001111 | 1000011 |
Color Harmonies of #8B69ED
Complementary color
Monochromatic Colors of #8B69ED
Black with #8B69ED
Text Example
Text Example
White with #8B69ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B69ED; }
p { color: rgb(139,105,237); }
H1.HeaderClassName
{
color: #8B69ED;
}
.AnyTagClassName
{
color: #8B69ED;
}
</style>
background-color css
<style>
a { background-color: #8B69ED; }
a { background-color: rgb(139,105,237); }
div.DivClassName
{
background-color: #8B69ED;
}
.BgClassName
{
background-color: #8B69ED;
}
</style>
border-color css
<style>
span { border-color: #8B69ED; }
span { border-color: rgb(139,105,237); }
td.TdClassName
{
border-color: #8B69ED;
}
.TagClassName
{
border-color: #8B69ED;
}
</style>