Shades of Medium Slate Blue #8164EE
Tints of Medium Slate Blue #8164EE
RGB
CMYK
RGB Variations
Color information
#8164EE (or 0x8164EE) is known color: Medium Slate Blue. HEX triplet: 81, 64 and EE. RGB value is (129,100,238). Sum of RGB (Red+Green+Blue) = 129+100+238=467 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.62% from 467); Green value is 100 (39.45% from 255 or 21.41% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #8164EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8164EE is #7E9B11. Grayscale: #7B7B7B. Windows color (decimal): -8297234 or 15623297. OLE color: 15623297.
HSL color Cylindrical-coordinate representation of color #8164EE: hue angle of 252.61º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8164EE is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 100 | 238 | - |
| CMYK | 0.46 | 0.58 | 0 | 0.07 |
| HSL | 252.61º | 0.8% | 0.66% | - |
| HSV(B) | 252.61º | 0.58% | 0.93% | - |
| XYZ | 29.04 | 19.95 | 83.21 | - |
| YUV | 124.4 | 192.11 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 100 | 238 | 0.46 | 0.58 | 0 | 0.07 | 252.61 | 0.8 | 0.66 |
| Hex | 81 | 64 | EE | 2E | 3A | 0 | 7 | FD | 50 | 42 |
| Octal | 201 | 144 | 356 | 56 | 72 | 0 | 7 | 375 | 120 | 102 |
| Binary | 10000001 | 1100100 | 11101110 | 101110 | 111010 | 0 | 111 | 11111101 | 1010000 | 1000010 |
Color Harmonies of #8164EE
Complementary color
Monochromatic Colors of #8164EE
Black with #8164EE
Text Example
Text Example
White with #8164EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8164EE; }
p { color: rgb(129,100,238); }
H1.HeaderClassName
{
color: #8164EE;
}
.AnyTagClassName
{
color: #8164EE;
}
</style>
background-color css
<style>
a { background-color: #8164EE; }
a { background-color: rgb(129,100,238); }
div.DivClassName
{
background-color: #8164EE;
}
.BgClassName
{
background-color: #8164EE;
}
</style>
border-color css
<style>
span { border-color: #8164EE; }
span { border-color: rgb(129,100,238); }
td.TdClassName
{
border-color: #8164EE;
}
.TagClassName
{
border-color: #8164EE;
}
</style>