Shades of Medium Slate Blue #8669F3
Tints of Medium Slate Blue #8669F3
RGB
CMYK
RGB Variations
Color information
#8669F3 (or 0x8669F3) is known color: Medium Slate Blue. HEX triplet: 86, 69 and F3. RGB value is (134,105,243). Sum of RGB (Red+Green+Blue) = 134+105+243=482 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.80% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 243 (95.31% from 255 or 50.41% from 482); Max value from RGB is 243 - color contains mainly: blue. Hex color #8669F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8669F3 is #79960C. Grayscale: #808080. Windows color (decimal): -7968269 or 15952262. OLE color: 15952262.
HSL color Cylindrical-coordinate representation of color #8669F3: hue angle of 252.61º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8669F3 is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 105 | 243 | - |
| CMYK | 0.45 | 0.57 | 0 | 0.05 |
| HSL | 252.61º | 0.85% | 0.68% | - |
| HSV(B) | 252.61º | 0.57% | 0.95% | - |
| XYZ | 31.06 | 21.64 | 87.33 | - |
| YUV | 129.4 | 192.11 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 105 | 243 | 0.45 | 0.57 | 0 | 0.05 | 252.61 | 0.85 | 0.68 |
| Hex | 86 | 69 | F3 | 2D | 39 | 0 | 5 | FD | 55 | 44 |
| Octal | 206 | 151 | 363 | 55 | 71 | 0 | 5 | 375 | 125 | 104 |
| Binary | 10000110 | 1101001 | 11110011 | 101101 | 111001 | 0 | 101 | 11111101 | 1010101 | 1000100 |
Color Harmonies of #8669F3
Complementary color
Monochromatic Colors of #8669F3
Black with #8669F3
Text Example
Text Example
White with #8669F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8669F3; }
p { color: rgb(134,105,243); }
H1.HeaderClassName
{
color: #8669F3;
}
.AnyTagClassName
{
color: #8669F3;
}
</style>
background-color css
<style>
a { background-color: #8669F3; }
a { background-color: rgb(134,105,243); }
div.DivClassName
{
background-color: #8669F3;
}
.BgClassName
{
background-color: #8669F3;
}
</style>
border-color css
<style>
span { border-color: #8669F3; }
span { border-color: rgb(134,105,243); }
td.TdClassName
{
border-color: #8669F3;
}
.TagClassName
{
border-color: #8669F3;
}
</style>