Shades of Medium Slate Blue #8167E5
Tints of Medium Slate Blue #8167E5
RGB
CMYK
RGB Variations
Color information
#8167E5 (or 0x8167E5) is known color: Medium Slate Blue. HEX triplet: 81, 67 and E5. RGB value is (129,103,229). Sum of RGB (Red+Green+Blue) = 129+103+229=461 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.98% from 461); Green value is 103 (40.62% from 255 or 22.34% from 461); Blue value is 229 (89.84% from 255 or 49.67% from 461); Max value from RGB is 229 - color contains mainly: blue. Hex color #8167E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8167E5 is #7E981A. Grayscale: #7C7C7C. Windows color (decimal): -8296475 or 15034241. OLE color: 15034241.
HSL color Cylindrical-coordinate representation of color #8167E5: hue angle of 252.38º 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 #8167E5 is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 129 | 103 | 229 | - |
| CMYK | 0.44 | 0.55 | 0 | 0.10 |
| HSL | 252.38º | 0.71% | 0.65% | - |
| HSV(B) | 252.38º | 0.55% | 0.9% | - |
| XYZ | 28.05 | 20.02 | 76.52 | - |
| YUV | 125.14 | 186.61 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 103 | 229 | 0.44 | 0.55 | 0 | 0.10 | 252.38 | 0.71 | 0.65 |
| Hex | 81 | 67 | E5 | 2C | 37 | 0 | A | FC | 47 | 41 |
| Octal | 201 | 147 | 345 | 54 | 67 | 0 | 12 | 374 | 107 | 101 |
| Binary | 10000001 | 1100111 | 11100101 | 101100 | 110111 | 0 | 1010 | 11111100 | 1000111 | 1000001 |
Color Harmonies of #8167E5
Complementary color
Monochromatic Colors of #8167E5
Black with #8167E5
Text Example
Text Example
White with #8167E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8167E5; }
p { color: rgb(129,103,229); }
H1.HeaderClassName
{
color: #8167E5;
}
.AnyTagClassName
{
color: #8167E5;
}
</style>
background-color css
<style>
a { background-color: #8167E5; }
a { background-color: rgb(129,103,229); }
div.DivClassName
{
background-color: #8167E5;
}
.BgClassName
{
background-color: #8167E5;
}
</style>
border-color css
<style>
span { border-color: #8167E5; }
span { border-color: rgb(129,103,229); }
td.TdClassName
{
border-color: #8167E5;
}
.TagClassName
{
border-color: #8167E5;
}
</style>