Shades of Medium Slate Blue #8168E5
Tints of Medium Slate Blue #8168E5
RGB
CMYK
RGB Variations
Color information
#8168E5 (or 0x8168E5) is known color: Medium Slate Blue. HEX triplet: 81, 68 and E5. RGB value is (129,104,229). Sum of RGB (Red+Green+Blue) = 129+104+229=462 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.92% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 229 (89.84% from 255 or 49.57% from 462); Max value from RGB is 229 - color contains mainly: blue. Hex color #8168E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8168E5 is #7E971A. Grayscale: #7D7D7D. Windows color (decimal): -8296219 or 15034497. OLE color: 15034497.
HSL color Cylindrical-coordinate representation of color #8168E5: hue angle of 252º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8168E5 is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 129 | 104 | 229 | - |
| CMYK | 0.44 | 0.55 | 0 | 0.10 |
| HSL | 252º | 0.71% | 0.65% | - |
| HSV(B) | 252º | 0.55% | 0.9% | - |
| XYZ | 28.15 | 20.22 | 76.55 | - |
| YUV | 125.73 | 186.28 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 104 | 229 | 0.44 | 0.55 | 0 | 0.10 | 252 | 0.71 | 0.65 |
| Hex | 81 | 68 | E5 | 2C | 37 | 0 | A | FC | 47 | 41 |
| Octal | 201 | 150 | 345 | 54 | 67 | 0 | 12 | 374 | 107 | 101 |
| Binary | 10000001 | 1101000 | 11100101 | 101100 | 110111 | 0 | 1010 | 11111100 | 1000111 | 1000001 |
Color Harmonies of #8168E5
Complementary color
Monochromatic Colors of #8168E5
Black with #8168E5
Text Example
Text Example
White with #8168E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8168E5; }
p { color: rgb(129,104,229); }
H1.HeaderClassName
{
color: #8168E5;
}
.AnyTagClassName
{
color: #8168E5;
}
</style>
background-color css
<style>
a { background-color: #8168E5; }
a { background-color: rgb(129,104,229); }
div.DivClassName
{
background-color: #8168E5;
}
.BgClassName
{
background-color: #8168E5;
}
</style>
border-color css
<style>
span { border-color: #8168E5; }
span { border-color: rgb(129,104,229); }
td.TdClassName
{
border-color: #8168E5;
}
.TagClassName
{
border-color: #8168E5;
}
</style>