Shades of Medium Slate Blue #8169F2
Tints of Medium Slate Blue #8169F2
RGB
CMYK
RGB Variations
Color information
#8169F2 (or 0x8169F2) is known color: Medium Slate Blue. HEX triplet: 81, 69 and F2. RGB value is (129,105,242). Sum of RGB (Red+Green+Blue) = 129+105+242=476 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.10% from 476); Green value is 105 (41.41% from 255 or 22.06% from 476); Blue value is 242 (94.92% from 255 or 50.84% from 476); Max value from RGB is 242 - color contains mainly: blue. Hex color #8169F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8169F2 is #7E960D. Grayscale: #7F7F7F. Windows color (decimal): -8295950 or 15886721. OLE color: 15886721.
HSL color Cylindrical-coordinate representation of color #8169F2: hue angle of 250.51º degrees, saturation: 0.84, 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 #8169F2 is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 105 | 242 | - |
| CMYK | 0.47 | 0.57 | 0 | 0.05 |
| HSL | 250.51º | 0.84% | 0.68% | - |
| HSV(B) | 250.51º | 0.57% | 0.95% | - |
| XYZ | 30.13 | 21.18 | 86.5 | - |
| YUV | 127.79 | 192.45 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 105 | 242 | 0.47 | 0.57 | 0 | 0.05 | 250.51 | 0.84 | 0.68 |
| Hex | 81 | 69 | F2 | 2F | 39 | 0 | 5 | FB | 54 | 44 |
| Octal | 201 | 151 | 362 | 57 | 71 | 0 | 5 | 373 | 124 | 104 |
| Binary | 10000001 | 1101001 | 11110010 | 101111 | 111001 | 0 | 101 | 11111011 | 1010100 | 1000100 |
Color Harmonies of #8169F2
Complementary color
Monochromatic Colors of #8169F2
Black with #8169F2
Text Example
Text Example
White with #8169F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8169F2; }
p { color: rgb(129,105,242); }
H1.HeaderClassName
{
color: #8169F2;
}
.AnyTagClassName
{
color: #8169F2;
}
</style>
background-color css
<style>
a { background-color: #8169F2; }
a { background-color: rgb(129,105,242); }
div.DivClassName
{
background-color: #8169F2;
}
.BgClassName
{
background-color: #8169F2;
}
</style>
border-color css
<style>
span { border-color: #8169F2; }
span { border-color: rgb(129,105,242); }
td.TdClassName
{
border-color: #8169F2;
}
.TagClassName
{
border-color: #8169F2;
}
</style>