Shades of Medium Slate Blue #8169E8
Tints of Medium Slate Blue #8169E8
RGB
CMYK
RGB Variations
Color information
#8169E8 (or 0x8169E8) is known color: Medium Slate Blue. HEX triplet: 81, 69 and E8. RGB value is (129,105,232). Sum of RGB (Red+Green+Blue) = 129+105+232=466 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.68% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 232 (91.02% from 255 or 49.79% from 466); Max value from RGB is 232 - color contains mainly: blue. Hex color #8169E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8169E8 is #7E9617. Grayscale: #7E7E7E. Windows color (decimal): -8295960 or 15231361. OLE color: 15231361.
HSL color Cylindrical-coordinate representation of color #8169E8: hue angle of 251.34º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8169E8 is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 129 | 105 | 232 | - |
| CMYK | 0.44 | 0.55 | 0 | 0.09 |
| HSL | 251.34º | 0.73% | 0.66% | - |
| HSV(B) | 251.34º | 0.55% | 0.91% | - |
| XYZ | 28.67 | 20.6 | 78.81 | - |
| YUV | 126.65 | 187.45 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 105 | 232 | 0.44 | 0.55 | 0 | 0.09 | 251.34 | 0.73 | 0.66 |
| Hex | 81 | 69 | E8 | 2C | 37 | 0 | 9 | FB | 49 | 42 |
| Octal | 201 | 151 | 350 | 54 | 67 | 0 | 11 | 373 | 111 | 102 |
| Binary | 10000001 | 1101001 | 11101000 | 101100 | 110111 | 0 | 1001 | 11111011 | 1001001 | 1000010 |
Color Harmonies of #8169E8
Complementary color
Monochromatic Colors of #8169E8
Black with #8169E8
Text Example
Text Example
White with #8169E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8169E8; }
p { color: rgb(129,105,232); }
H1.HeaderClassName
{
color: #8169E8;
}
.AnyTagClassName
{
color: #8169E8;
}
</style>
background-color css
<style>
a { background-color: #8169E8; }
a { background-color: rgb(129,105,232); }
div.DivClassName
{
background-color: #8169E8;
}
.BgClassName
{
background-color: #8169E8;
}
</style>
border-color css
<style>
span { border-color: #8169E8; }
span { border-color: rgb(129,105,232); }
td.TdClassName
{
border-color: #8169E8;
}
.TagClassName
{
border-color: #8169E8;
}
</style>