Shades of Medium Slate Blue #8165F7
Tints of Medium Slate Blue #8165F7
RGB
CMYK
RGB Variations
Color information
#8165F7 (or 0x8165F7) is known color: Medium Slate Blue. HEX triplet: 81, 65 and F7. RGB value is (129,101,247). Sum of RGB (Red+Green+Blue) = 129+101+247=477 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.04% from 477); Green value is 101 (39.84% from 255 or 21.17% from 477); Blue value is 247 (96.88% from 255 or 51.78% from 477); Max value from RGB is 247 - color contains mainly: blue. Hex color #8165F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8165F7 is #7E9A08. Grayscale: #7D7D7D. Windows color (decimal): -8296969 or 16213377. OLE color: 16213377.
HSL color Cylindrical-coordinate representation of color #8165F7: hue angle of 251.51º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8165F7 is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 129 | 101 | 247 | - |
| CMYK | 0.48 | 0.59 | 0 | 0.03 |
| HSL | 251.51º | 0.9% | 0.68% | - |
| HSV(B) | 251.51º | 0.59% | 0.97% | - |
| XYZ | 30.5 | 20.69 | 90.38 | - |
| YUV | 126.02 | 196.28 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 101 | 247 | 0.48 | 0.59 | 0 | 0.03 | 251.51 | 0.9 | 0.68 |
| Hex | 81 | 65 | F7 | 30 | 3B | 0 | 3 | FC | 5A | 44 |
| Octal | 201 | 145 | 367 | 60 | 73 | 0 | 3 | 374 | 132 | 104 |
| Binary | 10000001 | 1100101 | 11110111 | 110000 | 111011 | 0 | 11 | 11111100 | 1011010 | 1000100 |
Color Harmonies of #8165F7
Complementary color
Monochromatic Colors of #8165F7
Black with #8165F7
Text Example
Text Example
White with #8165F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8165F7; }
p { color: rgb(129,101,247); }
H1.HeaderClassName
{
color: #8165F7;
}
.AnyTagClassName
{
color: #8165F7;
}
</style>
background-color css
<style>
a { background-color: #8165F7; }
a { background-color: rgb(129,101,247); }
div.DivClassName
{
background-color: #8165F7;
}
.BgClassName
{
background-color: #8165F7;
}
</style>
border-color css
<style>
span { border-color: #8165F7; }
span { border-color: rgb(129,101,247); }
td.TdClassName
{
border-color: #8165F7;
}
.TagClassName
{
border-color: #8165F7;
}
</style>