Shades of Medium Slate Blue #8165DF
Tints of Medium Slate Blue #8165DF
RGB
CMYK
RGB Variations
Color information
#8165DF (or 0x8165DF) is known color: Medium Slate Blue. HEX triplet: 81, 65 and DF. RGB value is (129,101,223). Sum of RGB (Red+Green+Blue) = 129+101+223=453 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.48% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #8165DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8165DF is #7E9A20. Grayscale: #7A7A7A. Windows color (decimal): -8296993 or 14640513. OLE color: 14640513.
HSL color Cylindrical-coordinate representation of color #8165DF: hue angle of 253.77º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8165DF is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 101 | 223 | - |
| CMYK | 0.42 | 0.55 | 0 | 0.13 |
| HSL | 253.77º | 0.66% | 0.64% | - |
| HSV(B) | 253.77º | 0.55% | 0.87% | - |
| XYZ | 27.03 | 19.3 | 72.11 | - |
| YUV | 123.28 | 184.28 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 101 | 223 | 0.42 | 0.55 | 0 | 0.13 | 253.77 | 0.66 | 0.64 |
| Hex | 81 | 65 | DF | 2A | 37 | 0 | D | FE | 42 | 40 |
| Octal | 201 | 145 | 337 | 52 | 67 | 0 | 15 | 376 | 102 | 100 |
| Binary | 10000001 | 1100101 | 11011111 | 101010 | 110111 | 0 | 1101 | 11111110 | 1000010 | 1000000 |
Color Harmonies of #8165DF
Complementary color
Monochromatic Colors of #8165DF
Black with #8165DF
Text Example
Text Example
White with #8165DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8165DF; }
p { color: rgb(129,101,223); }
H1.HeaderClassName
{
color: #8165DF;
}
.AnyTagClassName
{
color: #8165DF;
}
</style>
background-color css
<style>
a { background-color: #8165DF; }
a { background-color: rgb(129,101,223); }
div.DivClassName
{
background-color: #8165DF;
}
.BgClassName
{
background-color: #8165DF;
}
</style>
border-color css
<style>
span { border-color: #8165DF; }
span { border-color: rgb(129,101,223); }
td.TdClassName
{
border-color: #8165DF;
}
.TagClassName
{
border-color: #8165DF;
}
</style>