Shades of Medium Slate Blue #8169EC
Tints of Medium Slate Blue #8169EC
RGB
CMYK
RGB Variations
Color information
#8169EC (or 0x8169EC) is known color: Medium Slate Blue. HEX triplet: 81, 69 and EC. RGB value is (129,105,236). Sum of RGB (Red+Green+Blue) = 129+105+236=470 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.45% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #8169EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8169EC is #7E9613. Grayscale: #7E7E7E. Windows color (decimal): -8295956 or 15493505. OLE color: 15493505.
HSL color Cylindrical-coordinate representation of color #8169EC: hue angle of 250.99º degrees, saturation: 0.78, 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 #8169EC is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 105 | 236 | - |
| CMYK | 0.45 | 0.56 | 0 | 0.07 |
| HSL | 250.99º | 0.78% | 0.67% | - |
| HSV(B) | 250.99º | 0.56% | 0.93% | - |
| XYZ | 29.25 | 20.83 | 81.84 | - |
| YUV | 127.11 | 189.45 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 105 | 236 | 0.45 | 0.56 | 0 | 0.07 | 250.99 | 0.78 | 0.67 |
| Hex | 81 | 69 | EC | 2D | 38 | 0 | 7 | FB | 4E | 43 |
| Octal | 201 | 151 | 354 | 55 | 70 | 0 | 7 | 373 | 116 | 103 |
| Binary | 10000001 | 1101001 | 11101100 | 101101 | 111000 | 0 | 111 | 11111011 | 1001110 | 1000011 |
Color Harmonies of #8169EC
Complementary color
Monochromatic Colors of #8169EC
Black with #8169EC
Text Example
Text Example
White with #8169EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8169EC; }
p { color: rgb(129,105,236); }
H1.HeaderClassName
{
color: #8169EC;
}
.AnyTagClassName
{
color: #8169EC;
}
</style>
background-color css
<style>
a { background-color: #8169EC; }
a { background-color: rgb(129,105,236); }
div.DivClassName
{
background-color: #8169EC;
}
.BgClassName
{
background-color: #8169EC;
}
</style>
border-color css
<style>
span { border-color: #8169EC; }
span { border-color: rgb(129,105,236); }
td.TdClassName
{
border-color: #8169EC;
}
.TagClassName
{
border-color: #8169EC;
}
</style>