Shades of Medium Slate Blue #8165F1
Tints of Medium Slate Blue #8165F1
RGB
CMYK
RGB Variations
Color information
#8165F1 (or 0x8165F1) is known color: Medium Slate Blue. HEX triplet: 81, 65 and F1. RGB value is (129,101,241). Sum of RGB (Red+Green+Blue) = 129+101+241=471 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.39% from 471); Green value is 101 (39.84% from 255 or 21.44% from 471); Blue value is 241 (94.53% from 255 or 51.17% from 471); Max value from RGB is 241 - color contains mainly: blue. Hex color #8165F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8165F1 is #7E9A0E. Grayscale: #7C7C7C. Windows color (decimal): -8296975 or 15820161. OLE color: 15820161.
HSL color Cylindrical-coordinate representation of color #8165F1: hue angle of 252º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8165F1 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 101 | 241 | - |
| CMYK | 0.46 | 0.58 | 0 | 0.05 |
| HSL | 252º | 0.83% | 0.67% | - |
| HSV(B) | 252º | 0.58% | 0.95% | - |
| XYZ | 29.58 | 20.33 | 85.58 | - |
| YUV | 125.33 | 193.28 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 101 | 241 | 0.46 | 0.58 | 0 | 0.05 | 252 | 0.83 | 0.67 |
| Hex | 81 | 65 | F1 | 2E | 3A | 0 | 5 | FC | 53 | 43 |
| Octal | 201 | 145 | 361 | 56 | 72 | 0 | 5 | 374 | 123 | 103 |
| Binary | 10000001 | 1100101 | 11110001 | 101110 | 111010 | 0 | 101 | 11111100 | 1010011 | 1000011 |
Color Harmonies of #8165F1
Complementary color
Monochromatic Colors of #8165F1
Black with #8165F1
Text Example
Text Example
White with #8165F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8165F1; }
p { color: rgb(129,101,241); }
H1.HeaderClassName
{
color: #8165F1;
}
.AnyTagClassName
{
color: #8165F1;
}
</style>
background-color css
<style>
a { background-color: #8165F1; }
a { background-color: rgb(129,101,241); }
div.DivClassName
{
background-color: #8165F1;
}
.BgClassName
{
background-color: #8165F1;
}
</style>
border-color css
<style>
span { border-color: #8165F1; }
span { border-color: rgb(129,101,241); }
td.TdClassName
{
border-color: #8165F1;
}
.TagClassName
{
border-color: #8165F1;
}
</style>